Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Oct 18, 2021
1 parent 0907870 commit 0774179
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 @@ -35,7 +35,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.14</version>
<packaging>hpi</packaging>

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

</project>

0 comments on commit 0774179

Please sign in to comment.