Skip to content

Commit

Permalink
Issue #260: updated version to 1.5.3 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
raner authored Dec 11, 2023
1 parent 3d31597 commit 760b537
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
<name>Projo Parent POM</name>
<url>https://github.com/raner/projo</url>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion projo-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<artifactId>projo-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion projo-jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<name>Projo JAX-RS Integration for Jersey</name>
<artifactId>projo-jax-rs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion projo-runtime-code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion projo-template-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion projo-template-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion projo-template-generation-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>
<artifactId>projo-template-generation-test</artifactId>
<name>Projo Template Generation Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion projo-template-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion projo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>projo-parent</artifactId>
<groupId>pro.projo</groupId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 760b537

Please sign in to comment.