Skip to content

Commit 56f7514

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bd924d5 commit 56f7514

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3535
<artifactId>parent-pom</artifactId>
36-
<version>2.10</version>
36+
<version>2.11-SNAPSHOT</version>
3737
<packaging>pom</packaging>
3838
<name>Pipeline Stage View Plugin: Parent POM</name>
3939
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Stage+View+Plugin</url>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:git://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.10</tag>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<properties>

rest-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3030
<artifactId>parent-pom</artifactId>
31-
<version>2.10</version>
31+
<version>2.11-SNAPSHOT</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

3535
<artifactId>pipeline-rest-api</artifactId>
36-
<version>2.10</version>
36+
<version>2.11-SNAPSHOT</version>
3737
<name>Pipeline: REST API Plugin</name>
3838
<description>Provides a REST API to access pipeline and pipeline run data</description>
3939
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Stage+View+Plugin</url> <!-- TODO update -->

ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins.pipeline-stage-view</groupId>
3030
<artifactId>parent-pom</artifactId>
31-
<version>2.10</version>
31+
<version>2.11-SNAPSHOT</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

3535
<artifactId>pipeline-stage-view</artifactId>
36-
<version>2.10</version>
36+
<version>2.11-SNAPSHOT</version>
3737
<name>Pipeline: Stage View Plugin</name>
3838
<description>Provides a swimlane view of the different stages in a pipeline.
3939
</description>

0 commit comments

Comments
 (0)