Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHOENIX-7447 Update maven-shade-plugin to 3.6.0 #167

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
PHOENIX-7447 Update maven-shade-plugin to 3.6.0
stoty committed Oct 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a0eb2aeded4d6916c9fdf3cff40cdb21c913091c
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@
<maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<maven-sonar-plugin.version>3.10.0.2594</maven-sonar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>

<!-- Plugin options -->
<it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
@@ -1401,6 +1402,11 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
</plugin>
</plugins>
</reporting>
</project>