Skip to content

Commit f9cceff

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 874874a commit f9cceff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5353
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
5454
<url>https://github.com/${gitHubRepo}</url>
55-
<tag>pipeline-stage-view-2.39</tag>
55+
<tag>${scmTag}</tag>
5656
</scm>
5757

5858
<properties>
59-
<revision>2.39</revision>
59+
<revision>2.40</revision>
6060
<gitHubRepo>jenkinsci/pipeline-stage-view-plugin</gitHubRepo>
6161
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
6262
<jenkins.baseline>2.479</jenkins.baseline>
6363
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
64-
<changelist></changelist>
64+
<changelist>-SNAPSHOT</changelist>
6565
<node.version>18.7.0</node.version>
6666
<npm.version>8.15.0</npm.version>
6767
</properties>

rest-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
4343
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
4444
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
45-
<tag>pipeline-stage-view-2.39</tag>
45+
<tag>${scmTag}</tag>
4646
</scm>
4747

4848
<dependencies>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
4747
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
4848
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
49-
<tag>pipeline-stage-view-2.39</tag>
49+
<tag>${scmTag}</tag>
5050
</scm>
5151

5252
<dependencies>

0 commit comments

Comments
 (0)