Skip to content

Commit

Permalink
[0.7.1] Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Jul 19, 2020
1 parent 2720802 commit ea17e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.7.0</version>
<version>0.7.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.14.5</cz.cvut.kbss.jopa.version>
<cz.cvut.kbss.jopa.version>0.14.6</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 ea17e00

Please sign in to comment.