Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Mar 1, 2023
1 parent 412bd87 commit dbcc228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
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.21</version>
<packaging>hpi</packaging>

<name>Maven Integration plugin</name>
Expand Down Expand Up @@ -911,7 +911,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>${scmTag}</tag>
<tag>maven-plugin-3.21</tag>
</scm>

</project>

0 comments on commit dbcc228

Please sign in to comment.