Skip to content

Commit 6babe4b

Browse files
committed
[maven-release-plugin] prepare release 4.7.0
1 parent 957bfd5 commit 6babe4b

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

bom/pom.xml

Lines changed: 7 additions & 7 deletions
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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-bom</artifactId>
2727
<packaging>pom</packaging>
@@ -31,32 +31,32 @@
3131
<dependency>
3232
<groupId>com.datastax.oss</groupId>
3333
<artifactId>java-driver-core</artifactId>
34-
<version>4.7.0-SNAPSHOT</version>
34+
<version>4.7.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.datastax.oss</groupId>
3838
<artifactId>java-driver-core-shaded</artifactId>
39-
<version>4.7.0-SNAPSHOT</version>
39+
<version>4.7.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.datastax.oss</groupId>
4343
<artifactId>java-driver-mapper-processor</artifactId>
44-
<version>4.7.0-SNAPSHOT</version>
44+
<version>4.7.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.datastax.oss</groupId>
4848
<artifactId>java-driver-mapper-runtime</artifactId>
49-
<version>4.7.0-SNAPSHOT</version>
49+
<version>4.7.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.datastax.oss</groupId>
5353
<artifactId>java-driver-query-builder</artifactId>
54-
<version>4.7.0-SNAPSHOT</version>
54+
<version>4.7.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.datastax.oss</groupId>
5858
<artifactId>java-driver-test-infra</artifactId>
59-
<version>4.7.0-SNAPSHOT</version>
59+
<version>4.7.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.datastax.oss</groupId>

core-shaded/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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-core-shaded</artifactId>
2727
<name>DataStax Java driver for Apache Cassandra(R) - core with shaded deps</name>

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-core</artifactId>
2727
<packaging>bundle</packaging>

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-distribution</artifactId>
2727
<!-- Should be pom but Javadoc generation requires a "classpath-capable" package -->

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-examples</artifactId>
2727
<name>DataStax Java driver for Apache Cassandra(R) - examples.</name>

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-integration-tests</artifactId>
2727
<packaging>jar</packaging>

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-mapper-processor</artifactId>
2727
<name>DataStax Java driver for Apache Cassandra(R) - object mapper processor</name>

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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-mapper-runtime</artifactId>
2727
<packaging>bundle</packaging>

osgi-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.7.0-SNAPSHOT</version>
24+
<version>4.7.0</version>
2525
</parent>
2626
<artifactId>java-driver-osgi-tests</artifactId>
2727
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.datastax.oss</groupId>
2222
<artifactId>java-driver-parent</artifactId>
23-
<version>4.7.0-SNAPSHOT</version>
23+
<version>4.7.0</version>
2424
<packaging>pom</packaging>
2525
<name>DataStax Java driver for Apache Cassandra(R)</name>
2626
<description>A driver for Apache Cassandra(R) 2.1+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol versions 3 and above.</description>
@@ -896,7 +896,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
896896
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
897897
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
898898
<url>https://github.com/datastax/java-driver</url>
899-
<tag>HEAD</tag>
899+
<tag>4.7.0</tag>
900900
</scm>
901901
<developers>
902902
<developer>

0 commit comments

Comments
 (0)