Author: jstrachan
Date: Sat Jul 15 06:58:48 2006
New Revision: 422217
URL: http://svn.apache.org/viewvc?rev=422217&view=rev
Log:
reverted use of variable for xbean plugin version; it seems to cause some m2
wierdness
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=422217&r1=422216&r2=422217&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Sat Jul 15 06:58:48 2006
@@ -331,7 +331,7 @@
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
- <version>${xbean-version}</version>
+ <version>2.5</version>
<executions>
<execution>
<configuration>