We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e008d4e commit 31e2d72Copy full SHA for 31e2d72
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>parameterized-scheduler</artifactId>
12
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
13
<packaging>hpi</packaging>
14
<url>https://github.com/jwmach1/parameterized-scheduler</url>
15
@@ -34,7 +34,7 @@
34
35
<connection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</connection>
36
<developerConnection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</developerConnection>
37
- <tag>HEAD</tag>
+ <tag>parameterized-scheduler-1.1</tag>
38
</scm>
39
40
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the
0 commit comments