Author: veithen
Date: Thu Dec 17 22:16:32 2015
New Revision: 1720677
URL: http://svn.apache.org/viewvc?rev=1720677&view=rev
Log:
The apache-release profile is activated explicitly, not using a property.
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modified: axis/axis2/java/rampart/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1720677&r1=1720676&r2=1720677&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Thu Dec 17 22:16:32 2015
@@ -480,11 +480,6 @@
<profiles>
<profile>
<id>apache-release</id>
- <activation>
- <property>
- <name>release</name>
- </property>
- </activation>
<build>
<plugins>
<plugin>