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 2006/09/04 02:06:15 UTC

svn commit: r439880 - /incubator/activemq/trunk/pom.xml

Author: chirino
Date: Sun Sep  3 17:06:14 2006
New Revision: 439880

URL: http://svn.apache.org/viewvc?view=rev&rev=439880
Log:
Swtich to released xbean

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?view=diff&rev=439880&r1=439879&r2=439880
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Sun Sep  3 17:06:14 2006
@@ -953,6 +953,6 @@
         <xmlbeans-version>2.0.0-beta1</xmlbeans-version>
         <xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
         <xstream-version>1.1.2</xstream-version>
-        <xbean-version>2.6-SNAPSHOT</xbean-version>
+        <xbean-version>2.6</xbean-version>
     </properties>
 </project>