diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-30 09:26:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-30 09:35:54 +0200 |
commit | fc613e26d83473089a179464c2221f3912806387 (patch) | |
tree | 95363fe6be3d7c84fac755f113ca8aa096bc83e3 /pom.xml | |
parent | 827849017dc7a6ae269a37727d1e28e18b5aa966 (diff) | |
download | jgit-fc613e26d83473089a179464c2221f3912806387.tar.gz jgit-fc613e26d83473089a179464c2221f3912806387.zip |
Use wagon-ssh-external to deploy Maven site
Using wagon-ssh stopped working. Try to use wagon-ssh-external instead.
Bug: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2818
Change-Id: I6f8fa771ddf9623b2e528f23f2ebdc871372ba2f
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -349,8 +349,8 @@ <dependencies> <dependency><!-- add support for ssh/scp --> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>3.5.2</version> + <artifactId>wagon-ssh-external</artifactId> + <version>3.5.3</version> </dependency> </dependencies> </plugin> |