Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Oct 31, 2023
1 parent 47e6e32 commit 3ab587e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0-SNAPSHOT</version>
<version>3.1.0</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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

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

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tietoevry.quarkus</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<name>Quarkus - RESTeasy - Problem - Parent</name>
Expand Down Expand Up @@ -317,7 +317,7 @@
<developerConnection>scm:git:git@github.com:tietoevry/quarkus-resteasy-problem.git
</developerConnection>
<url>https://github.com/tietoevry/quarkus-resteasy-problem/tree/master</url>
<tag>v3.0.0.Alpha2</tag>
<tag>v3.1.0</tag>
</scm>

<developers>
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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

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

0 comments on commit 3ab587e

Please sign in to comment.