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 5fb08ed commit a7c29d5Copy full SHA for a7c29d5
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>Bootstrap 5 API Plugin</name>
15
- <version>${revision}${changelist}</version>
+ <version>5.2.1-1</version>
16
17
<url>https://github.com/jenkinsci/bootstrap5-api-plugin</url>
18
@@ -125,7 +125,7 @@
125
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
126
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
127
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
128
- <tag>${scmTag}</tag>
+ <tag>v5.2.1-1</tag>
129
</scm>
130
131
<repositories>
0 commit comments