You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/06/26 11:59:37 UTC

svn commit: r788644 - /activemq/trunk/pom.xml

Author: dejanb
Date: Fri Jun 26 09:59:36 2009
New Revision: 788644

URL: http://svn.apache.org/viewvc?rev=788644&view=rev
Log:
switching required maven version to 2.0.9

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=788644&r1=788643&r2=788644&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Jun 26 09:59:36 2009
@@ -1007,7 +1007,7 @@
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>[2.0.10,)</version>
+                  <version>[2.0.9,)</version>
                 </requireMavenVersion>
               </rules>
             </configuration>