You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/15 15:58:48 UTC

svn commit: r422217 - /incubator/activemq/trunk/activemq-core/pom.xml

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>