Skip to content

Commit d4c5a1b

Browse files
committed
[maven-release-plugin] prepare release 2.0.10
1 parent 82a0bf6 commit d4c5a1b

7 files changed

Lines changed: 15 additions & 9 deletions

File tree

driver-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-core</artifactId>
2626
<packaging>bundle</packaging>
@@ -434,6 +434,7 @@
434434
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
435435
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
436436
<url>https://github.com/datastax/java-driver</url>
437+
<tag>2.0.10</tag>
437438
</scm>
438439

439440
<developers>

driver-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-dist</artifactId>
2626

driver-dse/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-dse</artifactId>
2626
<packaging>bundle</packaging>
@@ -76,6 +76,7 @@
7676
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
7777
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
7878
<url>https://github.com/datastax/java-driver</url>
79+
<tag>2.0.10</tag>
7980
</scm>
8081

8182
<developers>

driver-examples/osgi/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-examples-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-examples-osgi</artifactId>
2626
<packaging>bundle</packaging>
@@ -308,6 +308,7 @@
308308
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
309309
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
310310
<url>https://github.com/datastax/java-driver</url>
311+
<tag>2.0.10</tag>
311312
</scm>
312313

313314
<developers>

driver-examples/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-examples-parent</artifactId>
2626
<packaging>pom</packaging>
@@ -50,6 +50,7 @@
5050
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
5151
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
5252
<url>https://github.com/datastax/java-driver</url>
53+
<tag>2.0.10</tag>
5354
</scm>
5455

5556
<developers>

driver-examples/stress/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.datastax.cassandra</groupId>
2222
<artifactId>cassandra-driver-examples-parent</artifactId>
23-
<version>2.0.10-SNAPSHOT</version>
23+
<version>2.0.10</version>
2424
</parent>
2525
<artifactId>cassandra-driver-examples-stress</artifactId>
2626
<packaging>jar</packaging>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.datastax.cassandra</groupId>
3838
<artifactId>cassandra-driver-core</artifactId>
39-
<version>2.0.10-SNAPSHOT</version>
39+
<version>2.0.10</version>
4040
</dependency>
4141

4242
<dependency>
@@ -96,6 +96,7 @@
9696
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
9797
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
9898
<url>https://github.com/datastax/java-driver</url>
99+
<tag>2.0.10</tag>
99100
</scm>
100101

101102
<developers>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<groupId>org.sonatype.oss</groupId>
2222
<artifactId>oss-parent</artifactId>
2323
<version>7</version>
24-
<relativePath/>
24+
<relativePath />
2525
</parent>
2626

2727
<groupId>com.datastax.cassandra</groupId>
2828
<artifactId>cassandra-driver-parent</artifactId>
29-
<version>2.0.10-SNAPSHOT</version>
29+
<version>2.0.10</version>
3030
<packaging>pom</packaging>
3131
<name>DataStax Java Driver for Apache Cassandra</name>
3232
<description>A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.</description>
@@ -234,6 +234,7 @@
234234
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
235235
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
236236
<url>https://github.com/datastax/java-driver</url>
237+
<tag>2.0.10</tag>
237238
</scm>
238239

239240
<developers>

0 commit comments

Comments
 (0)