mirror of https://github.com/apache/activemq.git
reverted use of variable for xbean plugin version; it seems to cause some m2 wierdness
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c5a0c634b
commit
40db04a2a8
|
@ -331,7 +331,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.xbean</groupId>
|
<groupId>org.apache.xbean</groupId>
|
||||||
<artifactId>maven-xbean-plugin</artifactId>
|
<artifactId>maven-xbean-plugin</artifactId>
|
||||||
<version>${xbean-version}</version>
|
<version>2.5</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
Loading…
Reference in New Issue