Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Oct 13, 2022
1 parent cd7db92 commit b03ad95
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.20</version>
<packaging>hpi</packaging>

<name>Maven Integration plugin</name>
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>${scmTag}</tag>
<tag>maven-plugin-3.20</tag>
</scm>

</project>

0 comments on commit b03ad95

Please sign in to comment.