Skip to content

Commit 33c38f5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 06c4ef2 commit 33c38f5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3636
<artifactId>parent-pom</artifactId>
37-
<version>2.37</version>
37+
<version>${revision}${changelist}</version>
3838
<packaging>pom</packaging>
3939
<name>Pipeline Stage View Plugin: Parent POM</name>
4040

@@ -52,11 +52,11 @@
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.37</tag>
55+
<tag>${scmTag}</tag>
5656
</scm>
5757

5858
<properties>
59-
<revision>2.37</revision>
59+
<revision>2.38</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>

rest-api/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3030
<artifactId>parent-pom</artifactId>
31-
<version>2.37</version>
31+
<version>${revision}${changelist}</version>
3232
</parent>
3333

3434
<artifactId>pipeline-rest-api</artifactId>
35-
<version>2.37</version>
35+
<version>${revision}${changelist}</version>
3636
<name>Pipeline: REST API Plugin</name>
3737
<description>Provides a REST API to access pipeline and pipeline run data</description>
3838
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin/blob/master/rest-api/README.md</url>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
4343
<developerConnection>scm:git:[email protected]:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
4444
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
45-
<tag>pipeline-stage-view-2.37</tag>
45+
<tag>${scmTag}</tag>
4646
</scm>
4747

4848
<dependencies>

ui/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3030
<artifactId>parent-pom</artifactId>
31-
<version>2.37</version>
31+
<version>${revision}${changelist}</version>
3232
</parent>
3333

3434
<artifactId>pipeline-stage-view</artifactId>
35-
<version>2.37</version>
35+
<version>${revision}${changelist}</version>
3636
<name>Pipeline: Stage View Plugin</name>
3737
<description>Provides a swimlane view of the different stages in a pipeline.
3838
</description>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
4747
<developerConnection>scm:git:[email protected]:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
4848
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
49-
<tag>pipeline-stage-view-2.37</tag>
49+
<tag>${scmTag}</tag>
5050
</scm>
5151

5252
<dependencies>

0 commit comments

Comments
 (0)