Skip to content

Commit 76a138b

Browse files
author
Alexandre Dutra
committed
[maven-release-plugin] prepare release 2.1.10.1
1 parent 130137f commit 76a138b

File tree

7 files changed

+26
-35
lines changed

7 files changed

+26
-35
lines changed

driver-core/pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-core</artifactId>
2726
<packaging>bundle</packaging>
@@ -244,8 +243,7 @@
244243
</relocation>
245244
</relocations>
246245
<transformers>
247-
<transformer
248-
implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
246+
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
249247
<resources>
250248
<resource>META-INF/MANIFEST.MF</resource>
251249
<resource>META-INF/io.netty.versions.properties</resource>
@@ -262,8 +260,7 @@
262260
</resources>
263261
</transformer>
264262
<!-- Pick up the alternate manifest that was generated by the alternate execution of the bundle plugin -->
265-
<transformer
266-
implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
263+
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
267264
<resource>META-INF/MANIFEST.MF</resource>
268265
<file>${project.build.directory}/META-INF-shaded/MANIFEST.MF</file>
269266
</transformer>
@@ -294,7 +291,7 @@
294291
</goals>
295292
</pluginExecutionFilter>
296293
<action>
297-
<ignore/>
294+
<ignore />
298295
</action>
299296
</pluginExecution>
300297
</pluginExecutions>
@@ -345,7 +342,7 @@
345342
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
346343
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
347344
<url>https://github.com/datastax/java-driver</url>
348-
<tag>HEAD</tag>
345+
<tag>2.1.10.1</tag>
349346
</scm>
350347

351348
<developers>

driver-dist/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-dist</artifactId>
2726

driver-examples/osgi/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-examples-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-examples-osgi</artifactId>
2726
<packaging>bundle</packaging>
@@ -236,7 +235,7 @@
236235
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
237236
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
238237
<url>https://github.com/datastax/java-driver</url>
239-
<tag>HEAD</tag>
238+
<tag>2.1.10.1</tag>
240239
</scm>
241240

242241
<developers>

driver-examples/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-examples-parent</artifactId>
2726
<packaging>pom</packaging>
@@ -51,7 +50,7 @@
5150
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
5251
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
5352
<url>https://github.com/datastax/java-driver</url>
54-
<tag>HEAD</tag>
53+
<tag>2.1.10.1</tag>
5554
</scm>
5655

5756
<developers>

driver-examples/stress/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-examples-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-examples-stress</artifactId>
2726
<packaging>jar</packaging>
@@ -37,7 +36,7 @@
3736
<dependency>
3837
<groupId>com.datastax.cassandra</groupId>
3938
<artifactId>cassandra-driver-core</artifactId>
40-
<version>2.1.11-SNAPSHOT</version>
39+
<version>2.1.10.1</version>
4140
</dependency>
4241

4342
<dependency>
@@ -97,7 +96,7 @@
9796
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
9897
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
9998
<url>https://github.com/datastax/java-driver</url>
100-
<tag>HEAD</tag>
99+
<tag>2.1.10.1</tag>
101100
</scm>
102101

103102
<developers>

driver-mapping/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>com.datastax.cassandra</groupId>
2322
<artifactId>cassandra-driver-parent</artifactId>
24-
<version>2.1.11-SNAPSHOT</version>
23+
<version>2.1.10.1</version>
2524
</parent>
2625
<artifactId>cassandra-driver-mapping</artifactId>
2726
<packaging>bundle</packaging>
@@ -140,7 +139,7 @@
140139
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
141140
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
142141
<url>https://github.com/datastax/java-driver</url>
143-
<tag>HEAD</tag>
142+
<tag>2.1.10.1</tag>
144143
</scm>
145144

146145
<developers>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.sonatype.oss</groupId>
2322
<artifactId>oss-parent</artifactId>
2423
<version>7</version>
25-
<relativePath/>
24+
<relativePath />
2625
</parent>
2726

2827
<groupId>com.datastax.cassandra</groupId>
2928
<artifactId>cassandra-driver-parent</artifactId>
30-
<version>2.1.11-SNAPSHOT</version>
29+
<version>2.1.10.1</version>
3130
<packaging>pom</packaging>
3231
<name>DataStax Java Driver for Apache Cassandra</name>
3332
<description>A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3
@@ -156,7 +155,7 @@
156155
<!-- This requires includes to be explicitly specified by implementing classes.
157156
This is needed to prevent creating a JVM fork for each test, even those that don't
158157
have the isolated group. -->
159-
<includes/>
158+
<includes />
160159
</configuration>
161160
</plugin>
162161
</plugins>
@@ -365,7 +364,7 @@
365364
<connection>scm:git:[email protected]:datastax/java-driver.git</connection>
366365
<developerConnection>scm:git:[email protected]:datastax/java-driver.git</developerConnection>
367366
<url>https://github.com/datastax/java-driver</url>
368-
<tag>HEAD</tag>
367+
<tag>2.1.10.1</tag>
369368
</scm>
370369

371370
<developers>

0 commit comments

Comments
 (0)