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

Commit 046e8fe

Browse files
Merge branch 'release/0.5.0' into develop
2 parents 168539c + 183f578 commit 046e8fe

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.sansa-stack</groupId>
55
<artifactId>sansa-inference-parent_2.11</artifactId>
6-
<version>0.4.1-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
<packaging>pom</packaging>
88
<name>Inference API - Parent</name>
99

@@ -70,7 +70,7 @@
7070
<spark.version>2.4.0</spark.version>
7171
<flink.version>1.7.0</flink.version>
7272
<jena.version>3.9.0</jena.version>
73-
<sansa.stack.version>0.4.0</sansa.stack.version>
73+
<sansa.stack.version>0.5.0</sansa.stack.version>
7474
<sansa.rdf.version>${sansa.stack.version}</sansa.rdf.version>
7575
<sansa.query.version>${sansa.stack.version}</sansa.query.version>
7676
<sansa.owl.version>0.4.1</sansa.owl.version>

sansa-inference-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>sansa-inference-parent_2.11</artifactId>
66
<groupId>net.sansa-stack</groupId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>net.sansa-stack</groupId>
1111
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
12-
<version>0.4.1-SNAPSHOT</version>
12+
<version>0.5.0</version>
1313
<name>Inference API - Common</name>
1414
<description>A set of common objects used in the Inference API</description>
1515

sansa-inference-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ under the License.
2323
<parent>
2424
<groupId>net.sansa-stack</groupId>
2525
<artifactId>sansa-inference-parent_2.11</artifactId>
26-
<version>0.4.1-SNAPSHOT</version>
26+
<version>0.5.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<groupId>net.sansa-stack</groupId>
3030
<artifactId>sansa-inference-flink_${scala.binary.version}</artifactId>
31-
<version>0.4.1-SNAPSHOT</version>
31+
<version>0.5.0</version>
3232

3333
<name>Inference API - Flink</name>
3434
<description>Apache Flink based inference layer for RDF and OWL</description>

sansa-inference-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>net.sansa-stack</groupId>
66
<artifactId>sansa-inference-parent_2.11</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>net.sansa-stack</groupId>
1111
<artifactId>sansa-inference-spark_${scala.binary.version}</artifactId>
12-
<version>0.4.1-SNAPSHOT</version>
12+
<version>0.5.0</version>
1313

1414
<name>Inference API - Spark</name>
1515
<description>Apache Spark based inference layer for RDF and OWL</description>

sansa-inference-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>sansa-inference-parent_2.11</artifactId>
66
<groupId>net.sansa-stack</groupId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>net.sansa-stack</groupId>
1111
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>
12-
<version>0.4.1-SNAPSHOT</version>
12+
<version>0.5.0</version>
1313
<name>Inference API - Tests</name>
1414
<description>Contains common data and utils for inference API testing</description>
1515

0 commit comments

Comments
 (0)