Skip to content

Commit effdcd6

Browse files
committed
[maven-release-plugin] prepare release 4.1.0
1 parent 257f296 commit effdcd6

10 files changed

Lines changed: 13 additions & 17 deletions

File tree

core-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.datastax.oss</groupId>
2424
<artifactId>java-driver-parent</artifactId>
25-
<version>4.1.0-SNAPSHOT</version>
25+
<version>4.1.0</version>
2626
</parent>
2727

2828
<artifactId>java-driver-core-shaded</artifactId>

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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-core</artifactId>

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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-distribution</artifactId>

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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-examples</artifactId>

integration-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<parent>
2422
<groupId>com.datastax.oss</groupId>
2523
<artifactId>java-driver-parent</artifactId>
26-
<version>4.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2725
</parent>
2826

2927
<artifactId>java-driver-integration-tests</artifactId>

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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-mapper-processor</artifactId>

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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-mapper-runtime</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<groupId>com.datastax.oss</groupId>
2422
<artifactId>java-driver-parent</artifactId>
25-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2624
<packaging>pom</packaging>
2725

2826
<name>DataStax Java driver for Apache Cassandra(R)</name>
@@ -699,7 +697,7 @@ limitations under the License.]]>
699697
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
700698
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
701699
<url>https://github.com/datastax/java-driver</url>
702-
<tag>HEAD</tag>
700+
<tag>4.1.0</tag>
703701
</scm>
704702
<developers>
705703
<developer>

query-builder/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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-query-builder</artifactId>

test-infra/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.1.0-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626

2727
<artifactId>java-driver-test-infra</artifactId>

0 commit comments

Comments
 (0)