[weld-commits] Weld SVN: r6359 - archetypes/trunk/jsf/jee/src/main/resources/archetype-resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri May 28 18:13:17 EDT 2010


Author: sboscarine
Date: 2010-05-28 18:13:16 -0400 (Fri, 28 May 2010)
New Revision: 6359

Modified:
   archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
Log:
Updated POM to newest spec

Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml	2010-05-28 18:10:01 UTC (rev 6358)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml	2010-05-28 22:13:16 UTC (rev 6359)
@@ -50,8 +50,8 @@
    <dependencies>
       <dependency>
          <groupId>org.jboss.spec</groupId>
-         <artifactId>jboss-javaee_6.0_spec</artifactId>
-         <version>1.0.0-SNAPSHOT</version>
+         <artifactId>jboss-javaee-6.0</artifactId>
+         <version>1.0.0.Beta4</version>
          <scope>provided</scope>
          <type>pom</type>
       </dependency>



More information about the weld-commits mailing list