Skip to content

Commit a3f4c30

Browse files
author
TeamCity agent (sysBAGLCIBTeamCity)
committed
[maven-release-plugin] prepare release release/0.2.4
1 parent 1c616e9 commit a3f4c30

File tree

12 files changed

+17
-19
lines changed

12 files changed

+17
-19
lines changed

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

2828
<artifactId>spline-commons</artifactId>

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>spline-parent</artifactId>
2727
<relativePath>../parent/pom.xml</relativePath>
28-
<version>0.2.4-SNAPSHOT</version>
28+
<version>0.2.4</version>
2929
</parent>
3030

3131
<dependencies>

model/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>spline-parent</artifactId>
2424
<relativePath>../parent/pom.xml</relativePath>
25-
<version>0.2.4-SNAPSHOT</version>
25+
<version>0.2.4</version>
2626
</parent>
2727

2828
<artifactId>spline-model</artifactId>

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<groupId>za.co.absa.spline</groupId>
2322
<artifactId>spline-parent</artifactId>
24-
<version>0.2.4-SNAPSHOT</version>
23+
<version>0.2.4</version>
2524

2625
<packaging>pom</packaging>
2726

@@ -35,7 +34,7 @@
3534
<connection>scm:git:git://github.com/AbsaOSS/spline.git</connection>
3635
<developerConnection>scm:git:ssh://github.com:AbsaOSS/spline.git</developerConnection>
3736
<url>http://github.com/AbsaOSS/spline/tree/master</url>
38-
<tag>HEAD</tag>
37+
<tag>release/0.2.4</tag>
3938
</scm>
4039

4140
<licenses>

persistence/api/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>spline-parent</artifactId>
2424
<relativePath>../../parent/pom.xml</relativePath>
25-
<version>0.2.4-SNAPSHOT</version>
25+
<version>0.2.4</version>
2626
</parent>
2727

2828
<artifactId>spline-persistence-api</artifactId>

persistence/atlas/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>spline-parent</artifactId>
2424
<relativePath>../../parent/pom.xml</relativePath>
25-
<version>0.2.4-SNAPSHOT</version>
25+
<version>0.2.4</version>
2626
</parent>
2727

2828
<artifactId>spline-persistence-atlas</artifactId>

persistence/hdfs/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>spline-parent</artifactId>
2424
<relativePath>../../parent/pom.xml</relativePath>
25-
<version>0.2.4-SNAPSHOT</version>
25+
<version>0.2.4</version>
2626
</parent>
2727

2828
<artifactId>spline-persistence-hdfs</artifactId>

persistence/mongo/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>spline-parent</artifactId>
2424
<relativePath>../../parent/pom.xml</relativePath>
25-
<version>0.2.4-SNAPSHOT</version>
25+
<version>0.2.4</version>
2626
</parent>
2727

2828
<artifactId>spline-persistence-mongo</artifactId>

persistence/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>spline</artifactId>
24-
<version>0.2.4-SNAPSHOT</version>
24+
<version>0.2.4</version>
2525
</parent>
2626

2727
<artifactId>spline-persistence</artifactId>

pom.xml

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

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

2525
<packaging>pom</packaging>
2626

2727
<scm>
2828
<url>https://bitbucket.absa.co.za/projects/BACIBBD/repos/spline/browse</url>
2929
<connection>scm:git:https://bitbucket.absa.co.za/scm/bacibbd/spline.git</connection>
3030
<developerConnection>scm:git:https://bitbucket.absa.co.za/scm/bacibbd/spline.git</developerConnection>
31-
<tag>HEAD</tag>
31+
<tag>release/0.2.4</tag>
3232
</scm>
3333

3434
<distributionManagement>

0 commit comments

Comments
 (0)