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 8163258 commit e10d559Copy full SHA for e10d559
1 file changed
pom.xml
@@ -13,7 +13,7 @@
13
<name>Plugin Usage - Plugin</name>
14
<groupId>org.jenkins-ci.plugins</groupId>
15
<artifactId>plugin-usage-plugin</artifactId>
16
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
17
<packaging>hpi</packaging>
18
<url>https://github.com/jenkinsci/plugin-usage-plugin</url>
19
@@ -98,7 +98,7 @@
98
<connection>scm:git:git@github.com:jenkinsci/plugin-usage-plugin.git</connection>
99
<developerConnection>scm:git:git@github.com:jenkinsci/plugin-usage-plugin.git</developerConnection>
100
101
- <tag>HEAD</tag>
+ <tag>plugin-usage-plugin-1.1</tag>
102
</scm>
103
104
<developers>
0 commit comments