Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 07c18b3 commit 73c85f5
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>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.9.2</version>
<version>999-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,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.9.2</version>
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-resteasy-problem-integration-test</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem</artifactId>
<version>3.9.2</version>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.9.2</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Quarkus - RESTeasy - Problem - Parent</name>
Expand Down Expand Up @@ -270,6 +270,6 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-resteasy-problem.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-resteasy-problem.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-resteasy-problem</url>
<tag>3.9.2</tag>
<tag>HEAD</tag>
</scm>
</project>
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>io.quarkiverse.resteasy-problem</groupId>
<artifactId>quarkus-resteasy-problem-parent</artifactId>
<version>3.9.2</version>
<version>999-SNAPSHOT</version>
</parent>

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

0 comments on commit 73c85f5

Please sign in to comment.