Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Jul 28, 2021
1 parent c54331c commit 50cd443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>jms-messaging</artifactId>
<version>1.1.24</version>
<version>1.1.25-SNAPSHOT</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.24</version>
<version>1.1.25-SNAPSHOT</version>

<properties>
<jenkins.version>2.176.4</jenkins.version>
Expand Down Expand Up @@ -32,7 +32,7 @@
<scm>
<connection>scm:git:git://github.com/jenkinsci/jms-messaging-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/jms-messaging-plugin.git</developerConnection>
<tag>parent-1.1.24</tag>
<tag>HEAD</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jenkins-ci.plugins.jms-messaging</groupId>
<artifactId>parent</artifactId>
<version>1.1.24</version>
<version>1.1.25-SNAPSHOT</version>
</parent>

<artifactId>ui-tests</artifactId>
<packaging>jar</packaging>
<version>1.12</version>
<version>1.13-SNAPSHOT</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 50cd443

Please sign in to comment.