Browse Source

Update maven-shade-plugin to 3.2.4

Change-Id: Id3eb7c8ab5ce37b6079bbf9a4cb1974ba70ace8a
tags/v5.11.0.202102031030-m2
Matthias Sohn 3 years ago
parent
commit
eecaebec3f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit.benchmarks/pom.xml

+ 1
- 1
org.eclipse.jgit.benchmarks/pom.xml View File

@@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>

Loading…
Cancel
Save