Skip to content

Commit a3998d8

Browse files
author
absaoss-build-agent
committed
[maven-release-plugin] prepare release release/0.5.2
1 parent 2940d6d commit a3998d8

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
24-
<version>0.5.2-SNAPSHOT</version>
24+
<version>0.5.2</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

build/package-pom/pom.xml

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

2121
<groupId>za.co.absa.spline</groupId>
2222
<artifactId>package-pom</artifactId>
23-
<version>0.5.2-SNAPSHOT</version>
23+
<version>0.5.2</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/AbsaOSS/spline.git</connection>
3535
<developerConnection>scm:git:ssh://github.com:AbsaOSS/spline.git</developerConnection>
3636
<url>http://github.com/AbsaOSS/spline/tree/master</url>
37-
<tag>HEAD</tag>
37+
<tag>release/0.5.2</tag>
3838
</scm>
3939

4040
<licenses>

build/parent-pom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>package-pom</artifactId>
2424
<relativePath>../package-pom/pom.xml</relativePath>
25-
<version>0.5.2-SNAPSHOT</version>
25+
<version>0.5.2</version>
2626
</parent>
2727

2828
<artifactId>parent-pom</artifactId>

client-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>package-pom</artifactId>
2424
<relativePath>../build/package-pom/pom.xml</relativePath>
25-
<version>0.5.2-SNAPSHOT</version>
25+
<version>0.5.2</version>
2626
</parent>
2727

2828
<artifactId>client-ui</artifactId>

client-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.5.2-SNAPSHOT</version>
25+
<version>0.5.2</version>
2626
</parent>
2727

2828
<artifactId>client-web</artifactId>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.5.2-SNAPSHOT</version>
25+
<version>0.5.2</version>
2626
</parent>
2727

2828
<artifactId>commons</artifactId>

consumer-rest-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>za.co.absa.spline</groupId>
2626
<artifactId>parent-pom</artifactId>
2727
<relativePath>../build/parent-pom/pom.xml</relativePath>
28-
<version>0.5.2-SNAPSHOT</version>
28+
<version>0.5.2</version>
2929
</parent>
3030

3131

consumer-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
24-
<version>0.5.2-SNAPSHOT</version>
24+
<version>0.5.2</version>
2525
<relativePath>../build/parent-pom/pom.xml</relativePath>
2626
</parent>
2727

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>za.co.absa.spline</groupId>
2323
<artifactId>parent-pom</artifactId>
2424
<relativePath>../build/parent-pom/pom.xml</relativePath>
25-
<version>0.5.2-SNAPSHOT</version>
25+
<version>0.5.2</version>
2626
</parent>
2727

2828
<artifactId>persistence</artifactId>

pom.xml

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

2121
<groupId>za.co.absa.spline</groupId>
2222
<artifactId>spline</artifactId>
23-
<version>0.5.2-SNAPSHOT</version>
23+
<version>0.5.2</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -34,7 +34,7 @@
3434
<url>${scm.url}</url>
3535
<connection>${scm.connection}</connection>
3636
<developerConnection>${scm.developerConnection}</developerConnection>
37-
<tag>HEAD</tag>
37+
<tag>release/0.5.2</tag>
3838
</scm>
3939

4040
<distributionManagement>

0 commit comments

Comments
 (0)