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

Commit 96cdf8a

Browse files
committed
update versions for release
1 parent 3e8ac33 commit 96cdf8a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-ml-parent_2.11</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<packaging>pom</packaging>
99
<name>ML API - Parent</name>
1010
<description>RDF/OWL Machine Learning Library for Big Data</description>

sansa-ml-common/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-ml-parent_2.11</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>0.5.0</version>
99
</parent>
1010
<artifactId>sansa-ml-common_2.11</artifactId>
1111
<name>ML API - Common</name>

sansa-ml-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-ml-parent_2.11</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>0.5.0</version>
99
</parent>
1010
<artifactId>sansa-ml-flink_2.11</artifactId>
1111
<name>ML API - Apache Flink</name>

sansa-ml-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-ml-parent_2.11</artifactId>
77
<groupId>net.sansa-stack</groupId>
8-
<version>0.4.1-SNAPSHOT</version>
8+
<version>0.5.0</version>
99
</parent>
1010
<artifactId>sansa-ml-spark_2.11</artifactId>
1111
<name>ML API - Apache Spark</name>

0 commit comments

Comments
 (0)