diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-09-02 16:49:41 -0400 |
---|---|---|
committer | Marco Miller <marco.miller@ericsson.com> | 2020-09-02 16:50:05 -0400 |
commit | df6a1c55fa12a296476848e2b2fa1842abafa46d (patch) | |
tree | 12172d591ebfa85b672669325dae3da387f3ae27 /org.eclipse.jgit.packaging/pom.xml | |
parent | 6ae1a300041b33dc00550f68f6dd417b40c2922d (diff) | |
parent | 14d5a7497f2f599d6bc24dbccd90a2a22ccbd599 (diff) | |
download | jgit-df6a1c55fa12a296476848e2b2fa1842abafa46d.tar.gz jgit-df6a1c55fa12a296476848e2b2fa1842abafa46d.zip |
Merge branch 'stable-5.9'
* stable-5.9:
Upgrade maven-resources-plugin to 3.2.0
Upgrade plexus-compiler version to 2.8.8
[bazel] Add missing dependency to slf4j-api
[errorprone] DirCacheEntry: make clear operator precedence
[errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception
[errorprone] Declare DirCache#version final
Add jgit-4.17-staging target platform for 2020-09
Update target platform to R20200831200620
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Change-Id: I2e2f41cf6ebbcb45b8978b519db3f1c8f7afb5f4
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 ebaea45f17..8fcfae3e7a 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> |