diff --git a/base/pom.xml b/base/pom.xml
index e1efb2f..e98e53c 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -16,7 +16,7 @@
-->
cassandra-ldap-base
- 1.2.0-SNAPSHOT
+ 1.2.0
Cassandra LDAP Authenticator common code
Common code for Apache Cassandra LDAP plugin
diff --git a/cassandra-2.2/pom.xml b/cassandra-2.2/pom.xml
index a227e2e..fe4ba36 100644
--- a/cassandra-2.2/pom.xml
+++ b/cassandra-2.2/pom.xml
@@ -11,7 +11,7 @@
cassandra-ldap-2.2
- 1.2.0-SNAPSHOT
+ 1.2.0
Cassandra LDAP Authenticator for Cassandra 2.2
Pluggable LDAP authentication implementation for Apache Cassandra 2.2
@@ -50,7 +50,7 @@
com.instaclustr
cassandra-ldap-base
- 1.2.0-SNAPSHOT
+ 1.2.0
org.apache.cassandra
@@ -93,7 +93,7 @@
cassandra-ldap-base
tests
test-jar
- 1.2.0-SNAPSHOT
+ 1.2.0
test
diff --git a/cassandra-2.2/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra22LDAPIntegrationTest.java b/cassandra-2.2/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra22LDAPIntegrationTest.java
index 4838bb7..3a40248 100644
--- a/cassandra-2.2/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra22LDAPIntegrationTest.java
+++ b/cassandra-2.2/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra22LDAPIntegrationTest.java
@@ -41,7 +41,7 @@ public List createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
- .resolve("com.instaclustr:cassandra-ldap-2.2:1.2.0-SNAPSHOT")
+ .resolve("com.instaclustr:cassandra-ldap-2.2:1.2.0")
.withTransitivity()
.asFile();
diff --git a/cassandra-3.0/pom.xml b/cassandra-3.0/pom.xml
index 7789b17..87bc7b7 100644
--- a/cassandra-3.0/pom.xml
+++ b/cassandra-3.0/pom.xml
@@ -11,7 +11,7 @@
cassandra-ldap-3.0
- 1.2.0-SNAPSHOT
+ 1.2.0
Cassandra LDAP Authenticator for Cassandra 3.0
Pluggable LDAP authentication implementation for Apache Cassandra 3.0
@@ -50,7 +50,7 @@
com.instaclustr
cassandra-ldap-base
- 1.2.0-SNAPSHOT
+ 1.2.0
org.apache.cassandra
@@ -81,7 +81,7 @@
cassandra-ldap-base
tests
test-jar
- 1.2.0-SNAPSHOT
+ 1.2.0
test
diff --git a/cassandra-3.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra30LDAPIntegrationTest.java b/cassandra-3.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra30LDAPIntegrationTest.java
index 2a3ad7f..c4ac7ac 100644
--- a/cassandra-3.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra30LDAPIntegrationTest.java
+++ b/cassandra-3.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra30LDAPIntegrationTest.java
@@ -38,7 +38,7 @@ public List createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
- .resolve("com.instaclustr:cassandra-ldap-3.0:1.2.0-SNAPSHOT")
+ .resolve("com.instaclustr:cassandra-ldap-3.0:1.2.0")
.withTransitivity()
.asFile();
diff --git a/cassandra-3.11/pom.xml b/cassandra-3.11/pom.xml
index e8fe83d..0c85982 100644
--- a/cassandra-3.11/pom.xml
+++ b/cassandra-3.11/pom.xml
@@ -11,7 +11,7 @@
cassandra-ldap-3.11
- 1.2.0-SNAPSHOT
+ 1.2.0
Cassandra LDAP Authenticator for Cassandra 3.11
Pluggable LDAP authentication implementation for Apache Cassandra 3.11
@@ -51,7 +51,7 @@
com.instaclustr
cassandra-ldap-base
- 1.2.0-SNAPSHOT
+ 1.2.0
org.apache.cassandra
@@ -116,7 +116,7 @@
cassandra-ldap-base
tests
test-jar
- 1.2.0-SNAPSHOT
+ 1.2.0
test
diff --git a/cassandra-3.11/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra311LDAPIntegrationTest.java b/cassandra-3.11/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra311LDAPIntegrationTest.java
index c5bdb58..d996e26 100644
--- a/cassandra-3.11/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra311LDAPIntegrationTest.java
+++ b/cassandra-3.11/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra311LDAPIntegrationTest.java
@@ -38,7 +38,7 @@ public List createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
- .resolve("com.instaclustr:cassandra-ldap-3.11:1.2.0-SNAPSHOT")
+ .resolve("com.instaclustr:cassandra-ldap-3.11:1.2.0")
.withTransitivity()
.asFile();
diff --git a/cassandra-4.0/pom.xml b/cassandra-4.0/pom.xml
index cba47a9..f4e9884 100644
--- a/cassandra-4.0/pom.xml
+++ b/cassandra-4.0/pom.xml
@@ -11,7 +11,7 @@
cassandra-ldap-4.0
- 1.2.0-SNAPSHOT
+ 1.2.0
Cassandra LDAP Authenticator for Cassandra 4.0
Pluggable LDAP authentication implementation for Apache Cassandra 4.0
@@ -51,7 +51,7 @@
com.instaclustr
cassandra-ldap-base
- 1.2.0-SNAPSHOT
+ 1.2.0
org.apache.cassandra
@@ -116,7 +116,7 @@
cassandra-ldap-base
tests
test-jar
- 1.2.0-SNAPSHOT
+ 1.2.0
test
diff --git a/cassandra-4.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra40LDAPIntegrationTest.java b/cassandra-4.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra40LDAPIntegrationTest.java
index 774f7c8..c98d099 100644
--- a/cassandra-4.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra40LDAPIntegrationTest.java
+++ b/cassandra-4.0/src/test/java/com/instaclustr/cassandra/ldap/auth/Cassandra40LDAPIntegrationTest.java
@@ -38,7 +38,7 @@ public List createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
- .resolve("com.instaclustr:cassandra-ldap-4.0:1.2.0-SNAPSHOT")
+ .resolve("com.instaclustr:cassandra-ldap-4.0:1.2.0")
.withTransitivity()
.asFile();
diff --git a/pom.xml b/pom.xml
index 5fd9e6b..6b14db8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.instaclustr
cassandra-ldap-parent
- 1.2.0-SNAPSHOT
+ 1.2.0
pom