Author: jstrachan
Date: Tue Aug 1 08:01:37 2006
New Revision: 427597
URL: http://svn.apache.org/viewvc?rev=427597&view=rev
Log:
switch to use 2.6-SNAPSHOT of the xbean plugin to avoid the bug that was
creating bad XSDs
Modified:
incubator/activemq/trunk/activemq-core/pom.xml
Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=427597&r1=427596&r2=427597&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Aug 1 08:01:37 2006
@@ -342,7 +342,7 @@
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6-SNAPSHOT</version>
<executions>
<execution>
<configuration>