We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8e9e9 commit e3d25c8Copy full SHA for e3d25c8
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>JQuery3 API Plugin</name>
15
- <version>${revision}${changelist}</version>
+ <version>3.7.1-3</version>
16
17
<description>Provides jQuery 3.x for Jenkins plugins.</description>
18
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -101,7 +101,7 @@
101
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
102
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
103
<url>https://github.com/${gitHubRepo}</url>
104
- <tag>${scmTag}</tag>
+ <tag>v3.7.1-3</tag>
105
</scm>
106
107
<repositories>
0 commit comments