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 66c600b commit 52b49e6Copy full SHA for 52b49e6
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>org.jenkins-ci.plugins</groupId>
12
<artifactId>workflow-remote-loader</artifactId>
13
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins Workflow Remote Loader Plugin</name>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
28
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
29
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
30
- <tag>HEAD</tag>
+ <tag>workflow-remote-loader-1.0</tag>
31
</scm>
32
33
<repositories>
0 commit comments