This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.sansa-stack</groupId >
5
5
<artifactId >sansa-inference-parent_2.11</artifactId >
6
- <version >0.3.1-SNAPSHOT </version >
6
+ <version >0.4.0 </version >
7
7
<packaging >pom</packaging >
8
8
<name >Inference API - Parent</name >
9
9
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >sansa-inference-parent_2.11</artifactId >
6
6
<groupId >net.sansa-stack</groupId >
7
- <version >0.3.1-SNAPSHOT </version >
7
+ <version >0.4.0 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >net.sansa-stack</groupId >
11
11
<artifactId >sansa-inference-common_${scala.binary.version} </artifactId >
12
- <version >0.3.1-SNAPSHOT </version >
12
+ <version >0.4.0 </version >
13
13
<name >Inference API - Common</name >
14
14
<description >A set of common objects used in the Inference API</description >
15
15
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ under the License.
23
23
<parent >
24
24
<groupId >net.sansa-stack</groupId >
25
25
<artifactId >sansa-inference-parent_2.11</artifactId >
26
- <version >0.3.1-SNAPSHOT </version >
26
+ <version >0.4.0 </version >
27
27
<relativePath >../pom.xml</relativePath >
28
28
</parent >
29
29
<groupId >net.sansa-stack</groupId >
30
30
<artifactId >sansa-inference-flink_${scala.binary.version} </artifactId >
31
- <version >0.3.1-SNAPSHOT </version >
31
+ <version >0.4.0 </version >
32
32
33
33
<name >Inference API - Flink</name >
34
34
<description >Apache Flink based inference layer for RDF and OWL</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >net.sansa-stack</groupId >
6
6
<artifactId >sansa-inference-parent_2.11</artifactId >
7
- <version >0.3.1-SNAPSHOT </version >
7
+ <version >0.4.0 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >net.sansa-stack</groupId >
11
11
<artifactId >sansa-inference-spark_${scala.binary.version} </artifactId >
12
- <version >0.3.1-SNAPSHOT </version >
12
+ <version >0.4.0 </version >
13
13
14
14
<name >Inference API - Spark</name >
15
15
<description >Apache Spark based inference layer for RDF and OWL</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >sansa-inference-parent_2.11</artifactId >
6
6
<groupId >net.sansa-stack</groupId >
7
- <version >0.3.1-SNAPSHOT </version >
7
+ <version >0.4.0 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >net.sansa-stack</groupId >
11
11
<artifactId >sansa-inference-tests_${scala.binary.version} </artifactId >
12
- <version >0.3.1-SNAPSHOT </version >
12
+ <version >0.4.0 </version >
13
13
<name >Inference API - Tests</name >
14
14
<description >Contains common data and utils for inference API testing</description >
15
15
You can’t perform that action at this time.
0 commit comments