You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/17 23:16:32 UTC

svn commit: r1720677 - /axis/axis2/java/rampart/trunk/pom.xml

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>