Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 23, 2024
1 parent 5f2de0c commit 44cf315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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>${revision}${changelist}</version>
<version>3.24</version>
<packaging>hpi</packaging>

<name>Maven Integration plugin</name>
Expand Down Expand Up @@ -970,7 +970,7 @@ THE SOFTWARE.
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>maven-plugin-3.24</tag>
</scm>

</project>

0 comments on commit 44cf315

Please sign in to comment.