diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:25:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | 83a79d39cd50ea58a9629a496d24265c6841ead6 (patch) | |
tree | 9ae8886dc53fb5304d54a39c9fc7721b73414e2d /pom.xml | |
parent | b7e87c1e5ea9ff0461e34225d14aa1f2ece8e5fe (diff) | |
download | jgit-83a79d39cd50ea58a9629a496d24265c6841ead6.tar.gz jgit-83a79d39cd50ea58a9629a496d24265c6841ead6.zip |
Update maven-source-plugin to 3.3.1
Change-Id: I420f24086948b28328f7120c1b22f4de33da0e78
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.3.0</version> + <version>3.3.1</version> </plugin> <plugin> |