Skip to content

Commit b6cb81b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7437efe commit b6cb81b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

empty-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jenkins.archetypes</groupId>
77
<artifactId>archetypes-parent</artifactId>
8-
<version>1.33</version>
8+
<version>1.34-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.jenkins.archetypes</groupId>

global-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jenkins.archetypes</groupId>
77
<artifactId>archetypes-parent</artifactId>
8-
<version>1.33</version>
8+
<version>1.34-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>global-configuration-plugin</artifactId>

hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jenkins.archetypes</groupId>
77
<artifactId>archetypes-parent</artifactId>
8-
<version>1.33</version>
8+
<version>1.34-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.jenkins.archetypes</groupId>

pom.xml

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

1212
<groupId>io.jenkins.archetypes</groupId>
1313
<artifactId>archetypes-parent</artifactId>
14-
<version>1.33</version>
14+
<version>1.34-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Jenkins Archetypes</name>
@@ -74,7 +74,7 @@
7474
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
7575
<connection>scm:git:[email protected]/jenkinsci/archetypes.git</connection>
7676
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/archetypes.git</developerConnection>
77-
<tag>archetypes-1.33</tag>
77+
<tag>HEAD</tag>
7878
<url>https://github.com/jenkinsci/archetypes/</url>
7979
</scm>
8080

theme-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jenkins.archetypes</groupId>
77
<artifactId>archetypes-parent</artifactId>
8-
<version>1.33</version>
8+
<version>1.34-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>theme-plugin</artifactId>

0 commit comments

Comments
 (0)