Author: veithen
Date: Sun Sep 6 09:46:33 2015
New Revision: 1701453
URL: http://svn.apache.org/r1701453
Log:
Move the maven-release-plugin configuration to the right location.
Modified:
webservices/woden/trunk/java/pom.xml
Modified: webservices/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1701453&r1=1701452&r2=1701453&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Sep 6 09:46:33 2015
@@ -175,6 +175,14 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagBase>https://svn.apache.org/repos/asf/webservices/woden/tags/</tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <tagNameFormat>@{project.version}</tagNameFormat>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -241,14 +249,6 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
-
<tagBase>https://svn.apache.org/repos/asf/webservices/woden/tags/</tagBase>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- <tagNameFormat>@{project.version}</tagNameFormat>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>