Skip to content

Commit 4af0061

Browse files
committed
[maven-release-plugin] prepare release 4.3.0
1 parent c42b415 commit 4af0061

10 files changed

Lines changed: 12 additions & 14 deletions

File tree

core-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.datastax.oss</groupId>
2424
<artifactId>java-driver-parent</artifactId>
25-
<version>4.3.0-SNAPSHOT</version>
25+
<version>4.3.0</version>
2626
</parent>
2727

2828
<artifactId>java-driver-core-shaded</artifactId>

core/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

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

distribution/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-distribution</artifactId>

examples/pom.xml

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

2727
<artifactId>java-driver-examples</artifactId>

integration-tests/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2725
</parent>
2826

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

mapper-processor/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-mapper-processor</artifactId>

mapper-runtime/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-mapper-runtime</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.datastax.oss</groupId>
2222
<artifactId>java-driver-parent</artifactId>
23-
<version>4.3.0-SNAPSHOT</version>
23+
<version>4.3.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>DataStax Java driver for Apache Cassandra(R)</name>
@@ -718,7 +718,7 @@ limitations under the License.]]>
718718
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
719719
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
720720
<url>https://github.com/datastax/java-driver</url>
721-
<tag>HEAD</tag>
721+
<tag>4.3.0</tag>
722722
</scm>
723723
<developers>
724724
<developer>

query-builder/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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-query-builder</artifactId>

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.3.0-SNAPSHOT</version>
24+
<version>4.3.0</version>
2525
</parent>
2626

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

0 commit comments

Comments
 (0)