Skip to content

Commit b3649f7

Browse files
committed
[maven-release-plugin] prepare release v1.2.9
1 parent 15bc92c commit b3649f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.9-SNAPSHOT</version>
6+
<version>1.2.9</version>
77
<packaging>pom</packaging>
88
<name>maven-boot</name>
99
<description>A collection of Maven POM boilerplates designed to streamline
@@ -27,7 +27,7 @@
2727
<scm>
2828
<connection>scm:git:${repository.url}</connection>
2929
<developerConnection>scm:git:${repository.url}</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v1.2.9</tag>
3131
<url>${repository.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.9-SNAPSHOT</version>
12+
<version>1.2.9</version>
1313
<packaging>pom</packaging>
1414
<name>maven-boot</name>
1515
<description>A collection of Maven POM boilerplates designed to streamline
@@ -30,7 +30,7 @@
3030
<scm>
3131
<connection>scm:git:${repository.url}</connection>
3232
<developerConnection>scm:git:${repository.url}</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>v1.2.9</tag>
3434
<url>${repository.url}</url>
3535
</scm>
3636
<properties>

0 commit comments

Comments
 (0)