Skip to content

Commit ccae9d1

Browse files
committed
Fix for deployment
1 parent ef5417c commit ccae9d1

File tree

14 files changed

+14
-6
lines changed

14 files changed

+14
-6
lines changed

api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<version>4.8.0</version>
2323
<relativePath>../parent-conf/pom.xml</relativePath>
2424
</parent>
25+
<name>API</name>
2526
<modelVersion>4.0.0</modelVersion>
2627
<artifactId>api_2.12</artifactId>
2728
<packaging>jar</packaging>

compatibility-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24-
<name>compatibility-api</name>
24+
<name>Compatibility API</name>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>compatibility-api_2.12</artifactId>
2727
<packaging>jar</packaging>

compatibility-provider/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Compatibility Provider</name>
2425
<modelVersion>4.0.0</modelVersion>
2526
<artifactId>compatibility-provider_2.12</artifactId>
2627
<packaging>jar</packaging>

compatibility_spark-2/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Compatibility Spark 2</name>
2425
<modelVersion>4.0.0</modelVersion>
2526
<artifactId>compatibility_spark-2_2.12</artifactId>
2627
<packaging>jar</packaging>

compatibility_spark-3/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<version>4.8.0</version>
2323
<relativePath>../parent-conf/pom.xml</relativePath>
2424
</parent>
25+
<name>Compatibility Spark 3</name>
2526
<modelVersion>4.0.0</modelVersion>
2627
<artifactId>compatibility_spark-3_2.12</artifactId>
2728
<packaging>jar</packaging>

component-archetype/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

26+
<name>Component Archetype</name>
2627
<artifactId>component-archetype_2.12</artifactId>
2728
<packaging>maven-archetype</packaging>
2829

component-scanner/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Component Scanner</name>
2425
<modelVersion>4.0.0</modelVersion>
2526
<artifactId>component-scanner_2.12</artifactId>
2627
<packaging>jar</packaging>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Driver</name>
2425
<modelVersion>4.0.0</modelVersion>
25-
2626
<artifactId>driver_2.12</artifactId>
2727

2828
<dependencies>

hyperdrive-release_spark-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Hyperdrive Release Spark 2</name>
2425
<modelVersion>4.0.0</modelVersion>
25-
2626
<artifactId>hyperdrive-release_spark-2_2.12</artifactId>
2727

2828
<dependencies>

hyperdrive-release_spark-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<version>4.8.0</version>
2222
<relativePath>../parent-conf/pom.xml</relativePath>
2323
</parent>
24+
<name>Hyperdrive Release Spark 3</name>
2425
<modelVersion>4.0.0</modelVersion>
25-
2626
<artifactId>hyperdrive-release_spark-3_2.12</artifactId>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)