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

Commit 3add1a0

Browse files
committed
Changed version to 2016-12 (SANSA v0.1.0 release)
1 parent 5b6e366 commit 3add1a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sansa-stack</groupId>
66
<artifactId>sansa-examples-parent</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>2016-12</version>
88
<packaging>pom</packaging>
99
<name>SANSA-Examples - Parent</name>
1010
<description>SANSA examples</description>

sansa-examples-flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sansa-examples-parent</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>2016-12</version>
99
</parent>
1010
<artifactId>sansa-examples-flink</artifactId>
1111
<name>SANSA Examples - Apache Flink</name>

sansa-examples-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sansa-examples-parent</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>2016-12</version>
99
</parent>
1010
<artifactId>sansa-examples-spark</artifactId>
1111
<name>SANSA Examples - Apache Spark</name>

0 commit comments

Comments
 (0)