[maven-release-plugin] prepare release 4.0.0-beta1
diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index 688dc24..c6bc597 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml
@@ -16,15 +16,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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> - <version>4.0.0-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-core-shaded</artifactId>
diff --git a/core/pom.xml b/core/pom.xml index 1188768..5adb47a 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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-core</artifactId> @@ -270,8 +268,7 @@ </relocation> </relocations> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer"> + <transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer"> <resources> <resource>META-INF/maven/org.jctools/jctools-core/pom.properties</resource> <resource>META-INF/maven/org.jctools/jctools-core/pom.xml</resource>
diff --git a/distribution/pom.xml b/distribution/pom.xml index 8b3af2f..6f1ecb3 100644 --- a/distribution/pom.xml +++ b/distribution/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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-distribution</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 82d75ac..c492f69 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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-integration-tests</artifactId>
diff --git a/pom.xml b/pom.xml index da0ca53..55903be 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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> <packaging>pom</packaging> <name>DataStax Java driver for Apache Cassandra(R)</name> @@ -585,7 +583,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-beta1</tag> </scm> <developers> <developer>
diff --git a/query-builder/pom.xml b/query-builder/pom.xml index ae1c689..e4a1c82 100644 --- a/query-builder/pom.xml +++ b/query-builder/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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-query-builder</artifactId>
diff --git a/test-infra/pom.xml b/test-infra/pom.xml index 19b9ac1..bae1392 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-beta1-SNAPSHOT</version> + <version>4.0.0-beta1</version> </parent> <artifactId>java-driver-test-infra</artifactId>