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 Sep 14, 2024
1 parent 31b7b56 commit 61aa32a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion acceptance-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion community-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
</parent>

<artifactId>code-quarkus-community-app</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code-quarkus.version>${project.version}</code-quarkus.version>
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>
<developerConnection>scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection>
<url>http://github.com/quarkusio/code.quarkus.io/tree/main</url>
<tag>33</tag>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion web-deps/locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>code-quarkus-web-deps-locker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>33</version>
<version>34-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 61aa32a

Please sign in to comment.