diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:16:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | e182a45dfd0fff0c0170ac47962e0014fa73ea57 (patch) | |
tree | 2d6e4ad80b029648707cba77c008a9c4883abe50 /org.eclipse.jgit.packaging | |
parent | 59c9f93c403ec196a231599f805e33aa33f62652 (diff) | |
download | jgit-e182a45dfd0fff0c0170ac47962e0014fa73ea57.tar.gz jgit-e182a45dfd0fff0c0170ac47962e0014fa73ea57.zip |
Update maven-artifact-plugin to 3.5.1
Change-Id: I845e101876543a6b5fb197eefa7e73029b9e4809
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 e72a039b9a..21db8ad1eb 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -410,7 +410,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-artifact-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1</version> <configuration> <ignore>**/*cyclonedx.json</ignore> <reproducible>true</reproducible> |