Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 56f3c15

Browse files
Scala version
1 parent 768966c commit 56f3c15

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.sansa-stack</groupId>
5-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
5+
<artifactId>sansa-inference-parent_2.11</artifactId>
66
<version>0.1.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Inference API - Parent</name>
@@ -315,6 +315,11 @@
315315
<artifactId>gitflow-maven-plugin</artifactId>
316316
<version>1.3.1</version>
317317
</plugin>
318+
<plugin>
319+
<groupId>org.codehaus.mojo</groupId>
320+
<artifactId>versions-maven-plugin</artifactId>
321+
<version>2.3</version>
322+
</plugin>
318323

319324
<plugin>
320325
<groupId>org.apache.maven.plugins</groupId>

sansa-inference-common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
5+
<artifactId>sansa-inference-parent_2.11</artifactId>
66
<groupId>net.sansa-stack</groupId>
77
<version>0.1.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<groupId>net.sansa-stack</groupId>
1011
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>

sansa-inference-flink/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<parent>
2424
<groupId>net.sansa-stack</groupId>
25-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
25+
<artifactId>sansa-inference-parent_2.11</artifactId>
2626
<version>0.1.0-SNAPSHOT</version>
27+
<relativePath>../pom.xml</relativePath>
2728
</parent>
2829
<groupId>net.sansa-stack</groupId>
2930
<artifactId>sansa-inference-flink_${scala.binary.version}</artifactId>

sansa-inference-spark/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>net.sansa-stack</groupId>
6-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
6+
<artifactId>sansa-inference-parent_2.11</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<groupId>net.sansa-stack</groupId>
1011
<artifactId>sansa-inference-spark_${scala.binary.version}</artifactId>

sansa-inference-tests/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
5+
<artifactId>sansa-inference-parent_2.11</artifactId>
66
<groupId>net.sansa-stack</groupId>
77
<version>0.1.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
89
</parent>
910
<groupId>net.sansa-stack</groupId>
1011
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)