Skip to content

Commit

Permalink
Prepare for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 12, 2019
1 parent 92ddff8 commit 4971f51
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion codegen-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To configure the plugin in your POM, the following is an example of the plugin d
<plugin>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<executions>
<execution>
<goals>
Expand Down
8 changes: 4 additions & 4 deletions codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -138,17 +138,17 @@
<dependency>
<groupId>org.openjax.codegen</groupId>
<artifactId>radixtree</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>org.openjax.maven</groupId>
<artifactId>mojo</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.3.5</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
</parent>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>pom</packaging>
<name>OpenJAX CodeGen</name>
<description>
Expand Down
6 changes: 3 additions & 3 deletions radixtree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>radixtree</artifactId>
<name>OpenJAX CodeGen RadixTree</name>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.6.9-SNAPSHOT</version>
<version>0.6.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4971f51

Please sign in to comment.