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 Oct 19, 2021
1 parent 1d3912c commit 88c16cc
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 @@ -35,15 +35,15 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId><!-- for historical reason, this plugin has a different groupId -->
<artifactId>maven-plugin</artifactId><!-- for the same reason, artifactId is against the convention -->
<version>3.15</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Maven Integration plugin</name>
<description>This plug-in provides, for better and for worse, a deep integration of Jenkins and Maven: Automatic triggers between projects depending on SNAPSHOTs, automated configuration of various Jenkins publishers (Junit, ...).</description>
<url>https://github.com/jenkinsci/maven-plugin</url>

<properties>
<revision>3.15</revision>
<revision>3.16</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/maven-plugin</gitHubRepo>
<jenkins.version>2.289.1</jenkins.version>
Expand Down Expand Up @@ -972,7 +972,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>http://github.com/${gitHubRepo}</url>
<tag>maven-plugin-3.15</tag>
<tag>${scmTag}</tag>
</scm>

</project>

0 comments on commit 88c16cc

Please sign in to comment.