You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/29 21:09:18 UTC

svn commit: r789413 - /activemq/activemq-cpp/trunk/pom.xml

Author: tabish
Date: Mon Jun 29 19:09:18 2009
New Revision: 789413

URL: http://svn.apache.org/viewvc?rev=789413&view=rev
Log:
Updates to get around default Apache Release goals that aren't needed for CPP Projects

Modified:
    activemq/activemq-cpp/trunk/pom.xml

Modified: activemq/activemq-cpp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=789413&r1=789412&r2=789413&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Mon Jun 29 19:09:18 2009
@@ -129,6 +129,7 @@
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <allowTimestampedSnapshots>false</allowTimestampedSnapshots>
             <preparationGoals>clean install</preparationGoals>
+    	    <arguments>-Prelease</arguments>
             <goals>deploy</goals>
           </configuration>
         </plugin>