Skip to content

Commit 70f96d0

Browse files
Merge pull request #182 from AbsaOSS/release/4.1.0
Release/4.1.0
2 parents b57cdc9 + 5ad2129 commit 70f96d0

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
22+
<version>4.1.1-SNAPSHOT</version>
2323
<relativePath>../parent-conf/pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

component-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

component-scanner/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</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>4.0.1-SNAPSHOT</version>
33+
<version>4.1.1-SNAPSHOT</version>
3434
</dependency>
3535

3636
<!--Spark-->

driver/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

hyperdrive-release/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

ingestor-default/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

parent-conf/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
23+
<version>4.1.1-SNAPSHOT</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.

shared/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.1-SNAPSHOT</version>
21+
<version>4.1.1-SNAPSHOT</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)