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

Commit 5f0db28

Browse files
committed
Bump SANSA version to v0.4.0
1 parent d58a839 commit 5f0db28

3 files changed

Lines changed: 13 additions & 15 deletions

File tree

pom.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<scala.version>2.11.11</scala.version>
4444
<scala.binary.version>2.11</scala.binary.version>
4545

46-
<spark.version>2.2.1</spark.version>
47-
<flink.version>1.4.0</flink.version>
48-
<sansa.version>0.3.0</sansa.version>
46+
<spark.version>2.3.1</spark.version>
47+
<flink.version>1.5.0</flink.version>
48+
<sansa.version>0.4.0</sansa.version>
4949
</properties>
5050

5151

@@ -56,13 +56,13 @@
5656
<!-- RDF Layer -->
5757
<dependency>
5858
<groupId>${project.groupId}</groupId>
59-
<artifactId>sansa-rdf-spark-bundle_${scala.binary.version}</artifactId>
59+
<artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId>
6060
<version>${sansa.version}</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>${project.groupId}</groupId>
65-
<artifactId>sansa-rdf-flink-core_${scala.binary.version}</artifactId>
65+
<artifactId>sansa-rdf-flink_${scala.binary.version}</artifactId>
6666
<version>${sansa.version}</version>
6767
</dependency>
6868

@@ -82,16 +82,11 @@
8282
<!-- Query Layer -->
8383
<dependency>
8484
<groupId>${project.groupId}</groupId>
85-
<artifactId>sansa-query-spark-bundle_${scala.binary.version}</artifactId>
85+
<artifactId>sansa-query-spark_${scala.binary.version}</artifactId>
8686
<version>${sansa.version}</version>
8787
</dependency>
8888

8989
<!-- Inference Layer -->
90-
<dependency>
91-
<groupId>${project.groupId}</groupId>
92-
<artifactId>sansa-inference-parent_${scala.binary.version}</artifactId>
93-
<version>${sansa.version}</version>
94-
</dependency>
9590
<dependency>
9691
<groupId>${project.groupId}</groupId>
9792
<artifactId>sansa-inference-spark_${scala.binary.version}</artifactId>

sansa-stack-flink/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- RDF Layer -->
1818
<dependency>
1919
<groupId>${project.groupId}</groupId>
20-
<artifactId>sansa-rdf-flink-core_${scala.binary.version}</artifactId>
20+
<artifactId>sansa-rdf-flink_${scala.binary.version}</artifactId>
2121
</dependency>
2222

2323
<!-- OWL Layer -->
@@ -27,7 +27,10 @@
2727
</dependency>
2828

2929
<!-- Query Layer -->
30-
<!-- no Flink code yet -->
30+
<!--<dependency>
31+
<groupId>${project.groupId}</groupId>
32+
<artifactId>sansa-query-flink_${scala.binary.version}</artifactId>
33+
</dependency>-->
3134

3235
<!-- Inference Layer -->
3336
<dependency>

sansa-stack-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- RDF Layer -->
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
21-
<artifactId>sansa-rdf-spark-bundle_${scala.binary.version}</artifactId>
21+
<artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId>
2222
</dependency>
2323

2424
<!-- OWL Layer -->
@@ -30,7 +30,7 @@
3030
<!-- Query Layer -->
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>
33-
<artifactId>sansa-query-spark-bundle_${scala.binary.version}</artifactId>
33+
<artifactId>sansa-query-spark_${scala.binary.version}</artifactId>
3434
</dependency>
3535

3636
<!-- Inference Layer -->

0 commit comments

Comments
 (0)