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

Commit de97003

Browse files
authored
Merge pull request #34 from SANSA-Stack/feature/align-with-0.6.0-SNAPSHOT
Use the sansa-parent structure and align with the sansa layers
2 parents 35780ec + c7905af commit de97003

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<version>0.6.0-SNAPSHOT</version>
1111
</parent>
1212

13-
<version>2018-12.1-SNAPSHOT</version>
1413
<packaging>pom</packaging>
1514
<name>SANSA-Examples - Parent</name>
1615
<description>SANSA examples</description>
@@ -58,42 +57,38 @@
5857

5958
</modules>
6059

61-
<properties>
62-
<sansa.version>0.6.0-SNAPSHOT</sansa.version>
63-
</properties>
64-
6560
<dependencyManagement>
6661
<dependencies>
6762
<!-- RDF Layer -->
6863
<dependency>
6964
<groupId>${project.groupId}</groupId>
7065
<artifactId>sansa-rdf-spark_${scala.binary.version}</artifactId>
71-
<version>${sansa.version}</version>
66+
<version>${project.version}</version>
7267
</dependency>
7368

7469
<dependency>
7570
<groupId>${project.groupId}</groupId>
7671
<artifactId>sansa-rdf-flink_${scala.binary.version}</artifactId>
77-
<version>${sansa.version}</version>
72+
<version>${project.version}</version>
7873
</dependency>
7974
<!-- OWL Layer -->
8075
<dependency>
8176
<groupId>${project.groupId}</groupId>
8277
<artifactId>sansa-owl-spark_${scala.binary.version}</artifactId>
83-
<version>${sansa.version}</version>
78+
<version>${project.version}</version>
8479
</dependency>
8580
<dependency>
8681
<groupId>${project.groupId}</groupId>
8782
<artifactId>sansa-owl-flink_${scala.binary.version}</artifactId>
88-
<version>${sansa.version}</version>
83+
<version>${project.version}</version>
8984
</dependency>
9085

9186
<!-- Query Layer -->
9287
<dependency>
9388
<groupId>${project.groupId}</groupId>
9489
<artifactId>sansa-query-spark_${scala.binary.version}</artifactId>
9590
<!-- <version>${project.parent.version}</version> -->
96-
<version>${sansa.version}</version>
91+
<version>${project.version}</version>
9792
</dependency>
9893

9994
<!-- Inference Layer -->
@@ -112,12 +107,12 @@
112107
<dependency>
113108
<groupId>${project.groupId}</groupId>
114109
<artifactId>sansa-ml-spark_${scala.binary.version}</artifactId>
115-
<version>${sansa.version}</version>
110+
<version>${project.version}</version>
116111
</dependency>
117112
<dependency>
118113
<groupId>${project.groupId}</groupId>
119114
<artifactId>sansa-ml-flink_${scala.binary.version}</artifactId>
120-
<version>${sansa.version}</version>
115+
<version>${project.version}</version>
121116
</dependency>
122117

123118
</dependencies>

sansa-examples-flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.sansa-stack</groupId>
99
<artifactId>sansa-examples-parent_2.11</artifactId>
10-
<version>2018-12.1-SNAPSHOT</version>
10+
<version>0.6.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>sansa-examples-flink_2.11</artifactId>

sansa-examples-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sansa-stack</groupId>
77
<artifactId>sansa-examples-parent_2.11</artifactId>
8-
<version>2018-12.1-SNAPSHOT</version>
8+
<version>0.6.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sansa-examples-spark_2.11</artifactId>

0 commit comments

Comments
 (0)