Skip to content

Commit

Permalink
[maven-release-plugin] prepare release archetypes-1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jan 2, 2024
1 parent 2eb0f65 commit 7be1df5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion empty-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
</parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>empty-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion global-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
</parent>
<artifactId>global-configuration-plugin</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
</parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>hello-world-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
<packaging>pom</packaging>
<name>Jenkins Archetypes</name>
<description>Maven archetypes of useful things you may want to create in the Jenkins project.</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git@github.com/jenkinsci/archetypes.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/archetypes.git</developerConnection>
<tag>HEAD</tag>
<tag>archetypes-1.23</tag>
<url>https://github.com/jenkinsci/archetypes/</url>
</scm>
<properties>
Expand Down

0 comments on commit 7be1df5

Please sign in to comment.