This is an automated email from the ASF dual-hosted git repository. absurdfarce pushed a commit to branch 3121_changelog_doc_updates in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit 07225e794041eac45f37a0d1022577876a35f64c Author: absurdfarce <[email protected]> AuthorDate: Fri Jan 17 17:24:04 2025 -0600 [maven-release-plugin] rollback the release of 3.12.0 --- driver-core/pom.xml | 2 +- driver-dist-source/pom.xml | 2 +- driver-dist/pom.xml | 28 +++++++++++++++------------- driver-examples/pom.xml | 2 +- driver-extras/pom.xml | 2 +- driver-mapping/pom.xml | 2 +- driver-tests/osgi/common/pom.xml | 2 +- driver-tests/osgi/pom.xml | 2 +- driver-tests/osgi/shaded/pom.xml | 2 +- driver-tests/osgi/unshaded/pom.xml | 2 +- driver-tests/pom.xml | 27 +++++++++++++++------------ driver-tests/shading/pom.xml | 2 +- driver-tests/shading/shaded/pom.xml | 2 +- driver-tests/shading/unshaded/pom.xml | 2 +- driver-tests/stress/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 44 insertions(+), 39 deletions(-) diff --git a/driver-core/pom.xml b/driver-core/pom.xml index 879b86d57..56a0f7458 100644 --- a/driver-core/pom.xml +++ b/driver-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-core</artifactId> diff --git a/driver-dist-source/pom.xml b/driver-dist-source/pom.xml index feac0c986..0e77ca653 100644 --- a/driver-dist-source/pom.xml +++ b/driver-dist-source/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>java-driver-distribution-source</artifactId> <packaging>pom</packaging> diff --git a/driver-dist/pom.xml b/driver-dist/pom.xml index 31fd02732..8a87430ea 100644 --- a/driver-dist/pom.xml +++ b/driver-dist/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-dist</artifactId> @@ -34,23 +34,30 @@ <!-- These dependencies are only here to ensure proper build order and proper inclusion of binaries in the final tarball --> <dependencies> + <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> </dependency> + <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-mapping</artifactId> </dependency> + <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-extras</artifactId> </dependency> + </dependencies> <build> + <finalName>apache-cassandra-java-driver-${project.version}</finalName> + <plugins> + <plugin> <artifactId>maven-jar-plugin</artifactId> <!-- http://stackoverflow.com/questions/13218313/unable-to-disable-generation-of-empty-jar-maven-jar-plugin --> @@ -61,34 +68,34 @@ </execution> </executions> </plugin> + <plugin> <artifactId>maven-source-plugin</artifactId> <configuration> <skipSource>true</skipSource> </configuration> </plugin> + <plugin> <artifactId>maven-install-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> + <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> - <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> + </plugins> + </build> <profiles> + <profile> <id>release</id> <build> @@ -138,15 +145,10 @@ </algorithms> </configuration> </plugin> - <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <configuration> - <skip>false</skip> - </configuration> - </plugin> </plugins> </build> </profile> + </profiles> </project> diff --git a/driver-examples/pom.xml b/driver-examples/pom.xml index f9858b7c6..9d58e408f 100644 --- a/driver-examples/pom.xml +++ b/driver-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-examples</artifactId> diff --git a/driver-extras/pom.xml b/driver-extras/pom.xml index b8502771c..3800e34dc 100644 --- a/driver-extras/pom.xml +++ b/driver-extras/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-extras</artifactId> diff --git a/driver-mapping/pom.xml b/driver-mapping/pom.xml index cfdb6459e..4585544a0 100644 --- a/driver-mapping/pom.xml +++ b/driver-mapping/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-mapping</artifactId> diff --git a/driver-tests/osgi/common/pom.xml b/driver-tests/osgi/common/pom.xml index 372e20c22..e82cf4c51 100644 --- a/driver-tests/osgi/common/pom.xml +++ b/driver-tests/osgi/common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <packaging>jar</packaging> diff --git a/driver-tests/osgi/pom.xml b/driver-tests/osgi/pom.xml index a30d77016..fb597bb89 100644 --- a/driver-tests/osgi/pom.xml +++ b/driver-tests/osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/driver-tests/osgi/shaded/pom.xml b/driver-tests/osgi/shaded/pom.xml index bececdd68..99f8120cb 100644 --- a/driver-tests/osgi/shaded/pom.xml +++ b/driver-tests/osgi/shaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-osgi-shaded</artifactId> diff --git a/driver-tests/osgi/unshaded/pom.xml b/driver-tests/osgi/unshaded/pom.xml index d4383b467..9653b51f9 100644 --- a/driver-tests/osgi/unshaded/pom.xml +++ b/driver-tests/osgi/unshaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-osgi</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-osgi-unshaded</artifactId> diff --git a/driver-tests/pom.xml b/driver-tests/pom.xml index 6cfa6b852..c294d62f5 100644 --- a/driver-tests/pom.xml +++ b/driver-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-parent</artifactId> @@ -39,7 +39,9 @@ </modules> <build> + <plugins> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> @@ -47,18 +49,21 @@ <skip>true</skip> </configuration> </plugin> + <plugin> <artifactId>maven-source-plugin</artifactId> <configuration> <skipSource>true</skipSource> </configuration> </plugin> + <plugin> <artifactId>maven-gpg-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> + <plugin> <artifactId>maven-install-plugin</artifactId> <configuration> @@ -72,21 +77,11 @@ <skip>true</skip> </configuration> </plugin> - <plugin> - <groupId>net.nicoulaj.maven.plugins</groupId> - <artifactId>checksum-maven-plugin</artifactId> - <version>1.7</version> - <executions> - <execution> - <id>source-release-checksum</id> - <phase>none</phase> - </execution> - </executions> - </plugin> </plugins> </build> <profiles> + <profile> <id>release</id> <build> @@ -98,9 +93,17 @@ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> </plugin> + <plugin> + <groupId>net.nicoulaj.maven.plugins</groupId> + <artifactId>checksum-maven-plugin</artifactId> + <configuration combine.self="override"> + <attachChecksums>false</attachChecksums> + </configuration> + </plugin> </plugins> </build> </profile> + </profiles> </project> diff --git a/driver-tests/shading/pom.xml b/driver-tests/shading/pom.xml index b3960e41d..1c4ebe740 100644 --- a/driver-tests/shading/pom.xml +++ b/driver-tests/shading/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/driver-tests/shading/shaded/pom.xml b/driver-tests/shading/shaded/pom.xml index 25dbdc4a0..766169456 100644 --- a/driver-tests/shading/shaded/pom.xml +++ b/driver-tests/shading/shaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-shading</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-shading-shaded</artifactId> diff --git a/driver-tests/shading/unshaded/pom.xml b/driver-tests/shading/unshaded/pom.xml index 512318e88..0043f941d 100644 --- a/driver-tests/shading/unshaded/pom.xml +++ b/driver-tests/shading/unshaded/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-shading</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-shading-unshaded</artifactId> diff --git a/driver-tests/stress/pom.xml b/driver-tests/stress/pom.xml index 1c80f7b23..87119fc92 100644 --- a/driver-tests/stress/pom.xml +++ b/driver-tests/stress/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-tests-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> </parent> <artifactId>cassandra-driver-tests-stress</artifactId> diff --git a/pom.xml b/pom.xml index 767b32ff7..56a9511c3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-driver-parent</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.11.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Java Driver for Apache Cassandra</name> <description> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
