[maven-release-plugin] prepare release 4.0.0-alpha2
diff --git a/core/pom.xml b/core/pom.xml index 1967f08..abf2595 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-alpha2-SNAPSHOT</version> + <version>4.0.0-alpha2</version> </parent> <artifactId>java-driver-core</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 218378d..11f6d4d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/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-alpha2-SNAPSHOT</version> + <version>4.0.0-alpha2</version> </parent> <artifactId>java-driver-integration-tests</artifactId>
diff --git a/pom.xml b/pom.xml index 5371bf5..4c3cb57 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-alpha2-SNAPSHOT</version> + <version>4.0.0-alpha2</version> <packaging>pom</packaging> <name>DataStax Java driver for Apache Cassandra®</name> @@ -401,7 +399,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-alpha2</tag> </scm> <developers> <developer>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml index 371b548..cc83b7e 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-alpha2-SNAPSHOT</version> + <version>4.0.0-alpha2</version> </parent> <artifactId>java-driver-test-infra</artifactId>