This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sansa-stack</groupId >
88 <artifactId >sansa-parent</artifactId >
9- <version >0.5.1 -SNAPSHOT</version >
9+ <version >0.6.0 -SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >sansa-inference-parent_2.11</artifactId >
7272 <dependency >
7373 <groupId >${project.groupId} </groupId >
7474 <artifactId >sansa-rdf-spark_${scala.binary.version}</artifactId >
75- <version >${sansa.rdf .version} </version >
75+ <version >${project .version} </version >
7676 <!-- we have to exclude an old version here transitively included by
7777 a Kafka dependency of Spark Don't know how Spark 2.3 is able to work with
7878 Kafka 0.10 right now ... -->
8585 </dependency >
8686 <!-- SANSA OWL -->
8787 <dependency >
88- <groupId >net.sansa-stack </groupId >
88+ <groupId >${project.groupId} </groupId >
8989 <artifactId >sansa-owl-spark_${scala.binary.version}</artifactId >
90- <version >${sansa.owl .version} </version >
90+ <version >${project .version} </version >
9191 </dependency >
9292 <!-- Query Layer -->
9393 <dependency >
9494 <groupId >${project.groupId} </groupId >
95- <artifactId >sansa-query-spark-sparqlify </artifactId >
96- <version >${sansa.query .version} </version >
95+ <artifactId >sansa-query-spark_${scala.binary.version} </artifactId >
96+ <version >${project .version} </version >
9797 </dependency >
9898
9999 </dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sansa-inference-parent_2.11</artifactId >
66 <groupId >net.sansa-stack</groupId >
7- <version >0.5.1 -SNAPSHOT</version >
7+ <version >0.6.0 -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >sansa-inference-common_${scala.binary.version} </artifactId >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <groupId >net.sansa-stack</groupId >
2525 <artifactId >sansa-inference-parent_2.11</artifactId >
26- <version >0.5.1 -SNAPSHOT</version >
26+ <version >0.6.0 -SNAPSHOT</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <artifactId >sansa-inference-flink_${scala.binary.version} </artifactId >
@@ -35,12 +35,12 @@ under the License.
3535 <dependency >
3636 <groupId >net.sansa-stack</groupId >
3737 <artifactId >sansa-inference-common_${scala.binary.version}</artifactId >
38- <version >${parent .version} </version >
38+ <version >${project .version} </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >net.sansa-stack</groupId >
4242 <artifactId >sansa-inference-tests_${scala.binary.version}</artifactId >
43- <version >${parent .version} </version >
43+ <version >${project .version} </version >
4444 <type >test-jar</type >
4545 <scope >test</scope >
4646 </dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >net.sansa-stack</groupId >
66 <artifactId >sansa-inference-parent_2.11</artifactId >
7- <version >0.5.1 -SNAPSHOT</version >
7+ <version >0.6.0 -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >sansa-inference-spark_${scala.binary.version} </artifactId >
1414
1515 <properties >
1616 <spark .deps.scope>compile</spark .deps.scope>
17-
18- <sansa .version>0.3.1-SNAPSHOT</sansa .version>
1917 </properties >
2018
2119 <dependencies >
2220 <dependency >
2321 <groupId >net.sansa-stack</groupId >
2422 <artifactId >sansa-inference-common_${scala.binary.version}</artifactId >
25- <version >${project.parent. version} </version >
23+ <version >${project.version} </version >
2624 </dependency >
2725 <dependency >
2826 <groupId >net.sansa-stack</groupId >
2927 <artifactId >sansa-inference-tests_${scala.binary.version}</artifactId >
30- <version >${project.parent. version} </version >
28+ <version >${project.version} </version >
3129 <type >test-jar</type >
3230 <scope >test</scope >
3331 </dependency >
109107 <dependency >
110108 <groupId >org.apache.jena</groupId >
111109 <artifactId >jena-tdb</artifactId >
112- <version >${jena.version} </version >
113110 <scope >provided</scope >
114111 </dependency >
115112
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sansa-inference-parent_2.11</artifactId >
66 <groupId >net.sansa-stack</groupId >
7- <version >0.5.1 -SNAPSHOT</version >
7+ <version >0.6.0 -SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010 <artifactId >sansa-inference-tests_${scala.binary.version} </artifactId >
1515 <dependency >
1616 <groupId >net.sansa-stack</groupId >
1717 <artifactId >sansa-inference-common_${scala.binary.version}</artifactId >
18- <version >${parent .version} </version >
18+ <version >${project .version} </version >
1919 </dependency >
2020
2121 <dependency >
You can’t perform that action at this time.
0 commit comments