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 6f9d60f commit 82d4165Copy full SHA for 82d4165
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>workflow-remote-loader</artifactId>
13
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Pipeline Remote Loader Plugin</name>
@@ -50,7 +50,7 @@
50
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
51
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
52
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
53
- <tag>HEAD</tag>
+ <tag>workflow-remote-loader-1.5</tag>
54
</scm>
55
56
<repositories>
0 commit comments