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 ee8167e commit 29aedf7Copy full SHA for 29aedf7
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>workflow-remote-loader</artifactId>
13
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Pipeline Remote Loader Plugin</name>
@@ -38,7 +38,7 @@
38
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
39
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
40
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
41
- <tag>HEAD</tag>
+ <tag>workflow-remote-loader-1.1</tag>
42
</scm>
43
44
<repositories>
0 commit comments