diff --git a/README.md b/README.md
index d8b3290..e81cdf7 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Include in your project's pom.xml:
io.flinkspector
flinkspector-dataset_2.11
- 0.9.2
+ 0.9.3
```
or for the Flink DataStream API:
@@ -82,7 +82,7 @@ or for the Flink DataStream API:
io.flinkspector
flinkspector-datastream_2.11
- 0.9.2
+ 0.9.3
```
If you want to use assertions you should also include hamcrest:
@@ -104,7 +104,7 @@ If you want to use assertions you should also include hamcrest:
io.flinkspector
flinkspector-dataset
- 0.9.3-SNAPSHOT
+ 0.9.4-SNAPSHOT
```
or for the Flink DataStream API:
@@ -113,7 +113,7 @@ or for the Flink DataStream API:
io.flinkspector
flinkspector-datastream
- 0.9.3-SNAPSHOT
+ 0.9.4-SNAPSHOT
```
diff --git a/flinkspector-core/pom.xml b/flinkspector-core/pom.xml
index 079a1a8..0f289f1 100644
--- a/flinkspector-core/pom.xml
+++ b/flinkspector-core/pom.xml
@@ -21,7 +21,7 @@
io.flinkspector
flinkspector-parent_${scala.binary.version}
- 0.9.3-SNAPSHOT
+ 0.9.3
4.0.0
diff --git a/flinkspector-dataset/pom.xml b/flinkspector-dataset/pom.xml
index bebccb8..2d80716 100644
--- a/flinkspector-dataset/pom.xml
+++ b/flinkspector-dataset/pom.xml
@@ -21,7 +21,7 @@
io.flinkspector
flinkspector-parent_${scala.binary.version}
- 0.9.3-SNAPSHOT
+ 0.9.3
4.0.0
diff --git a/flinkspector-datastream/pom.xml b/flinkspector-datastream/pom.xml
index c88a088..62bcf4a 100644
--- a/flinkspector-datastream/pom.xml
+++ b/flinkspector-datastream/pom.xml
@@ -21,7 +21,7 @@
io.flinkspector
flinkspector-parent_${scala.binary.version}
- 0.9.3-SNAPSHOT
+ 0.9.3
4.0.0
diff --git a/pom.xml b/pom.xml
index 692a617..25c36f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
io.flinkspector
flinkspector-parent_${scala.binary.version}
- 0.9.3-SNAPSHOT
+ 0.9.3
Flinkspector
Lightweight integration tests for Apache Flink