diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-02 07:58:47 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2020-09-02 07:58:47 -0400 |
commit | 14d5a7497f2f599d6bc24dbccd90a2a22ccbd599 (patch) | |
tree | 5c07f816d665e91f48f5b45a505c98b98cbf511b /org.eclipse.jgit.packaging | |
parent | 8b589b3bf264075d5748b10197d226a452c4422b (diff) | |
parent | 68fbd7817c950135df007b79b5863f23c55108b5 (diff) | |
download | jgit-14d5a7497f2f599d6bc24dbccd90a2a22ccbd599.tar.gz jgit-14d5a7497f2f599d6bc24dbccd90a2a22ccbd599.zip |
Merge changes Ib0b2dc7c,I827da397 into stable-5.9
* changes:
Upgrade maven-resources-plugin to 3.2.0
Upgrade plexus-compiler version to 2.8.8
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> |