Skip to content

Commit 83a5e9d

Browse files
committed
[maven-release-plugin] prepare release 2.1.1
1 parent 3c7dd22 commit 83a5e9d

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

driver-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.datastax.cassandra</groupId>
2020
<artifactId>cassandra-driver-parent</artifactId>
21-
<version>2.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2222
</parent>
2323
<artifactId>cassandra-driver-core</artifactId>
2424
<packaging>bundle</packaging>
@@ -137,7 +137,7 @@
137137
</goals>
138138
</pluginExecutionFilter>
139139
<action>
140-
<ignore></ignore>
140+
<ignore />
141141
</action>
142142
</pluginExecution>
143143
</pluginExecutions>
@@ -297,7 +297,7 @@
297297
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
298298
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
299299
<url>https://github.com/datastax/java-driver</url>
300-
<tag>HEAD</tag>
300+
<tag>2.1.1</tag>
301301
</scm>
302302

303303
<developers>

driver-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.datastax.cassandra</groupId>
2020
<artifactId>cassandra-driver-parent</artifactId>
21-
<version>2.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2222
</parent>
2323
<artifactId>cassandra-driver-dist</artifactId>
2424

driver-dse/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.datastax.cassandra</groupId>
2020
<artifactId>cassandra-driver-parent</artifactId>
21-
<version>2.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2222
</parent>
2323
<artifactId>cassandra-driver-dse</artifactId>
2424
<packaging>bundle</packaging>
@@ -79,7 +79,7 @@
7979
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
8080
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
8181
<url>https://github.com/datastax/java-driver</url>
82-
<tag>HEAD</tag>
82+
<tag>2.1.1</tag>
8383
</scm>
8484

8585
<developers>

driver-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.datastax.cassandra</groupId>
1818
<artifactId>cassandra-driver-parent</artifactId>
19-
<version>2.1.1-SNAPSHOT</version>
19+
<version>2.1.1</version>
2020
</parent>
2121
<artifactId>cassandra-driver-examples-parent</artifactId>
2222
<packaging>pom</packaging>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
4242
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
4343
<url>https://github.com/datastax/java-driver</url>
44-
<tag>HEAD</tag>
44+
<tag>2.1.1</tag>
4545
</scm>
4646

4747
<developers>

driver-examples/stress/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.datastax.cassandra</groupId>
1818
<artifactId>cassandra-driver-examples-parent</artifactId>
19-
<version>2.1.1-SNAPSHOT</version>
19+
<version>2.1.1</version>
2020
</parent>
2121
<artifactId>cassandra-driver-examples-stress</artifactId>
2222
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.datastax.cassandra</groupId>
3030
<artifactId>cassandra-driver-core</artifactId>
31-
<version>2.1.1-SNAPSHOT</version>
31+
<version>2.1.1</version>
3232
</dependency>
3333

3434
<dependency>
@@ -88,7 +88,7 @@
8888
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
8989
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
9090
<url>https://github.com/datastax/java-driver</url>
91-
<tag>HEAD</tag>
91+
<tag>2.1.1</tag>
9292
</scm>
9393

9494
<developers>

driver-mapping/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.datastax.cassandra</groupId>
2020
<artifactId>cassandra-driver-parent</artifactId>
21-
<version>2.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2222
</parent>
2323
<artifactId>cassandra-driver-mapping</artifactId>
2424
<packaging>bundle</packaging>
@@ -168,7 +168,7 @@
168168
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
169169
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
170170
<url>https://github.com/datastax/java-driver</url>
171-
<tag>HEAD</tag>
171+
<tag>2.1.1</tag>
172172
</scm>
173173

174174
<developers>

pom.xml

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

2222
<groupId>com.datastax.cassandra</groupId>
2323
<artifactId>cassandra-driver-parent</artifactId>
24-
<version>2.1.1-SNAPSHOT</version>
24+
<version>2.1.1</version>
2525
<packaging>pom</packaging>
2626
<name>DataStax Java Driver for Apache Cassandra</name>
2727
<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>
@@ -123,7 +123,7 @@
123123
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
124124
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
125125
<url>https://github.com/datastax/java-driver</url>
126-
<tag>HEAD</tag>
126+
<tag>2.1.1</tag>
127127
</scm>
128128

129129
<developers>

0 commit comments

Comments
 (0)