Skip to content

Commit

Permalink
Prepare SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 21, 2023
1 parent 6bba686 commit 1f82716
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.6</version>
<version>2.5.7-SNAPSHOT</version>
</parent>
<artifactId>json</artifactId>
<version>0.9.4</version>
<version>1.0.0-SNAPSHOT</version>
<name>OpenJAX JSON</name>
<description>
API for parsing JSON documents.
Expand Down Expand Up @@ -66,24 +66,24 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.2</version>
<version>0.7.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>io</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>math</artifactId>
<version>0.6.7</version>
<version>0.6.8-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1f82716

Please sign in to comment.