aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-12-03 09:12:01 -0500
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-24 14:44:20 +0100
commit1d7829eb827e7c1e253009ace9daf07d3440bf4d (patch)
tree2e630b1f172c172d3185f06735526aedcbc6544b /pom.xml
parent3482e501348a6b38cdf3feb8c313102552ccaced (diff)
downloadjgit-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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4b579b5f10..f31ac43c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
- <version>3.4.0</version>
+ <version>3.4.2</version>
</dependency>
</dependencies>
</plugin>