diff --git a/pom.xml b/pom.xml index eb3b8d4..0132980 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ info.marcobrandizi rdfutils - 4.1.1-SNAPSHOT + 5.0-SNAPSHOT uk.ac.ebi.fg java2rdf - 4.1.1-SNAPSHOT + 5.0-SNAPSHOT jar java2rdf library @@ -18,7 +18,7 @@ java2rdf is a library to map JavaBeans onto RDF/OWL classes, based on declarations that map JavaBeans on subject-centric RDF graphs. - http://github.com/marco-brandizi/java2rdf + https://github.com/EBIBioSamples/java2rdf scm:git:git@github.com:EBIBioSamples/java2rdf.git diff --git a/revision-history.md b/revision-history.md index 962baaf..15cbbbf 100644 --- a/revision-history.md +++ b/revision-history.md @@ -1,9 +1,11 @@ # Revision History -*This file was last reviewed on 2023-06-12*. **Please, keep this note updated**. +*This file was last reviewed on 2023-07-20*. **Please, keep this note updated**. -## 4.1.1-SNAPSHOT +## 5.0-SNAPSHOT * **WARNING**: Maven repository migrated to [my personal artifactory](https://artifactory.marcobrandizi.info/#/public). +* Migrated to Java 17. **WARNING: no backward compatibility guaranteed**. + ## 4.1 * Another rdfutils dependency update.