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

Commit 414ded1

Browse files
committed
Bumped to 2017-06 version
1 parent 9601d4c commit 414ded1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sansa-stack</groupId>
6-
<artifactId>sansa-examples-parent</artifactId>
6+
<artifactId>sansa-examples-parent_2.11</artifactId>
77
<version>2017-06</version>
88
<packaging>pom</packaging>
99
<name>SANSA-Examples - Parent</name>

sansa-examples-flink/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<artifactId>sansa-examples-parent</artifactId>
6+
<artifactId>sansa-examples-parent_2.11</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>2017-06-SNAPSHOT</version>
8+
<version>2017-06</version>
99
</parent>
10-
<artifactId>sansa-examples-flink</artifactId>
10+
<artifactId>sansa-examples-flink_2.11</artifactId>
1111
<name>SANSA Examples - Apache Flink</name>
1212
<description>SANSA examples for Apache Flink</description>
1313

sansa-examples-spark/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<artifactId>sansa-examples-parent</artifactId>
6+
<artifactId>sansa-examples-parent_2.11</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>2017-06-SNAPSHOT</version>
8+
<version>2017-06</version>
99
</parent>
10-
<artifactId>sansa-examples-spark</artifactId>
10+
<artifactId>sansa-examples-spark_2.11</artifactId>
1111
<name>SANSA Examples - Apache Spark</name>
1212
<description>SANSA Examples for Apache Spark</description>
1313

0 commit comments

Comments
 (0)