[maven-release-plugin] prepare release 4.0.0-alpha3
diff --git a/core/pom.xml b/core/pom.xml index 32007ab..276f5e3 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -15,15 +15,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-alpha3-SNAPSHOT</version> + <version>4.0.0-alpha3</version> </parent> <artifactId>java-driver-core</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d5b8a29..e8cfca7 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-alpha3-SNAPSHOT</version> + <version>4.0.0-alpha3</version> </parent> <artifactId>java-driver-integration-tests</artifactId>
diff --git a/pom.xml b/pom.xml index 1e788e7..2e59602 100644 --- a/pom.xml +++ b/pom.xml
@@ -15,14 +15,12 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-alpha3-SNAPSHOT</version> + <version>4.0.0-alpha3</version> <packaging>pom</packaging> <name>DataStax Java driver for Apache Cassandra®</name> @@ -455,7 +453,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-alpha3</tag> </scm> <developers> <developer>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml index fa16bc1..506038c 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-alpha3-SNAPSHOT</version> + <version>4.0.0-alpha3</version> </parent> <artifactId>java-driver-test-infra</artifactId>