This is an automated email from the ASF dual-hosted git repository.
maedhroz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new fb95112427 Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR
build
fb95112427 is described below
commit fb95112427a8c64344563b6e499a6fb7bbf538d1
Author: Abe Ratnofsky <[email protected]>
AuthorDate: Tue Mar 14 15:57:14 2023 -0500
Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR build
patch by Abe Ratnofsky; reviewed by Caleb Rackliffe CASSANDRA-18136
---
CHANGES.txt | 1 +
relocate-dependencies.pom | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index ef38f04674..93b9125da8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
5.0
+ * Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR build
(CASSANDRA-18136)
* Upgrade to Opcodes.ASM9 (CASSANDRA-17971)
* Add MaxSSTableSize and MaxSSTableDuration metrics and propagate them
together with local read/write ratio to tablestats (CASSANDRA-18283)
* Add more logging around CompactionManager operations (CASSANDRA-18268)
diff --git a/relocate-dependencies.pom b/relocate-dependencies.pom
index 07728dd405..96d8d16ee9 100644
--- a/relocate-dependencies.pom
+++ b/relocate-dependencies.pom
@@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.4.1</version>
<configuration>
<createSourcesJar>false</createSourcesJar>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]