diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:18:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | ff0017b2c8b1b1f8b6dd3e4e2ab6ddf556b7a5e5 (patch) | |
tree | 3772878e1b5fe7cacc08defc08f892d45af26ff3 /org.eclipse.jgit.packaging | |
parent | 20f0ee06d64942aa46af744c6abc3c8d08865a41 (diff) | |
download | jgit-ff0017b2c8b1b1f8b6dd3e4e2ab6ddf556b7a5e5.tar.gz jgit-ff0017b2c8b1b1f8b6dd3e4e2ab6ddf556b7a5e5.zip |
Update maven-install-plugin to 3.1.2
Change-Id: Id322cef408ce9ddac3febc8963794f5958c06d3e
Diffstat (limited to 'org.eclipse.jgit.packaging')
-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 3690f6d367..37ced39558 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -400,7 +400,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>3.1.1</version> + <version>3.1.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |