You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/01/03 19:56:25 UTC

svn commit: r1428550 - /activemq/trunk/activemq-karaf-itest/pom.xml

Author: chirino
Date: Thu Jan  3 18:56:25 2013
New Revision: 1428550

URL: http://svn.apache.org/viewvc?rev=1428550&view=rev
Log:
Make sure we set the activemqVersion system prop for the karaf itest

Modified:
    activemq/trunk/activemq-karaf-itest/pom.xml

Modified: activemq/trunk/activemq-karaf-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf-itest/pom.xml?rev=1428550&r1=1428549&r2=1428550&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf-itest/pom.xml (original)
+++ activemq/trunk/activemq-karaf-itest/pom.xml Thu Jan  3 18:56:25 2013
@@ -119,6 +119,7 @@
             <!--<exclude>**/*Cxf*.*</exclude>-->
           </excludes>
           <systemPropertyVariables>
+            <activemqVersion>${project.version}</activemqVersion>
             <karafVersion>${karaf-version}</karafVersion>
           </systemPropertyVariables>
         </configuration>
@@ -151,6 +152,7 @@
                 <exclude>**/*Test.*</exclude>
               </excludes>
               <systemPropertyVariables>
+                <activemqVersion>${project.version}</activemqVersion>
                 <karafVersion>${karaf-version}</karafVersion>
               </systemPropertyVariables>
             </configuration>