Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Feb 2, 2023
1 parent b196de0 commit a5799ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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>2.31</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<name>Pipeline Stage View Plugin: Parent POM</name>

Expand All @@ -52,11 +52,11 @@
<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>pipeline-stage-view-2.31</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>2.31</revision>
<revision>2.32</revision>
<gitHubRepo>jenkinsci/pipeline-stage-view-plugin</gitHubRepo>
<bom>2.361.x</bom>
<jenkins.version>2.361.4</jenkins.version>
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>2.31</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>pipeline-rest-api</artifactId>
<version>2.31</version>
<version>${revision}${changelist}</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/blob/master/rest-api/README.md</url>
Expand All @@ -42,7 +42,7 @@
<connection>scm:git:https://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>pipeline-stage-view-2.31</tag>
<tag>${scmTag}</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>2.31</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>pipeline-stage-view</artifactId>
<version>2.31</version>
<version>${revision}${changelist}</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:https://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>pipeline-stage-view-2.31</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit a5799ec

Please sign in to comment.