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 696727e commit 7118eb8Copy full SHA for 7118eb8
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>select2-api</artifactId>
12
- <version>4.0.13-8-SNAPSHOT</version>
+ <version>4.0.13-8</version>
13
<name>Select2 Api plugin</name>
14
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
15
<packaging>hpi</packaging>
@@ -120,7 +120,7 @@
120
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
121
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
122
<url>https://github.com/${gitHubRepo}</url>
123
- <tag>${scmTag}</tag>
+ <tag>select2-api-4.0.13-8</tag>
124
</scm>
125
126
<repositories>
0 commit comments