[webbeans-commits] Webbeans SVN: r674 - in ri/trunk: webbeans-ri and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Dec 22 06:34:41 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-22 06:34:40 -0500 (Mon, 22 Dec 2008)
New Revision: 674

Modified:
   ri/trunk/webbeans-api/pom.xml
   ri/trunk/webbeans-ri-spi/pom.xml
   ri/trunk/webbeans-ri/pom.xml
Log:
fix pom

Modified: ri/trunk/webbeans-api/pom.xml
===================================================================
--- ri/trunk/webbeans-api/pom.xml	2008-12-22 11:33:09 UTC (rev 673)
+++ ri/trunk/webbeans-api/pom.xml	2008-12-22 11:34:40 UTC (rev 674)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.webbeans</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.0.0.ALPHA1</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.jboss.webbeans</groupId>

Modified: ri/trunk/webbeans-ri/pom.xml
===================================================================
--- ri/trunk/webbeans-ri/pom.xml	2008-12-22 11:33:09 UTC (rev 673)
+++ ri/trunk/webbeans-ri/pom.xml	2008-12-22 11:34:40 UTC (rev 674)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>parent</artifactId>
       <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.ALPHA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans</groupId>

Modified: ri/trunk/webbeans-ri-spi/pom.xml
===================================================================
--- ri/trunk/webbeans-ri-spi/pom.xml	2008-12-22 11:33:09 UTC (rev 673)
+++ ri/trunk/webbeans-ri-spi/pom.xml	2008-12-22 11:34:40 UTC (rev 674)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>parent</artifactId>
       <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0.ALPHA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans</groupId>




More information about the weld-commits mailing list