Skip to content

Commit e3eb7b4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent df6c298 commit e3eb7b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

empty-plugin/pom.xml

+1-1
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.24</version>
8+
<version>1.25-SNAPSHOT</version>
99
</parent>
1010

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

global-configuration/pom.xml

+1-1
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.24</version>
8+
<version>1.25-SNAPSHOT</version>
99
</parent>
1010

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

hello-world/pom.xml

+1-1
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.24</version>
8+
<version>1.25-SNAPSHOT</version>
99
</parent>
1010

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

pom.xml

+2-2
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.24</version>
14+
<version>1.25-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Jenkins Archetypes</name>
@@ -66,7 +66,7 @@
6666
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
6767
<connection>scm:git:[email protected]/jenkinsci/archetypes.git</connection>
6868
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/archetypes.git</developerConnection>
69-
<tag>archetypes-1.24</tag>
69+
<tag>HEAD</tag>
7070
<url>https://github.com/jenkinsci/archetypes/</url>
7171
</scm>
7272

0 commit comments

Comments
 (0)