Skip to content

Commit f332ec8

Browse files
author
absaoss-build-agent
committed
[maven-release-plugin] prepare release release/0.4.2
1 parent 036dc90 commit f332ec8

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
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</artifactId>
24-
<version>0.4.2-SNAPSHOT</version>
24+
<version>0.4.2</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

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>parent</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.4.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</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.4.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</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.4.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</artifactId>
2727
<relativePath>../parent/pom.xml</relativePath>
28-
<version>0.4.2-SNAPSHOT</version>
28+
<version>0.4.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</artifactId>
24-
<version>0.4.2-SNAPSHOT</version>
24+
<version>0.4.2</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>za.co.absa.spline</groupId>
2525
<artifactId>parent</artifactId>
2626
<relativePath>../parent/pom.xml</relativePath>
27-
<version>0.4.2-SNAPSHOT</version>
27+
<version>0.4.2</version>
2828
</parent>
2929

3030
<dependencies>

integration-tests/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</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.4.2</version>
2626
</parent>
2727

2828
<artifactId>integration-tests</artifactId>

migrator-tool/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</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.4.2</version>
2626
</parent>
2727

2828
<artifactId>migrator-tool</artifactId>

parent/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>parent</artifactId>
23-
<version>0.4.2-SNAPSHOT</version>
23+
<version>0.4.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.4.2</tag>
3838
</scm>
3939

4040
<licenses>

0 commit comments

Comments
 (0)