Skip to content

Commit c497d69

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8e2918c commit c497d69

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

base/.locker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.quarkus.code</groupId>
66
<artifactId>code-quarkus-parent</artifactId>
7-
<version>2</version>
7+
<version>3-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>code-quarkus-locker</artifactId>
1111
<name>Code Quarkus - Locker</name>
12-
<version>2</version>
12+
<version>3-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<dependencyManagement>
1515
<dependencies>

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.quarkus.code</groupId>
1010
<artifactId>code-quarkus-parent</artifactId>
11-
<version>2</version>
11+
<version>3-SNAPSHOT</version>
1212
</parent>
1313
<properties>
1414
<maven.compiler.parameters>true</maven.compiler.parameters>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.quarkus.code</groupId>
55
<artifactId>code-quarkus-parent</artifactId>
6-
<version>2</version>
6+
<version>3-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<properties>
99
<compiler-plugin.version>3.11.0</compiler-plugin.version>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>
3838
<developerConnection>scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection>
3939
<url>http://github.com/quarkusio/code.quarkus.io/tree/main</url>
40-
<tag>2</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242
<licenses>
4343
<license>

0 commit comments

Comments
 (0)