Skip to content

Commit

Permalink
[JENKINS-40001] Specify the SSH protocol is a Java implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evaristo Gutiérrez committed Jan 3, 2017
1 parent 8a2f106 commit b98cbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<name>Jenkins SSH Slaves plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin</url>
<description>Allows to launch agents running on Unix machines over SSH</description>
<description>Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol</description>

<properties>
<jenkins.version>1.609.1</jenkins.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
@@ -1,4 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Allows to launch agents running on Unix machines over SSH.
Allows to launch agents running on Unix machines over SSH, using a Java implementation of the SSH protocol.
</div>

0 comments on commit b98cbd9

Please sign in to comment.