We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d02c6c commit 1f7d81fCopy full SHA for 1f7d81f
pom.xml
@@ -30,11 +30,11 @@
30
<groupId>org.jenkins-ci.plugins</groupId>
31
<artifactId>plugin</artifactId>
32
<version>2.21</version>
33
- <relativePath/>
+ <relativePath />
34
</parent>
35
36
<artifactId>ssh-agent</artifactId>
37
- <version>1.14-SNAPSHOT</version>
+ <version>1.14</version>
38
<packaging>hpi</packaging>
39
40
<name>SSH Agent Plugin</name>
@@ -62,7 +62,7 @@
62
<connection>scm:git:git://github.com/jenkinsci/ssh-agent-plugin.git</connection>
63
<developerConnection>scm:git:[email protected]:jenkinsci/ssh-agent-plugin.git</developerConnection>
64
<url>http://github.com/jenkinsci/ssh-agent-plugin</url>
65
- <tag>HEAD</tag>
+ <tag>ssh-agent-1.14</tag>
66
</scm>
67
68
<properties>
0 commit comments