Skip to content

Commit 5ba0020

Browse files
author
Alexandre Dutra
committed
[maven-release-plugin] prepare for next development iteration
1 parent 76a138b commit 5ba0020

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

driver-core/pom.xml

Lines changed: 2 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-parent</artifactId>
23-
<version>2.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>cassandra-driver-core</artifactId>
2626
<packaging>bundle</packaging>
@@ -342,7 +342,7 @@
342342
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
343343
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
344344
<url>https://github.com/datastax/java-driver</url>
345-
<tag>2.1.10.1</tag>
345+
<tag>HEAD</tag>
346346
</scm>
347347

348348
<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.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>cassandra-driver-dist</artifactId>
2626

driver-examples/osgi/pom.xml

Lines changed: 2 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.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>cassandra-driver-examples-osgi</artifactId>
2626
<packaging>bundle</packaging>
@@ -235,7 +235,7 @@
235235
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
236236
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
237237
<url>https://github.com/datastax/java-driver</url>
238-
<tag>2.1.10.1</tag>
238+
<tag>HEAD</tag>
239239
</scm>
240240

241241
<developers>

driver-examples/pom.xml

Lines changed: 2 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-parent</artifactId>
23-
<version>2.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>cassandra-driver-examples-parent</artifactId>
2626
<packaging>pom</packaging>
@@ -50,7 +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.1.10.1</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<developers>

driver-examples/stress/pom.xml

Lines changed: 3 additions & 3 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.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</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.1.10.1</version>
39+
<version>2.1.11-SNAPSHOT</version>
4040
</dependency>
4141

4242
<dependency>
@@ -96,7 +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.1.10.1</tag>
99+
<tag>HEAD</tag>
100100
</scm>
101101

102102
<developers>

driver-mapping/pom.xml

Lines changed: 2 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-parent</artifactId>
23-
<version>2.1.10.1</version>
23+
<version>2.1.11-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>cassandra-driver-mapping</artifactId>
2626
<packaging>bundle</packaging>
@@ -139,7 +139,7 @@
139139
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
140140
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
141141
<url>https://github.com/datastax/java-driver</url>
142-
<tag>2.1.10.1</tag>
142+
<tag>HEAD</tag>
143143
</scm>
144144

145145
<developers>

pom.xml

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

2727
<groupId>com.datastax.cassandra</groupId>
2828
<artifactId>cassandra-driver-parent</artifactId>
29-
<version>2.1.10.1</version>
29+
<version>2.1.11-SNAPSHOT</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
@@ -364,7 +364,7 @@
364364
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
365365
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
366366
<url>https://github.com/datastax/java-driver</url>
367-
<tag>2.1.10.1</tag>
367+
<tag>HEAD</tag>
368368
</scm>
369369

370370
<developers>

0 commit comments

Comments
 (0)