Skip to content

Commit

Permalink
[0.3.1] Bumped version. Updated to JOPA API 0.9.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Mar 25, 2018
1 parent 7291c08 commit b7f871f
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.3.0</version>
<version>0.3.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.9.13</cz.cvut.kbss.jopa.version>
<cz.cvut.kbss.jopa.version>0.9.15</cz.cvut.kbss.jopa.version>

<junit.version>4.12</junit.version>
<org.mockito.version>1.10.19</org.mockito.version>
Expand Down

0 comments on commit b7f871f

Please sign in to comment.