Skip to content

Commit

Permalink
Preparing 5.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 7, 2023
1 parent ba77c72 commit 075a419
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
15 changes: 3 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>info.marcobrandizi</groupId>
<artifactId>rdfutils</artifactId>
<version>5.0</version>
<version>5.0.1</version>
</parent>

<groupId>uk.ac.ebi.fg</groupId>
Expand Down Expand Up @@ -59,9 +59,7 @@
</dependencies>

<build>

<finalName>${project.artifactId}_cmdline_${project.version}</finalName>


<plugins>

<plugin>
Expand Down Expand Up @@ -97,14 +95,7 @@
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>

<repository>
<id>jena-snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</repository>


</repositories>

</project>
24 changes: 18 additions & 6 deletions revision-history.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Revision History

*This file was last reviewed on 2023-07-26*. **Please, keep this note updated**.
*This file was last reviewed on 2023-11-07*. **Please, keep this note updated**.

## 5.0.1-SNAPSHOT

## 5.0.2-SNAPSHOT
* Current snapshot


## 5.0.1
* rdfutils dependency upgraded, implies various dependency upgrades.


## 5.0
* **WARNING**: Maven repository migrated to [my personal artifactory](https://artifactory.marcobrandizi.info/#/public).
* Migrated to Java 17. **WARNING: no backward compatibility guaranteed**.
Expand All @@ -13,37 +19,43 @@
## 4.1
* Another rdfutils dependency update.


## 4.0.1
* Updating rdfutils dependency.


## 4.0
* Apache commons RDF removed. **Now jena2rdf depends on Jena again**, sorry, commons RDF seems dead and I
don't have time anymore to maintain my own patches, which are never merged into the main codebase.


## 3.0
* **FROM NOW ON, JDK < 11 IS NO LONGER SUPPORTED**. java2rdf will possibly work with 1.8 for a
while (until we start introducing incompatible changes), but that's not officially
supported.
* Continuous integration migrated to github Actions.


## 2.1.4
* Release to link jutils/rdfutils to latest stable releases.


## 2.1.3
* Needed to amend dependency error.


## 2.1
* Migration to Jena 3.9.0.
* Bugfix in `RdfTrueGenerator`.


## 2.0.1
* Needed to amend dependency error.


## 2.0
* Migration to rdfutils package, and OWLApi/Jena pluggability.


## 1.0
* First actual release. This was made before substantial changes and with the purpose to keep some
track of the version that was used in projects like EBI RDF platform (used to be 1.0-SNAPSHOT). It was
changed straight after, so never actually used.

* First actual release. This was made before substantial changes and with the purpose to keep some track of the version that was used in projects like EBI RDF platform (used to be 1.0-SNAPSHOT). It was changed straight after, so never actually used.

0 comments on commit 075a419

Please sign in to comment.