diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-08-25 16:42:56 -0400 |
---|---|---|
committer | Marco Miller <marco.miller@ericsson.com> | 2020-09-01 14:40:47 -0400 |
commit | 68fbd7817c950135df007b79b5863f23c55108b5 (patch) | |
tree | 825adb295493adf619d99738409a2c6aa0b216e6 /org.eclipse.jgit.packaging | |
parent | 2704707749d2ea50a1e821670678761e3d0974a9 (diff) | |
download | jgit-68fbd7817c950135df007b79b5863f23c55108b5.tar.gz jgit-68fbd7817c950135df007b79b5863f23c55108b5.zip |
Upgrade maven-resources-plugin to 3.2.0
Change-Id: Ib0b2dc7c5b781dbc4ce26782c508b8c7e11641ed
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
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 52d7b49854..141de30930 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -212,7 +212,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> <configuration> <encoding>ISO-8859-1</encoding> </configuration> |