Skip to content

Commit cc8529c

Browse files
author
Enrico Olivelli
committed
[maven-release-plugin] prepare release v1.2.0
1 parent 5d44652 commit cc8529c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>bkvm-parent</artifactId>
55
<packaging>pom</packaging>
66
<groupId>org.bkvm</groupId>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
<name>BookKeeper Visual Manager - Parent</name>
99
<url>https://bkvm.org</url>
1010
<description>
@@ -77,7 +77,7 @@
7777
<scm>
7878
<url>scm:git:https://github.com/diennea/bookkeeper-visual-manager.git</url>
7979
<developerConnection>scm:git:https://github.com/diennea/bookkeeper-visual-manager.git</developerConnection>
80-
<tag>release/1.2</tag>
80+
<tag>v1.2.0</tag>
8181
</scm>
8282

8383
<dependencyManagement>

site-skin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.bkvm</groupId>
2323
<artifactId>bkvm-parent</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.bkvm</groupId>
2323
<artifactId>bkvm-parent</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.bkvm</groupId>
55
<artifactId>bkvm-parent</artifactId>
6-
<version>1.2.0-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bkvm</groupId>
88
<artifactId>bkvm-parent</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)