Skip to content

Commit 6fa8d1b

Browse files
[maven-release-plugin] prepare release v4.2.1
1 parent 7494538 commit 6fa8d1b

File tree

14 files changed

+20
-28
lines changed

14 files changed

+20
-28
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_2.12</artifactId>
2121
<groupId>za.co.absa.hyperdrive</groupId>
22-
<version>4.1.1-SNAPSHOT</version>
22+
<version>4.2.1</version>
2323
<relativePath>../parent-conf/pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

compatibility-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
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">
17+
<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">
2018
<parent>
2119
<artifactId>parent-conf_2.12</artifactId>
2220
<groupId>za.co.absa.hyperdrive</groupId>
23-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2422
<relativePath>../parent-conf/pom.xml</relativePath>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>

compatibility-provider/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
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">
17+
<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">
2018
<parent>
2119
<artifactId>parent-conf_2.12</artifactId>
2220
<groupId>za.co.absa.hyperdrive</groupId>
23-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2422
<relativePath>../parent-conf/pom.xml</relativePath>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>

compatibility_spark-2/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
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">
17+
<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">
2018
<parent>
2119
<artifactId>parent-conf_2.12</artifactId>
2220
<groupId>za.co.absa.hyperdrive</groupId>
23-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2422
<relativePath>../parent-conf/pom.xml</relativePath>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>

compatibility_spark-3/pom.xml

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

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2119
<parent>
2220
<artifactId>parent-conf_2.12</artifactId>
2321
<groupId>za.co.absa.hyperdrive</groupId>
24-
<version>4.1.1-SNAPSHOT</version>
22+
<version>4.2.1</version>
2523
<relativePath>../parent-conf/pom.xml</relativePath>
2624
</parent>
2725
<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_2.12</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</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_2.12</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</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_${scala.compat.version}</artifactId>
33-
<version>4.1.1-SNAPSHOT</version>
33+
<version>4.2.1</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_2.12</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

hyperdrive-release_spark-2/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_2.12</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

hyperdrive-release_spark-3/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_2.12</artifactId>
2020
<groupId>za.co.absa.hyperdrive</groupId>
21-
<version>4.1.1-SNAPSHOT</version>
21+
<version>4.2.1</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)