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 dd21b5c commit 1f317b4Copy full SHA for 1f317b4
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.0.0-beta3-1</version>
16
17
<url>https://github.com/jenkinsci/bootstrap5-api-plugin</url>
18
@@ -137,7 +137,7 @@
137
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
138
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
139
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
140
- <tag>${scmTag}</tag>
+ <tag>v5.0.0-beta3-1</tag>
141
</scm>
142
143
<repositories>
0 commit comments