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

Commit dea55c4

Browse files
committed
update versions for release
1 parent 8ef3ed9 commit dea55c4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.sansa-stack</groupId>
44
<artifactId>sansa-owl-parent_2.11</artifactId>
5-
<version>0.1.1-SNAPSHOT</version>
5+
<version>0.2.0</version>
66
<packaging>pom</packaging>
77
<name>OWL - Parent</name>
88

sansa-owl-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>net.sansa-stack</groupId>
99
<artifactId>sansa-owl-parent_2.11</artifactId>
10-
<version>0.1.1-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
</parent>
1212

1313
<artifactId>sansa-owl-common_2.11</artifactId>
14-
<version>0.1.1-SNAPSHOT</version>
14+
<version>0.2.0</version>
1515

1616
<dependencies>
1717
<!-- Scala dependencies -->

sansa-owl-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>sansa-owl-parent_2.11</artifactId>
99
<groupId>net.sansa-stack</groupId>
10-
<version>0.1.1-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
</parent>
1212

1313
<artifactId>sansa-owl-flink_2.11</artifactId>
14-
<version>0.1.1-SNAPSHOT</version>
14+
<version>0.2.0</version>
1515

1616
<dependencies>
1717
<dependency>

sansa-owl-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>net.sansa-stack</groupId>
88
<artifactId>sansa-owl-parent_2.11</artifactId>
9-
<version>0.1.1-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<artifactId>sansa-owl-spark_2.11</artifactId>
13-
<version>0.1.1-SNAPSHOT</version>
13+
<version>0.2.0</version>
1414

1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
 (0)