diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-09 02:03:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-09 02:03:45 +0100 |
commit | 6f177b3f6cf5cea4086be35c0d5ceeb73694b9c0 (patch) | |
tree | 5b6fec7891a5bc16a6d567b673d8879f88fdf330 /org.eclipse.jgit.packaging | |
parent | fefddb28b23d9b49215cfc813acd8612a9cda8bb (diff) | |
parent | 4209a0f84b1917c0640d781ac54e8c5ffbadd574 (diff) | |
download | jgit-6f177b3f6cf5cea4086be35c0d5ceeb73694b9c0.tar.gz jgit-6f177b3f6cf5cea4086be35c0d5ceeb73694b9c0.zip |
Merge branch 'stable-5.1' into stable-5.2
* stable-5.1:
Fix unclosed resource warning in SmartOutputStream
JschConfigSessionFactory: fix boxing warning
SshSupport#runSshCommand: don't throw exception in finally block
Don't override already managed maven-compiler-plugin version
Remove unused import from CreateFileSnapshotBenchmark
Remove duplicate ignore_optional_problems entry in .classpath
Update maven-site-plugin used by benchmark module to 3.8.2
Add dependency to enable site generation for benchmark module
Ignore warnings for generated source code in
org.eclipse.jgit.benchmark
Fix MBean registration
Enhance WindowCache statistics
Change-Id: Ic90aacf1ea40e13dc564d4d659e79535e86d0300
Signed-off-by: Matthias Sohn <matthias.sohn@sap.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 cbb5ee5e97..d8d061e36e 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -279,7 +279,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> + <version>3.8.2</version> </plugin> </plugins> </pluginManagement> |