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

Commit

Permalink
Bump to 0.6.0-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
GezimSejdiu committed Jun 25, 2019
1 parent 85228a0 commit a45ebfe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
</parent>

<artifactId>sansa-inference-parent_2.11</artifactId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId>
<version>${sansa.rdf.version}</version>
<version>${project.version}</version>
<!-- we have to exclude an old version here transitively included by
a Kafka dependency of Spark Don't know how Spark 2.3 is able to work with
Kafka 0.10 right now ... -->
Expand All @@ -85,15 +85,15 @@
</dependency>
<!-- SANSA OWL -->
<dependency>
<groupId>net.sansa-stack</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-owl-spark_${scala.binary.version}</artifactId>
<version>${sansa.owl.version}</version>
<version>${project.version}</version>
</dependency>
<!-- Query Layer -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sansa-query-spark-sparqlify</artifactId>
<version>${sansa.query.version}</version>
<artifactId>sansa-query-spark_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sansa-inference-common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sansa-inference-parent_2.11</artifactId>
<groupId>net.sansa-stack</groupId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions sansa-inference-flink/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-parent_2.11</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sansa-inference-flink_${scala.binary.version}</artifactId>
Expand All @@ -35,12 +35,12 @@ under the License.
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
9 changes: 3 additions & 6 deletions sansa-inference-spark/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-parent_2.11</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sansa-inference-spark_${scala.binary.version}</artifactId>
Expand All @@ -14,20 +14,18 @@

<properties>
<spark.deps.scope>compile</spark.deps.scope>

<sansa.version>0.3.1-SNAPSHOT</sansa.version>
</properties>

<dependencies>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
<version>${project.parent.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>
<version>${project.parent.version}</version>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -109,7 +107,6 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>${jena.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions sansa-inference-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sansa-inference-parent_2.11</artifactId>
<groupId>net.sansa-stack</groupId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sansa-inference-tests_${scala.binary.version}</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-inference-common_${scala.binary.version}</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a45ebfe

Please sign in to comment.