Author: cwiklik
Date: Wed Oct 30 15:03:49 2013
New Revision: 1537123

URL: http://svn.apache.org/r1537123
Log:
UIMA-2881 modified to download amq tar.gz instead of zip

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1537123&r1=1537122&r2=1537123&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Wed Oct 30 15:03:49 2013
@@ -252,7 +252,7 @@
                                                                        
<groupId>org.apache.activemq</groupId>
                                                                        
<artifactId>apache-activemq</artifactId>
                                                                        
<version>${org.apache.activemq.version}</version>
-                                                                       
<type>zip</type>
+                                                                       
<type>tar.gz</type>
                                                                        
<classifier>bin</classifier>
                                                                        
<outputDirectory>${project.build.directory}/apache-activemq</outputDirectory>
                                                                </artifactItem>


Reply via email to