Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 18, 2023
1 parent 6b8e903 commit 2f6e5ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
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.6-SNAPSHOT</version>
<version>2.5.6</version>
</parent>
<groupId>org.openjax.codegen</groupId>
<artifactId>codegen</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.2.6</version>
<packaging>pom</packaging>
<name>OpenJAX CodeGen</name>
<description>
Expand Down
4 changes: 2 additions & 2 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.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>
<artifactId>radixtree</artifactId>
<name>OpenJAX CodeGen RadixTree</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions template/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.6-SNAPSHOT</version>
<version>0.2.6</version>
</parent>
<artifactId>template</artifactId>
<name>OpenJAX CodeGen Template</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2f6e5ef

Please sign in to comment.