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 8b36afa commit 539957a
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>cdm</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
<name>OpenJAX CDM</name>
<description>
CDM is an early development project to develop a Java API for the expression of the Java language.
Expand All @@ -39,7 +39,7 @@
<plugin>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<version>0.2.6</version>
<version>0.3.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand All @@ -61,17 +61,17 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.0</version>
<version>0.9.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.openjax.codegen</groupId>
<artifactId>radixtree</artifactId>
<version>0.2.6</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit 539957a

Please sign in to comment.