Skip to content

Commit

Permalink
Bump version in all poms
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Oct 28, 2023
1 parent 0686f78 commit 1983c54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tietoevry.quarkus</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>quarkus-resteasy-problem-deployment</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.tietoevry.quarkus</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>quarkus-resteasy-problem-integration-test</artifactId>
<name>Quarkus - RESTeasy - Problem - Integration Tests</name>

<properties>
<quarkus-resteasy-problem.version>3.0.1-SNAPSHOT</quarkus-resteasy-problem.version>
<quarkus-resteasy-problem.version>3.1.0-SNAPSHOT</quarkus-resteasy-problem.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tietoevry.quarkus</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>quarkus-resteasy-problem</artifactId>
Expand Down

0 comments on commit 1983c54

Please sign in to comment.