Skip to content

Commit 8905a78

Browse files
author
TeamCity agent (sysBAGLCIBTeamCity)
committed
[maven-release-plugin] prepare release release/0.3.1
1 parent cbc18d7 commit 8905a78

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
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.3.1-SNAPSHOT</version>
25+
<version>0.3.1</version>
2626
</parent>
2727

2828
<artifactId>spline-commons</artifactId>

core-spark-adapter-2.2/pom.xml

Lines changed: 2 additions & 2 deletions
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.3.1-SNAPSHOT</version>
28+
<version>0.3.1</version>
2929
</parent>
3030

3131
<properties>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>za.co.absa.spline</groupId>
4040
<artifactId>spline-core-spark-adapter-api</artifactId>
41-
<version>0.3.1-SNAPSHOT</version>
41+
<version>0.3.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.spark</groupId>

core-spark-adapter-2.3/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.3.1-SNAPSHOT</version>
28+
<version>0.3.1</version>
2929
</parent>
3030

3131
<properties>

core-spark-adapter-api/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>spline-parent</artifactId>
2626
<relativePath>../parent/pom.xml</relativePath>
27-
<version>0.3.1-SNAPSHOT</version>
27+
<version>0.3.1</version>
2828
</parent>
2929

3030
<properties>

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.3.1-SNAPSHOT</version>
28+
<version>0.3.1</version>
2929
</parent>
3030

3131
<properties>

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.3.1-SNAPSHOT</version>
25+
<version>0.3.1</version>
2626
</parent>
2727

2828
<artifactId>spline-model</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>spline-parent</artifactId>
23-
<version>0.3.1-SNAPSHOT</version>
23+
<version>0.3.1</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.3.1</tag>
3838
</scm>
3939

4040
<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.3.1-SNAPSHOT</version>
25+
<version>0.3.1</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.3.1-SNAPSHOT</version>
25+
<version>0.3.1</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.3.1-SNAPSHOT</version>
25+
<version>0.3.1</version>
2626
</parent>
2727

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

0 commit comments

Comments
 (0)