Skip to content

Commit 5560e9a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9638d38 commit 5560e9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.svpace.maven.boot</groupId>
66
<artifactId>maven-boot</artifactId>
7-
<version>1.2.0</version>
7+
<version>1.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>maven-boot-demo</artifactId>
1010
</project>

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.github.svpace.maven.boot</groupId>
55
<artifactId>maven-boot</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.2.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<description>A collection of Maven POM boilerplates designed to streamline
99
project initialization with up-to-date plugins and conventions</description>
@@ -27,7 +27,7 @@
2727
<scm>
2828
<connection>scm:git:https://github.com/svpace/maven-boot.git</connection>
2929
<developerConnection>scm:git:ssh://git@github.com/svpace/maven-boot.git</developerConnection>
30-
<tag>v1.2.0</tag>
30+
<tag>HEAD</tag>
3131
<url>${project.url}</url>
3232
</scm>
3333
<properties>

spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.github.svpace.maven.boot</groupId>
1111
<artifactId>maven-boot-spring</artifactId>
12-
<version>1.2.0</version>
12+
<version>1.2.1-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<description>A collection of Maven POM boilerplates designed to streamline
1515
project initialization with up-to-date plugins and conventions</description>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<connection>scm:git:https://github.com/svpace/maven-boot.git</connection>
3131
<developerConnection>scm:git:ssh://git@github.com/svpace/maven-boot.git</developerConnection>
32-
<tag>v1.2.0</tag>
32+
<tag>HEAD</tag>
3333
<url>${project.url}</url>
3434
</scm>
3535
<properties>

0 commit comments

Comments
 (0)