Skip to content

Commit 3017574

Browse files
committed
[maven-release-plugin] prepare release 4.0.0-alpha3
1 parent fa6b1ce commit 3017574

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>com.datastax.oss</groupId>
2523
<artifactId>java-driver-parent</artifactId>
26-
<version>4.0.0-alpha3-SNAPSHOT</version>
24+
<version>4.0.0-alpha3</version>
2725
</parent>
2826

2927
<artifactId>java-driver-core</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss</groupId>
2323
<artifactId>java-driver-parent</artifactId>
24-
<version>4.0.0-alpha3-SNAPSHOT</version>
24+
<version>4.0.0-alpha3</version>
2525
</parent>
2626

2727
<artifactId>java-driver-integration-tests</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<groupId>com.datastax.oss</groupId>
2422
<artifactId>java-driver-parent</artifactId>
25-
<version>4.0.0-alpha3-SNAPSHOT</version>
23+
<version>4.0.0-alpha3</version>
2624
<packaging>pom</packaging>
2725

2826
<name>DataStax Java driver for Apache Cassandra®</name>
@@ -455,7 +453,7 @@ limitations under the License.]]>
455453
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
456454
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
457455
<url>https://github.com/datastax/java-driver</url>
458-
<tag>HEAD</tag>
456+
<tag>4.0.0-alpha3</tag>
459457
</scm>
460458
<developers>
461459
<developer>

test-infra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss</groupId>
2323
<artifactId>java-driver-parent</artifactId>
24-
<version>4.0.0-alpha3-SNAPSHOT</version>
24+
<version>4.0.0-alpha3</version>
2525
</parent>
2626

2727
<artifactId>java-driver-test-infra</artifactId>

0 commit comments

Comments
 (0)