diff --git a/pom.xml b/pom.xml
index 8e02f6c..7cd5a03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
net.sansa-stack
sansa-inference-parent_2.11
- 0.3.1-SNAPSHOT
+ 0.4.0
pom
Inference API - Parent
diff --git a/sansa-inference-common/pom.xml b/sansa-inference-common/pom.xml
index f6de806..60a4610 100644
--- a/sansa-inference-common/pom.xml
+++ b/sansa-inference-common/pom.xml
@@ -4,12 +4,12 @@
sansa-inference-parent_2.11
net.sansa-stack
- 0.3.1-SNAPSHOT
+ 0.4.0
../pom.xml
net.sansa-stack
sansa-inference-common_${scala.binary.version}
- 0.3.1-SNAPSHOT
+ 0.4.0
Inference API - Common
A set of common objects used in the Inference API
diff --git a/sansa-inference-flink/pom.xml b/sansa-inference-flink/pom.xml
index 555d65b..a95afa9 100644
--- a/sansa-inference-flink/pom.xml
+++ b/sansa-inference-flink/pom.xml
@@ -23,12 +23,12 @@ under the License.
net.sansa-stack
sansa-inference-parent_2.11
- 0.3.1-SNAPSHOT
+ 0.4.0
../pom.xml
net.sansa-stack
sansa-inference-flink_${scala.binary.version}
- 0.3.1-SNAPSHOT
+ 0.4.0
Inference API - Flink
Apache Flink based inference layer for RDF and OWL
diff --git a/sansa-inference-spark/pom.xml b/sansa-inference-spark/pom.xml
index ffb7ffd..9acac07 100644
--- a/sansa-inference-spark/pom.xml
+++ b/sansa-inference-spark/pom.xml
@@ -4,12 +4,12 @@
net.sansa-stack
sansa-inference-parent_2.11
- 0.3.1-SNAPSHOT
+ 0.4.0
../pom.xml
net.sansa-stack
sansa-inference-spark_${scala.binary.version}
- 0.3.1-SNAPSHOT
+ 0.4.0
Inference API - Spark
Apache Spark based inference layer for RDF and OWL
diff --git a/sansa-inference-tests/pom.xml b/sansa-inference-tests/pom.xml
index bf65595..795ada6 100644
--- a/sansa-inference-tests/pom.xml
+++ b/sansa-inference-tests/pom.xml
@@ -4,12 +4,12 @@
sansa-inference-parent_2.11
net.sansa-stack
- 0.3.1-SNAPSHOT
+ 0.4.0
../pom.xml
net.sansa-stack
sansa-inference-tests_${scala.binary.version}
- 0.3.1-SNAPSHOT
+ 0.4.0
Inference API - Tests
Contains common data and utils for inference API testing