diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-12-03 09:12:01 -0500 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 14:44:20 +0100 |
commit | 1d7829eb827e7c1e253009ace9daf07d3440bf4d (patch) | |
tree | 2e630b1f172c172d3185f06735526aedcbc6544b /org.eclipse.jgit.packaging | |
parent | 3482e501348a6b38cdf3feb8c313102552ccaced (diff) | |
download | jgit-1d7829eb827e7c1e253009ace9daf07d3440bf4d.tar.gz jgit-1d7829eb827e7c1e253009ace9daf07d3440bf4d.zip |
Upgrade wagon-ssh to 3.4.2; align maven-site-plugin
Upgrade wagon-ssh to 3.4.2 in all pom files, thus align
maven-site-plugin versions to 3.9.1 across as well, consistently.
Change-Id: I38f7a6ded3517d1b116169dee1c12deb86eed3a1
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 6c77a5588a..26b27e17bd 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -318,7 +318,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.8.2</version> + <version>3.9.1</version> </plugin> </plugins> </pluginManagement> |