Skip to content

Commit

Permalink
Issue #196: prepare and release version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raner committed Oct 21, 2022
1 parent b0eabdb commit dd7849c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 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.0-SNAPSHOT</version>
<version>1.4.1</version>
<name>Projo Parent POM</name>
<url>https://github.com/raner/projo</url>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions 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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>projo-jackson</artifactId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions 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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<name>Projo JAX-RS Integration for Jersey</name>
<artifactId>projo-jax-rs</artifactId>
Expand All @@ -37,20 +37,20 @@
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-runtime-code-generation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions 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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<dependencies>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions projo-template-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<dependencies>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-annotation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions 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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<artifactId>projo-template-generation-test</artifactId>
<name>Projo Template Generation Tests</name>
Expand All @@ -34,26 +34,26 @@
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-configuration</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-annotation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-generation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
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.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions projo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
<parent>
<artifactId>projo-parent</artifactId>
<groupId>pro.projo</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<dependencies>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-annotation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-configuration</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-generation</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dd7849c

Please sign in to comment.