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

Commit

Permalink
update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwestphal committed Dec 14, 2017
1 parent ab8ea95 commit 4c16c17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-parent_2.11</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<name>Inference API - Parent</name>

Expand Down
4 changes: 2 additions & 2 deletions sansa-inference-common/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>sansa-inference-parent_2.11</artifactId>
<groupId>net.sansa-stack</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<name>Inference API - Common</name>
<description>A set of common objects used in the Inference API</description>

Expand Down
4 changes: 2 additions & 2 deletions sansa-inference-flink/pom.xml
Expand Up @@ -23,12 +23,12 @@ under the License.
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-parent_2.11</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-flink_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>Inference API - Flink</name>
<description>Apache Flink based inference layer for RDF and OWL</description>
Expand Down
4 changes: 2 additions & 2 deletions sansa-inference-spark/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-parent_2.11</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-spark_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>Inference API - Spark</name>
<description>Apache Spark based inference layer for RDF and OWL</description>
Expand Down
4 changes: 2 additions & 2 deletions sansa-inference-tests/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>sansa-inference-parent_2.11</artifactId>
<groupId>net.sansa-stack</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<name>Inference API - Tests</name>
<description>Contains common data and utils for inference API testing</description>

Expand Down

0 comments on commit 4c16c17

Please sign in to comment.