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
olamy committed Aug 8, 2022
1 parent a902a16 commit db8cc12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</parent>

<artifactId>pubsub-light</artifactId>
<version>1.17</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins Pub-Sub "light" Bus</name>
<description>A simple Publish-Subscribe light-weight event bus for Jenkins</description>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>1.17</revision>
<revision>1.18</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>pubsub-light-1.17</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit db8cc12

Please sign in to comment.