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 Apr 28, 2023
1 parent df52e75 commit 77bbf5e
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.22</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

<properties>
<revision>3.22</revision>
<revision>3.23</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<jenkins.version>2.332.1</jenkins.version>
Expand Down Expand Up @@ -945,7 +945,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.22</tag>
<tag>${scmTag}</tag>
</scm>

</project>

0 comments on commit 77bbf5e

Please sign in to comment.