Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jan 2, 2024
1 parent f3957a6 commit 8febe22
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
## Release Notes
---
- summary:
- v1.5.0 (unreleased), Java 8, OWL API 4.5.9, Protege 5.5.0
- v1.4.0 (2016-04-11), Java 8, OWL API 4.1.3, Protege 5.0.0-beta-23
- v1.3.1 (2015-09-09), Java 7, OWL API 3.5.1, Protege 5.0.0-beta-17
- v1.3.0 (2015-04-15), Java 7, OWL API 3.5.0, Protege 4.3
- v1.2.0 (2012-04-30), Java 6, OWL API 3.2.4, Protege 4.1
- v1.1.0 (2012-03-09), Java 6, OWL API 3.2.4, Protege 4.1
- v1.0.0 (2012-01-27), Java 6, OWL API 3.2.4, Protege 4.1
- - summary:
- v1.5.0 (unreleased), Java 8, OWL API 4.5.9, Protege 5.5.0
- v1.4.0 (2016-04-11), Java 8, OWL API 4.1.3, Protege 5.0.0-beta-23
- v1.3.1 (2015-09-09), Java 7, OWL API 3.5.1, Protege 5.0.0-beta-17
- v1.3.0 (2015-04-15), Java 7, OWL API 3.5.0, Protege 4.3
- v1.2.0 (2012-04-30), Java 6, OWL API 3.2.4, Protege 4.1
- v1.1.0 (2012-03-09), Java 6, OWL API 3.2.4, Protege 4.1
- v1.0.0 (2012-01-27), Java 6, OWL API 3.2.4, Protege 4.1
- - version: v1.5.0
- date: unreleased
- features:
- uses the OWL API 4.5.9
- can be used as a plug-in for Protege 5.5.0
- build:
- $ `mvn clean install`
- build: $ `mvn clean install`
- release: target/uel-1.5.0.zip
- - version: v1.4.0
- date: '2016-04-11'
Expand All @@ -25,19 +24,16 @@
- uses the OWL API 4.1.3
- can be used as a plug-in for Protege 5.0.0-beta-23
- runs on Java 8
- build:
- $ `mvn clean install`
- build: $ `mvn clean install`
- release: target/uel-1.4.0.zip
- - version: v1.3.1
- date: '2015-09-09'
- features:
- has new icons
- does not longer have [Apache Ant + Apache Ivy](https://ant.apache.org/ivy/)
build files
- does not have [Apache Ant + Apache Ivy](https://ant.apache.org/ivy/) build files
- includes Maven POM files to be deployed in [Sonatype](https://oss.sonatype.org/)
- is available at [The Central Repository](https://repo1.maven.org/maven2/de/tu-dresden/inf/lat/uel/)
- build:
- $ `mvn clean install`
- build: $ `mvn clean install`
- release: target/uel-1.3.1.zip
- - version: v1.3.0
- date: '2015-04-15'
Expand Down Expand Up @@ -78,5 +74,3 @@
- $ `cd uel/uel.plugin`
- $ `ant -buildfile build-bundle.xml`
- release: uel/uel.plugin/target/de.tudresden.inf.lat.uel.jar


0 comments on commit 8febe22

Please sign in to comment.