diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 16:08:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 16:08:20 +0100 |
commit | c90fba54ecd424774c3e73ce229933a3ecef9217 (patch) | |
tree | cd122016f07a9b8778db38e7e45ea0c10073f002 /org.eclipse.jgit.packaging/pom.xml | |
parent | 8df3639b09f4245408d95921f19156c3ccd5dbdc (diff) | |
download | jgit-c90fba54ecd424774c3e73ce229933a3ecef9217.tar.gz jgit-c90fba54ecd424774c3e73ce229933a3ecef9217.zip |
Update build-helper-maven-plugin to 3.2.0
Change-Id: I41e5645fe6eb9f477ec9e0653a75279d927a64f8
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 4eb9b24ad1..070aff8c4b 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -299,7 +299,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.0</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> |