Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Dec 1, 2021
1 parent f6e22f3 commit 056cfc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.18</version>
<relativePath/><!-- Tell maven this is outside of the repo -->
<relativePath /><!-- Tell maven this is outside of the repo -->
</parent>

<artifactId>jms-messaging</artifactId>
<version>1.1.25-SNAPSHOT</version>
<version>1.1.25</version>
<packaging>hpi</packaging>
<name>JMS Messaging Plugin</name>
<description>Plugin to listen and emit messages during the build process using a JMS Messaging Provider.</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jenkins-ci.plugins.jms-messaging</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.1.25-SNAPSHOT</version>
<version>1.1.25</version>

<properties>
<jenkins.version>2.176.4</jenkins.version>
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:git://github.com/jenkinsci/jms-messaging-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/jms-messaging-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>parent-1.1.25</tag>
</scm>

<build>
Expand Down

0 comments on commit 056cfc4

Please sign in to comment.