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 Feb 28, 2024
1 parent 983dcfb commit 9824388
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.9</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>test</artifactId>
<version>0.7.3</version>
<version>0.7.4-SNAPSHOT</version>
<name>LibJ Test</name>
<description>
Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>dom</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9824388

Please sign in to comment.