diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:19:37 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | 378efdea65dff99f3aabe08ff9bdd55b41e78aae (patch) | |
tree | 287707a43cef7c8dc3928f445124132b5fe28c4c /org.eclipse.jgit.packaging/pom.xml | |
parent | ff0017b2c8b1b1f8b6dd3e4e2ab6ddf556b7a5e5 (diff) | |
download | jgit-378efdea65dff99f3aabe08ff9bdd55b41e78aae.tar.gz jgit-378efdea65dff99f3aabe08ff9bdd55b41e78aae.zip |
Update maven-jar-plugin to 3.4.1
Change-Id: I695e424a44cac2119656ceacfbe1a7abb5f4d7b5
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 37ced39558..123c29914a 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -273,7 +273,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.3.0</version> + <version>3.4.1</version> <configuration> <archive> <manifestEntries> |