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 17246ab commit ee13830
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.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.7</version>
<version>2.5.8-SNAPSHOT</version>
</parent>
<artifactId>cli</artifactId>
<version>1.1.11</version>
<version>1.1.12-SNAPSHOT</version>
<name>OpenJAX CLI</name>
<description>
Wrapper of the "Apache Commons CLI" library that provides a simple API to specify and process command line arguments.
Expand All @@ -52,14 +52,14 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.3</version>
<version>0.7.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ee13830

Please sign in to comment.