Skip to content

Commit 7bf3337

Browse files
author
Lars
committed
[maven-release-plugin] prepare release release-1.5.2
1 parent 97823f5 commit 7bf3337

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

codebase/datamanager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>de.lgblaumeiser</groupId>
1414
<artifactId>ptm</artifactId>
15-
<version>1.5.2-SNAPSHOT</version>
15+
<version>1.5.2</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

codebase/ptm_backend/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>de.lgblaumeiser</groupId>
1313
<artifactId>ptm_backend</artifactId>
14-
<version>1.5.2-SNAPSHOT</version>
14+
<version>1.5.2</version>
1515
<packaging>jar</packaging>
1616

1717
<name>PTM Backend</name>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>de.lgblaumeiser</groupId>
6767
<artifactId>datamanager</artifactId>
68-
<version>1.5.2-SNAPSHOT</version>
68+
<version>1.5.2</version>
6969
</dependency>
7070
</dependencies>
7171

@@ -128,4 +128,8 @@
128128
</plugin>
129129
</plugins>
130130
</build>
131+
132+
<scm>
133+
<tag>release-1.5.2</tag>
134+
</scm>
131135
</project>

codebase/ptm_cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>de.lgblaumeiser</groupId>
1414
<artifactId>ptm</artifactId>
15-
<version>1.5.2-SNAPSHOT</version>
15+
<version>1.5.2</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>de.lgblaumeiser</groupId>
2828
<artifactId>datamanager</artifactId>
29-
<version>1.5.2-SNAPSHOT</version>
29+
<version>1.5.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>junit</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>de.lgblaumeiser</groupId>
1313
<artifactId>ptm</artifactId>
14-
<version>1.5.2-SNAPSHOT</version>
14+
<version>1.5.2</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>
@@ -20,7 +20,7 @@
2020
</properties>
2121
<scm>
2222
<developerConnection>scm:git:https://github.com/lgblaumeiser/ProjectTimeManager.git</developerConnection>
23-
<tag>HEAD</tag>
23+
<tag>release-1.5.2</tag>
2424
</scm>
2525
<build>
2626
<plugins>

0 commit comments

Comments
 (0)