use latest maven-scm-publish-plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1599152 13f79535-47bb-0310-9956-ffa450edef68master
parent
4e00ec6fc3
commit
f0a8bb4b3a
5
pom.xml
5
pom.xml
|
|
@ -276,6 +276,11 @@
|
||||||
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
|
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</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>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue