Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-stage-view-2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Oct 10, 2022
1 parent df3d35b commit ef49306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
<artifactId>parent-pom</artifactId>
<version>${revision}${changelist}</version>
<version>2.26</version>
<packaging>pom</packaging>
<name>Pipeline Stage View Plugin: Parent POM</name>

Expand All @@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>pipeline-stage-view-2.26</tag>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<parent>
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
<artifactId>parent-pom</artifactId>
<version>${revision}${changelist}</version>
<version>2.26</version>
</parent>

<artifactId>pipeline-rest-api</artifactId>
<version>${revision}${changelist}</version>
<version>2.26</version>
<name>Pipeline: REST API Plugin</name>
<description>Provides a REST API to access pipeline and pipeline run data</description>
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
Expand All @@ -42,7 +42,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-stage-view-2.26</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<parent>
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
<artifactId>parent-pom</artifactId>
<version>${revision}${changelist}</version>
<version>2.26</version>
</parent>

<artifactId>pipeline-stage-view</artifactId>
<version>${revision}${changelist}</version>
<version>2.26</version>
<name>Pipeline: Stage View Plugin</name>
<description>Provides a swimlane view of the different stages in a pipeline.
</description>
Expand All @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-stage-view-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-stage-view-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-stage-view-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-stage-view-2.26</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit ef49306

Please sign in to comment.