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 13, 2022
1 parent b03ad95 commit aeabc96
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 @@ -36,14 +36,14 @@ 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.20</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Maven Integration plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}</url>

<properties>
<revision>3.20</revision>
<revision>3.21</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<jenkins.version>2.332.1</jenkins.version>
Expand Down Expand Up @@ -898,7 +898,7 @@ THE SOFTWARE.
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>maven-plugin-3.20</tag>
<tag>${scmTag}</tag>
</scm>

</project>

0 comments on commit aeabc96

Please sign in to comment.