use latest maven-scm-publish-plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1599152 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-06-02 10:10:49 +00:00
parent 4e00ec6fc3
commit f0a8bb4b3a
1 changed files with 5 additions and 0 deletions

View File

@ -276,6 +276,11 @@
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
</configuration>
</plugin>
<plugin><!-- TODO remove when upgrading maven-parent to 25 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>