This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.sansa-stack</groupId >
66 <artifactId >sansa-examples-parent</artifactId >
7- <version >2017-06-SNAPSHOT </version >
7+ <version >2017-06</version >
88 <packaging >pom</packaging >
99 <name >SANSA-Examples - Parent</name >
1010 <description >SANSA examples</description >
6161 <spark .version>2.1.1</spark .version>
6262 <flink .version>1.3.0</flink .version>
6363 <jena .version>3.1.1</jena .version>
64- <sansa .version>0.1.1-SNAPSHOT </sansa .version>
64+ <sansa .version>0.2.0 </sansa .version>
6565 </properties >
6666
6767 <dependencyManagement >
151151 <!-- RDF Layer -->
152152 <dependency >
153153 <groupId >${project.groupId} </groupId >
154- <artifactId >sansa-rdf-spark-bundle </artifactId >
154+ <artifactId >sansa-rdf-spark-bundle_${scala.binary.version} </artifactId >
155155 <version >${sansa.version} </version >
156156 </dependency >
157157
158158 <dependency >
159159 <groupId >${project.groupId} </groupId >
160- <artifactId >sansa-rdf-flink </artifactId >
160+ <artifactId >sansa-rdf-flink_${scala.binary.version} </artifactId >
161161 <version >${sansa.version} </version >
162162 </dependency >
163163 <!-- OWL Layer -->
175175 <!-- Query Layer -->
176176 <dependency >
177177 <groupId >${project.groupId} </groupId >
178- <artifactId >sansa-query-spark-bundle </artifactId >
178+ <artifactId >sansa-query-spark-bundle_${scala.binary.version} </artifactId >
179179 <version >${sansa.version} </version >
180180 </dependency >
181181
Original file line number Diff line number Diff line change 1515 <!-- SANSA RDF -->
1616 <dependency >
1717 <groupId >${project.groupId} </groupId >
18- <artifactId >sansa-rdf-flink </artifactId >
18+ <artifactId >sansa-rdf-flink_${scala.binary.version} </artifactId >
1919 </dependency >
2020
2121 <!-- SANSA OWL -->
Original file line number Diff line number Diff line change 5050 <version>0.1.0-SNAPSHOT</version> </dependency> -->
5151 <dependency >
5252 <groupId >${project.groupId} </groupId >
53- <artifactId >sansa-rdf-spark-bundle </artifactId >
53+ <artifactId >sansa-rdf-spark-bundle_${scala.binary.version} </artifactId >
5454 </dependency >
5555
5656 <!-- SANSA OWL -->
7070 <!-- SANSA Querying -->
7171 <dependency >
7272 <groupId >${project.groupId} </groupId >
73- <artifactId >sansa-query-spark-bundle </artifactId >
73+ <artifactId >sansa-query-spark-bundle_${scala.binary.version} </artifactId >
7474 </dependency >
7575
7676 <!-- SANSA ML -->
You can’t perform that action at this time.
0 commit comments