Author: veithen
Date: Sun Sep 6 09:43:52 2015
New Revision: 1701451
URL: http://svn.apache.org/r1701451
Log:
Complete the apache-release profile setup.
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=1701451&r1=1701450&r2=1701451&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Sep 6 09:43:52 2015
@@ -236,32 +236,18 @@
</site>
</distributionManagement>
<profiles>
- <!-- use for Maven2 releases -P m2_release -->
<profile>
- <id>m2_release</id>
+ <id>apache-release</id>
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/webservices/woden/tags/</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>