Skip to content

Commit

Permalink
Prepare configuration for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jan 4, 2024
1 parent a5e17a6 commit 1ab74bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ read [OWL 2 EL][owl-2-el] ontologies, and it can be used as a [Protég&eac
<dependency>
<groupId>de.tu-dresden.inf.lat.born</groupId>
<artifactId>born-gui</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -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/
Expand Down
12 changes: 7 additions & 5 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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


4 changes: 2 additions & 2 deletions update-info/protege-5/update.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1ab74bc

Please sign in to comment.