You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/08/05 20:33:01 UTC

svn commit: r1154340 - /uima/addons/trunk/pom.xml

Author: schor
Date: Fri Aug  5 18:33:01 2011
New Revision: 1154340

URL: http://svn.apache.org/viewvc?rev=1154340&view=rev
Log:
[UIMA-2185] remove unneeded directive (defaults)

Modified:
    uima/addons/trunk/pom.xml

Modified: uima/addons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/pom.xml?rev=1154340&r1=1154339&r2=1154340&view=diff
==============================================================================
--- uima/addons/trunk/pom.xml (original)
+++ uima/addons/trunk/pom.xml Fri Aug  5 18:33:01 2011
@@ -81,9 +81,6 @@
   <profiles>
     <profile>
       <id>apache-release</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
       <properties>
         <jiraVersion>12316093</jiraVersion>
         <!-- for 2.3.1 Addons -->
@@ -102,8 +99,7 @@
               </configuration>
             </plugin>
           </plugins>
-        </pluginManagement>
-        
+        </pluginManagement>        
         
         <plugins>