From 1ab74bcebe1759d75942787e3027fe58c47b2535 Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Thu, 4 Jan 2024 18:42:34 +0100 Subject: [PATCH] Prepare configuration for release 0.4.1 --- docs/README.md | 4 ++-- docs/RELEASE-NOTES.md | 12 +++++++----- update-info/protege-5/update.properties | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 024fd2c..868a9cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ read [OWL 2 EL][owl-2-el] ontologies, and it can be used as a [Protég&eac de.tu-dresden.inf.lat.born born-gui - 0.4.0 + 0.4.1 ``` @@ -171,7 +171,7 @@ In case you need more information, please contact [julianmendez][author1]. [maven-central]: https://search.maven.org/artifact/de.tu-dresden.inf.lat.born/born-gui [build-status]: https://github.com/julianmendez/born/actions [central-repository]: https://repo1.maven.org/maven2/de/tu-dresden/inf/lat/born/ -[zip-file]: https://sourceforge.net/projects/latitude/files/born/0.4.0/born-0.4.0.zip/download +[zip-file]: https://sourceforge.net/projects/latitude/files/born/0.4.1/born-0.4.1.zip/download [release-notes]: https://julianmendez.github.io/born/RELEASE-NOTES.html [sonatype]: https://oss.sonatype.org [java]: https://www.oracle.com/java/technologies/ diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 70e7cd6..b244673 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -1,7 +1,7 @@ ## Release Notes --- - - summary: - - v0.4.1 (unreleased), Java 11, Python 3 , ProbLog 2.2.4, OWL API 4.5.26, + - v0.4.1 (2024-01-04), Java 11, Python 3 , ProbLog 2.2.4, OWL API 4.5.26, Protege 5.5.0 - v0.4.0 (2023-12-31), Java 11, Python 3 , ProbLog 2.2.4, OWL API 4.5.9 , Protege 5.5.0 @@ -14,11 +14,11 @@ - v0.1.0 (2015-04-14), Java 8 , Python 2 or 3, ProbLog 2.1 , OWL API 3.5.0 , - - - version: v0.4.1 - - date: unreleased + - date: '2024-01-04' - requirements: - Java 11 or higher, tested with Java 21 - Python 3.7 or higher, tested with Python 3.10 - - ProbLog 2.2.4 needs to be downloaded + - ProbLog 2.2.4 is downloaded during the first execution - features: - it uses jcel 0.24.1 - it uses OWL API 4.5.26 @@ -31,11 +31,11 @@ - requirements: - Java 11 or higher, tested with Java 21 - Python 3.7 or higher, test with Python 3.10 - - ProbLog 2.2.4 needs to be downloaded + - ProbLog 2.2.4 is downloaded during the first execution - features: - it uses jcel 0.24.1 - it uses OWL API 4.5.9 - - it can be used as a plug-in for Protege 5.5.0 + - it can be used as a plug-in for Protege 5.5.0, tested with Protege 5.6.3 - ProbLog 2.2.4 is downloaded from https://github.com/ML-KULeuven/problog/archive/refs/tags/v2.2.4.zip - build: $ `mvn clean install` - release: target/born-0.4.0.zip @@ -98,3 +98,5 @@ - ProbLog 2.1 is downloaded from https://mips-build.cs.kuleuven.be/jenkins/job/problog2/lastSuccessfulBuild/artifact/problog.zip - build: $ `mvn clean install` - release: target/born-0.1.0.zip + + diff --git a/update-info/protege-5/update.properties b/update-info/protege-5/update.properties index 6bbd5ab..09c749d 100644 --- a/update-info/protege-5/update.properties +++ b/update-info/protege-5/update.properties @@ -1,6 +1,6 @@ id=de.tu-dresden.inf.lat.born -version=0.4.0 -download=https://github.com/julianmendez/born/releases/download/v0.4.0/de.tu-dresden.inf.lat.born-0.4.0.jar +version=0.4.1 +download=https://github.com/julianmendez/born/releases/download/v0.4.1/de.tu-dresden.inf.lat.born-0.4.1.jar name=BORN readme=https://raw.githubusercontent.com/julianmendez/born/master/update-info/protege-5/read-me.html license=https://www.apache.org/licenses/LICENSE-2.0.txt