diff --git a/common/pom.xml b/common/pom.xml
index 20421e584..05e6bc92b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
com.ldbc.snb
implementations
- 0.3.5-SNAPSHOT
+ 0.3.5
common
diff --git a/cypher/driver/benchmark.sh b/cypher/driver/benchmark.sh
index 549f1845b..ad4c830e4 100755
--- a/cypher/driver/benchmark.sh
+++ b/cypher/driver/benchmark.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/cypher-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/benchmark.properties
+java -cp target/cypher-0.3.5.jar com.ldbc.driver.Client -P driver/benchmark.properties
diff --git a/cypher/driver/create-validation-parameters.sh b/cypher/driver/create-validation-parameters.sh
index 3f5855555..f0f9fdeb4 100755
--- a/cypher/driver/create-validation-parameters.sh
+++ b/cypher/driver/create-validation-parameters.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/cypher-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/create-validation-parameters.properties
+java -cp target/cypher-0.3.5.jar com.ldbc.driver.Client -P driver/create-validation-parameters.properties
diff --git a/cypher/driver/validate.sh b/cypher/driver/validate.sh
index 4200cce41..b63390280 100755
--- a/cypher/driver/validate.sh
+++ b/cypher/driver/validate.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/cypher-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/validate.properties
+java -cp target/cypher-0.3.5.jar com.ldbc.driver.Client -P driver/validate.properties
diff --git a/cypher/pom.xml b/cypher/pom.xml
index 501f6cf86..b8303ed21 100644
--- a/cypher/pom.xml
+++ b/cypher/pom.xml
@@ -5,7 +5,7 @@
com.ldbc.snb
implementations
- 0.3.5-SNAPSHOT
+ 0.3.5
cypher
@@ -16,7 +16,7 @@
com.ldbc.snb
common
- 0.3.5-SNAPSHOT
+ 0.3.5
org.neo4j.driver
diff --git a/pom.xml b/pom.xml
index 05cab189a..51fcc9750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.ldbc.snb
implementations
- 0.3.5-SNAPSHOT
+ 0.3.5
pom
diff --git a/postgres/driver/benchmark.sh b/postgres/driver/benchmark.sh
index ce5d4cd18..2eb88b7d8 100755
--- a/postgres/driver/benchmark.sh
+++ b/postgres/driver/benchmark.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/postgres-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/benchmark.properties
+java -cp target/postgres-0.3.5.jar com.ldbc.driver.Client -P driver/benchmark.properties
diff --git a/postgres/driver/create-validation-parameters.sh b/postgres/driver/create-validation-parameters.sh
index 754de9970..13c268d98 100755
--- a/postgres/driver/create-validation-parameters.sh
+++ b/postgres/driver/create-validation-parameters.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/postgres-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/create-validation-parameters.properties
+java -cp target/postgres-0.3.5.jar com.ldbc.driver.Client -P driver/create-validation-parameters.properties
diff --git a/postgres/driver/validate.sh b/postgres/driver/validate.sh
index a6d6695fc..f63155c1c 100755
--- a/postgres/driver/validate.sh
+++ b/postgres/driver/validate.sh
@@ -6,4 +6,4 @@ set -o pipefail
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
-java -cp target/postgres-0.3.5-SNAPSHOT.jar com.ldbc.driver.Client -P driver/validate.properties
+java -cp target/postgres-0.3.5.jar com.ldbc.driver.Client -P driver/validate.properties
diff --git a/postgres/pom.xml b/postgres/pom.xml
index ae4b745e3..25645d283 100644
--- a/postgres/pom.xml
+++ b/postgres/pom.xml
@@ -5,7 +5,7 @@
com.ldbc.snb
implementations
- 0.3.5-SNAPSHOT
+ 0.3.5
postgres
@@ -16,7 +16,7 @@
com.ldbc.snb
common
- 0.3.5-SNAPSHOT
+ 0.3.5
org.postgresql