Skip to content

Commit bf1d6ad

Browse files
[maven-release-plugin] prepare release v3.1.0
1 parent bdab9f3 commit bf1d6ad

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>parent-conf</artifactId>
2121
<groupId>za.co.absa.hyperdrive</groupId>
22-
<version>3.1.0-SNAPSHOT</version>
22+
<version>3.1.0</version>
2323
<relativePath>../parent-conf/pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

component-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

component-scanner/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>za.co.absa.hyperdrive</groupId>
3232
<artifactId>api</artifactId>
33-
<version>3.1.0-SNAPSHOT</version>
33+
<version>3.1.0</version>
3434
</dependency>
3535

3636
<!--Spark-->

driver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

ingestor-default/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

parent-conf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>hyperdrive</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>za.co.absa.hyperdrive</groupId>
2121
<artifactId>hyperdrive</artifactId>
2222
<packaging>pom</packaging>
23-
<version>3.1.0-SNAPSHOT</version>
23+
<version>3.1.0</version>
2424
<name>hyperdrive</name>
2525
<description>Hyperdrive is a configurable and scalable ingestion platform that allows data movement and
2626
transformation from the fast to the batch layer in a Lambda Architecture on top of Apache Spark.
@@ -54,7 +54,7 @@
5454
<connection>scm:git:git://github.com/AbsaOSS/hyperdrive.git</connection>
5555
<developerConnection>scm:git:ssh://github.com/AbsaOSS/hyperdrive.git</developerConnection>
5656
<url>https://github.com/AbsaOSS/hyperdrive/tree/master</url>
57-
<tag>HEAD</tag>
57+
<tag>v3.1.0</tag>
5858
</scm>
5959

6060
<licenses>

shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

testutils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>parent-conf</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>3.1.0-SNAPSHOT</version>
21+
<version>3.1.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)