Skip to content

Commit

Permalink
Upgrade maven-shade-plugin to 3.4.1 to fix shaded dtest JAR build
Browse files Browse the repository at this point in the history
patch by Abe Ratnofsky; reviewed by Caleb Rackliffe CASSANDRA-18136
  • Loading branch information
aratno authored and maedhroz committed Mar 14, 2023
1 parent 5c51f05 commit fb95112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion relocate-dependencies.pom
Expand Up @@ -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>
Expand Down

0 comments on commit fb95112

Please sign in to comment.