mirror of https://github.com/apache/activemq.git
switch to use 2.6-SNAPSHOT of the xbean plugin to avoid the bug that was creating bad XSDs
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fbf634cfb
commit
65f67c6530
|
@ -342,7 +342,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.xbean</groupId>
|
<groupId>org.apache.xbean</groupId>
|
||||||
<artifactId>maven-xbean-plugin</artifactId>
|
<artifactId>maven-xbean-plugin</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.6-SNAPSHOT</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
Loading…
Reference in New Issue