Skip to content

Commit 07f21b9

Browse files
committed
[maven-release-plugin] prepare release release-1.5.2-b
1 parent 668e987 commit 07f21b9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

calculatorpp-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.solovyev.android</groupId>
77
<artifactId>calculatorpp-parent</artifactId>
8-
<version>1.5.2-b-SNAPSHOT</version>
8+
<version>1.5.2-b</version>
99
</parent>
1010

1111
<groupId>org.solovyev.android</groupId>
1212
<artifactId>calculatorpp-core</artifactId>
13-
<version>1.5.2-b-SNAPSHOT</version>
13+
<version>1.5.2-b</version>
1414
<name>Calculator++ Application Core</name>
1515

1616
<packaging>jar</packaging>

calculatorpp-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.solovyev.android</groupId>
66
<artifactId>calculatorpp-parent</artifactId>
7-
<version>1.5.2-b-SNAPSHOT</version>
7+
<version>1.5.2-b</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

calculatorpp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.solovyev.android</groupId>
66
<artifactId>calculatorpp-parent</artifactId>
7-
<version>1.5.2-b-SNAPSHOT</version>
7+
<version>1.5.2-b</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.solovyev.android</groupId>
2323
<artifactId>calculatorpp-core</artifactId>
24-
<version>1.5.2-b-SNAPSHOT</version>
24+
<version>1.5.2-b</version>
2525
</dependency>
2626

2727
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<groupId>org.solovyev.android</groupId>
1313
<artifactId>calculatorpp-parent</artifactId>
1414
<packaging>pom</packaging>
15-
<version>1.5.2-b-SNAPSHOT</version>
15+
<version>1.5.2-b</version>
1616
<name>Calculator++</name>
1717

1818
<scm>
1919
<connection>scm:git:git@github.com:serso/android-calculatorpp.git</connection>
2020
<developerConnection>scm:git:git@github.com:serso/android-calculatorpp.git</developerConnection>
2121
<url>http://github.com/serso/android-calculatorpp</url>
22-
<tag>HEAD</tag>
22+
<tag>release-1.5.2-b</tag>
2323
</scm>
2424

2525
<modules>

0 commit comments

Comments
 (0)