[seam-commits] Seam SVN: r12976 - modules/jms/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 2 14:37:55 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-06-02 14:37:55 -0400 (Wed, 02 Jun 2010)
New Revision: 12976

Modified:
   modules/jms/trunk/pom.xml
Log:
require maven 3

Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml	2010-06-02 18:23:39 UTC (rev 12975)
+++ modules/jms/trunk/pom.xml	2010-06-02 18:37:55 UTC (rev 12976)
@@ -43,6 +43,10 @@
       <module>api</module>
       <module>impl</module>
    </modules>
+   
+   <prerequisites>
+      <maven>3.0</maven>
+   </prerequisites>
 
 
    <dependencyManagement>



More information about the seam-commits mailing list