[seam-commits] Seam SVN: r10683 - modules/trunk/version-matrix.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 28 17:43:08 EDT 2009


Author: dan.j.allen
Date: 2009-04-28 17:43:08 -0400 (Tue, 28 Apr 2009)
New Revision: 10683

Modified:
   modules/trunk/version-matrix/pom.xml
Log:
oops, fix broken XML


Modified: modules/trunk/version-matrix/pom.xml
===================================================================
--- modules/trunk/version-matrix/pom.xml	2009-04-28 21:42:25 UTC (rev 10682)
+++ modules/trunk/version-matrix/pom.xml	2009-04-28 21:43:08 UTC (rev 10683)
@@ -52,8 +52,8 @@
    <properties>
       <seam.version>3.0.0-SNAPSHOT</seam.version>
       <seam.groupId>org.jboss.seam</seam.groupId>
-      <webbeans.version>1.0.0-SNAPSHOT</seam.version>
-      <webbeans.groupId>org.jboss.webbeans</seam.groupId>
+      <webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
+      <webbeans.groupId>org.jboss.webbeans</webbeans.groupId>
    </properties>
    
    <dependencyManagement>




More information about the seam-commits mailing list