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 ff86c2a commit 27b5640Copy full SHA for 27b5640
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>workflow-remote-loader</artifactId>
13
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Pipeline Remote Loader Plugin</name>
@@ -43,7 +43,7 @@
43
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
44
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
45
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
46
- <tag>HEAD</tag>
+ <tag>workflow-remote-loader-1.3</tag>
47
</scm>
48
49
<repositories>
0 commit comments