Skip to content

Commit 69b48b0

Browse files
committed
[maven-release-plugin] prepare release pipeline-stage-view-2.38
1 parent 5d9fa5b commit 69b48b0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pom.xml

+2-2
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>${revision}${changelist}</version>
37+
<version>2.38</version>
3838
<packaging>pom</packaging>
3939
<name>Pipeline Stage View Plugin: Parent POM</name>
4040

@@ -52,7 +52,7 @@
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>${scmTag}</tag>
55+
<tag>pipeline-stage-view-2.38</tag>
5656
</scm>
5757

5858
<properties>

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>${revision}${changelist}</version>
31+
<version>2.38</version>
3232
</parent>
3333

3434
<artifactId>pipeline-rest-api</artifactId>
35-
<version>${revision}${changelist}</version>
35+
<version>2.38</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>${scmTag}</tag>
45+
<tag>pipeline-stage-view-2.38</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>${revision}${changelist}</version>
31+
<version>2.38</version>
3232
</parent>
3333

3434
<artifactId>pipeline-stage-view</artifactId>
35-
<version>${revision}${changelist}</version>
35+
<version>2.38</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>${scmTag}</tag>
49+
<tag>pipeline-stage-view-2.38</tag>
5050
</scm>
5151

5252
<dependencies>

0 commit comments

Comments
 (0)