Skip to content

Commit b782428

Browse files
committed
[maven-release-plugin] prepare release archetypes-1.19
1 parent edad312 commit b782428

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

empty-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.archetypes</groupId>
66
<artifactId>archetypes-parent</artifactId>
7-
<version>1.19-SNAPSHOT</version>
7+
<version>1.19</version>
88
</parent>
99
<groupId>io.jenkins.archetypes</groupId>
1010
<artifactId>empty-plugin</artifactId>

global-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.archetypes</groupId>
66
<artifactId>archetypes-parent</artifactId>
7-
<version>1.19-SNAPSHOT</version>
7+
<version>1.19</version>
88
</parent>
99
<artifactId>global-configuration-plugin</artifactId>
1010
<packaging>maven-archetype</packaging>

hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.archetypes</groupId>
66
<artifactId>archetypes-parent</artifactId>
7-
<version>1.19-SNAPSHOT</version>
7+
<version>1.19</version>
88
</parent>
99
<groupId>io.jenkins.archetypes</groupId>
1010
<artifactId>hello-world-plugin</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.jenkins.archetypes</groupId>
1111
<artifactId>archetypes-parent</artifactId>
12-
<version>1.19-SNAPSHOT</version>
12+
<version>1.19</version>
1313
<packaging>pom</packaging>
1414
<name>Jenkins Archetypes</name>
1515
<description>Maven archetypes of useful things you may want to create in the Jenkins project.</description>
@@ -51,7 +51,7 @@
5151
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
5252
<connection>scm:git:[email protected]/jenkinsci/archetypes.git</connection>
5353
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/archetypes.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>archetypes-1.19</tag>
5555
<url>https://github.com/jenkinsci/archetypes/</url>
5656
</scm>
5757
<properties>

0 commit comments

Comments
 (0)