Skip to content

Commit

Permalink
Migrating to Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jul 20, 2023
1 parent f5cb0d5 commit d233b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>info.marcobrandizi</groupId>
<artifactId>rdfutils</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>5.0-SNAPSHOT</version>
</parent>

<groupId>uk.ac.ebi.fg</groupId>
<artifactId>java2rdf</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>java2rdf library</name>
<description>
java2rdf is a library to map JavaBeans onto RDF/OWL classes, based on declarations that map JavaBeans on
subject-centric RDF graphs.
</description>
<url>http://github.com/marco-brandizi/java2rdf</url>
<url>https://github.com/EBIBioSamples/java2rdf</url>

<scm>
<developerConnection>scm:git:[email protected]:EBIBioSamples/java2rdf.git</developerConnection>
Expand Down
6 changes: 4 additions & 2 deletions revision-history.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d233b63

Please sign in to comment.