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 4fcaeef commit 4d3b589Copy full SHA for 4d3b589
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>dark-theme</artifactId>
12
- <version>0.0.11-SNAPSHOT</version>
+ <version>0.0.11</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>0.0.3</revision>
@@ -70,7 +70,7 @@
70
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
71
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
72
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
73
- <tag>${scmTag}</tag>
+ <tag>0.0.11</tag>
74
</scm>
75
76
<repositories>
0 commit comments