diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-11 16:15:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-15 01:16:38 +0200 |
commit | 211900aafd137061b1f12286bb1a24d495423aca (patch) | |
tree | f3de2d7e7fc2cb414512412feae045faa2062187 /org.eclipse.jgit.packaging/pom.xml | |
parent | 5334586d249e5aa57c21efdfb240645ae87f4bd3 (diff) | |
download | jgit-211900aafd137061b1f12286bb1a24d495423aca.tar.gz jgit-211900aafd137061b1f12286bb1a24d495423aca.zip |
Update maven plugins
- maven-enforcer-plugin 3.0.0
- maven-javadoc-plugin 3.3.1
- maven-pmd-plugin 3.15.0
- org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin 1.3.2
- org.springframework.boot:spring-boot-maven-plugin 2.5.4
Change-Id: I377732b651f3718060c58ca48993e0c3ac79fa8b
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index f3287f1b8f..50f7b0c233 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -165,7 +165,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M3</version> + <version>3.0.0</version> <executions> <execution> <id>enforce-maven</id> @@ -294,7 +294,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |