[maven-release-plugin] prepare release 4.0.0-beta3
diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index 8fd37db..d9e77f3 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-core-shaded</artifactId>
diff --git a/core/pom.xml b/core/pom.xml index c9650be..49b9a23 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml index a80259b..8cf9146 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-distribution</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 91df7c2..c41274d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-integration-tests</artifactId>
diff --git a/pom.xml b/pom.xml index ab33ff2..84b898f 100644 --- a/pom.xml +++ b/pom.xml
@@ -20,7 +20,7 @@ <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> <packaging>pom</packaging> <name>DataStax Java driver for Apache Cassandra(R)</name> @@ -605,7 +605,7 @@ <connection>scm:git:git@github.com:datastax/java-driver.git</connection> <developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection> <url>https://github.com/datastax/java-driver</url> - <tag>HEAD</tag> + <tag>4.0.0-beta3</tag> </scm> <developers> <developer>
diff --git a/query-builder/pom.xml b/query-builder/pom.xml index d9f8156..0477f76 100644 --- a/query-builder/pom.xml +++ b/query-builder/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-query-builder</artifactId>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml index 7dc4d5d..dd5fe21 100644 --- a/test-infra/pom.xml +++ b/test-infra/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta3-SNAPSHOT</version> + <version>4.0.0-beta3</version> </parent> <artifactId>java-driver-test-infra</artifactId>