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 2007/09/10 20:41:32 UTC

svn commit: r574327 - in /activemq/trunk: activemq-core/pom.xml pom.xml

Author: chirino
Date: Mon Sep 10 11:41:32 2007
New Revision: 574327

URL: http://svn.apache.org/viewvc?rev=574327&view=rev
Log:
Update to the latest version of xbean

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

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=574327&r1=574326&r2=574327&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon Sep 10 11:41:32 2007
@@ -494,6 +494,7 @@
             <configuration>
               <namespace>http://activemq.org/config/1.0</namespace>
               <schema>target/xbean/activemq.xsd</schema>
+              <generateSpringSchemasFile>false</generateSpringSchemasFile>
             </configuration>
             <goals>
               <goal>mapping</goal>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=574327&r1=574326&r2=574327&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Sep 10 11:41:32 2007
@@ -73,7 +73,7 @@
     <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>3.0</xbean-version>
+    <xbean-version>3.2-SNAPSHOT</xbean-version>
     <dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
     <m1-dist-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>