Skip to content

Commit

Permalink
[0.8.1] Bump version, update to JOPA 0.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Oct 15, 2020
1 parent b5e997e commit 832c603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<name>JB4JSON-LD</name>
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
Expand All @@ -18,7 +18,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<cz.cvut.kbss.jopa.version>0.15.0</cz.cvut.kbss.jopa.version>
<cz.cvut.kbss.jopa.version>0.15.2</cz.cvut.kbss.jopa.version>

<org.junit.jupiter.version>5.6.2</org.junit.jupiter.version>
<org.mockito.version>3.4.0</org.mockito.version>
Expand Down

0 comments on commit 832c603

Please sign in to comment.