mirror of https://github.com/apache/cassandra
Update maven-shade-plugin to version 3.6.1
patch by Bernardo Botella Corbi; reviewed by Shailaja Koppu, Stefan Miklosovic, Doug Rohrer for CASSANDRA-21176
This commit is contained in:
parent
077b7ebe22
commit
1461e754e8
|
|
@ -67,7 +67,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.4.1</version>
|
<version>3.6.1</version>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<createSourcesJar>false</createSourcesJar>
|
<createSourcesJar>false</createSourcesJar>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue