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 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.sansa-stack</groupId >
5- <artifactId >sansa-inference-parent_ ${scala.binary.version} </artifactId >
5+ <artifactId >sansa-inference-parent_2.11 </artifactId >
66 <version >0.1.0-SNAPSHOT</version >
77 <packaging >pom</packaging >
88 <name >Inference API - Parent</name >
315315 <artifactId >gitflow-maven-plugin</artifactId >
316316 <version >1.3.1</version >
317317 </plugin >
318+ <plugin >
319+ <groupId >org.codehaus.mojo</groupId >
320+ <artifactId >versions-maven-plugin</artifactId >
321+ <version >2.3</version >
322+ </plugin >
318323
319324 <plugin >
320325 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <artifactId >sansa-inference-parent_ ${scala.binary.version} </artifactId >
5+ <artifactId >sansa-inference-parent_2.11 </artifactId >
66 <groupId >net.sansa-stack</groupId >
77 <version >0.1.0-SNAPSHOT</version >
8+ <relativePath >../pom.xml</relativePath >
89 </parent >
910 <groupId >net.sansa-stack</groupId >
1011 <artifactId >sansa-inference-common_${scala.binary.version} </artifactId >
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ under the License.
2222 <modelVersion >4.0.0</modelVersion >
2323 <parent >
2424 <groupId >net.sansa-stack</groupId >
25- <artifactId >sansa-inference-parent_ ${scala.binary.version} </artifactId >
25+ <artifactId >sansa-inference-parent_2.11 </artifactId >
2626 <version >0.1.0-SNAPSHOT</version >
27+ <relativePath >../pom.xml</relativePath >
2728 </parent >
2829 <groupId >net.sansa-stack</groupId >
2930 <artifactId >sansa-inference-flink_${scala.binary.version} </artifactId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <parent >
55 <groupId >net.sansa-stack</groupId >
6- <artifactId >sansa-inference-parent_ ${scala.binary.version} </artifactId >
6+ <artifactId >sansa-inference-parent_2.11 </artifactId >
77 <version >0.1.0-SNAPSHOT</version >
8+ <relativePath >../pom.xml</relativePath >
89 </parent >
910 <groupId >net.sansa-stack</groupId >
1011 <artifactId >sansa-inference-spark_${scala.binary.version} </artifactId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <artifactId >sansa-inference-parent_ ${scala.binary.version} </artifactId >
5+ <artifactId >sansa-inference-parent_2.11 </artifactId >
66 <groupId >net.sansa-stack</groupId >
77 <version >0.1.0-SNAPSHOT</version >
8+ <relativePath >../pom.xml</relativePath >
89 </parent >
910 <groupId >net.sansa-stack</groupId >
1011 <artifactId >sansa-inference-tests_${scala.binary.version} </artifactId >
You can’t perform that action at this time.
0 commit comments