diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-18 15:50:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-18 15:51:38 +0100 |
commit | 8669d6df188bf0def1e4afe729aac63f36adc851 (patch) | |
tree | f4006af976e12164a0b41855b6f598c1d8d74e5e /org.eclipse.jgit.packaging | |
parent | 3c0c38119427089778c4bf0124821345fa136205 (diff) | |
download | jgit-8669d6df188bf0def1e4afe729aac63f36adc851.tar.gz jgit-8669d6df188bf0def1e4afe729aac63f36adc851.zip |
Update maven-site-plugin used by benchmark module to 3.8.2
The benchmark module currently has no parent, adjust the version used
here to the one used by all the other jgit Maven modules.
Change-Id: I8807a694fe23f8f131d1d22a58a3e18874d756cc
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 5cbd2d485b..cf43ab1994 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -271,7 +271,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> |