Skip to content

Commit

Permalink
Prepare RELEASE [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 23, 2020
1 parent 2005e36 commit 02b70e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>
<artifactId>json</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<name>OpenJAX JSON</name>
<description>
API for parsing JSON documents.
Expand All @@ -34,17 +34,17 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>io</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>0.7.7</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>math</artifactId>
<version>0.6.6-SNAPSHOT</version>
<version>0.6.6</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 02b70e4

Please sign in to comment.