You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2013/01/15 11:08:00 UTC

svn commit: r1433335 - /activemq/trunk/activemq-blueprint/pom.xml

Author: davsclaus
Date: Tue Jan 15 10:08:00 2013
New Revision: 1433335

URL: http://svn.apache.org/viewvc?rev=1433335&view=rev
Log:
xbean version range for xbean should be 3.12 as minimum

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

Modified: activemq/trunk/activemq-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-blueprint/pom.xml?rev=1433335&r1=1433334&r2=1433335&view=diff
==============================================================================
--- activemq/trunk/activemq-blueprint/pom.xml (original)
+++ activemq/trunk/activemq-blueprint/pom.xml Tue Jan 15 10:08:00 2013
@@ -31,7 +31,7 @@
 
   <properties>
     <activemq.osgi.import.pkg>
-        org.apache.xbean*;version="[3.7,4)",
+        org.apache.xbean*;version="[3.12,4)",
         org.apache.aries.blueprint.*;version="[1.0,2)",
           *
     </activemq.osgi.import.pkg>