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
Alexey Loubyansky committed Dec 10, 2024
1 parent 8741bd0 commit 3145741
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-http-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>

<name>Quarkus HTTP</name>
<description>Quarkus HTTP</description>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:[email protected]:quarkusio/quarkus-http.git</connection>
<developerConnection>scm:git:[email protected]:quarkusio/quarkus-http.git</developerConnection>
<url>https://github.com/quarkus/quarkus-http</url>
<tag>5.3.4</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-vertx-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-websocket-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-websocket-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-websocket-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-websocket-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-websocket-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion websocket/vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-websocket-parent</artifactId>
<version>5.3.4</version>
<version>5.3.5-SNAPSHOT</version>
</parent>

<artifactId>quarkus-http-websocket-vertx</artifactId>
Expand Down

0 comments on commit 3145741

Please sign in to comment.