[webbeans-commits] Webbeans SVN: r1887 - in examples/trunk: login and 5 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Mar 9 13:04:31 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-09 13:04:31 -0400 (Mon, 09 Mar 2009)
New Revision: 1887

Modified:
   examples/trunk/conversations/pom.xml
   examples/trunk/login/pom.xml
   examples/trunk/numberguess/pom.xml
   examples/trunk/translator/pom.xml
   examples/trunk/translator/webbeans-translator-ear/pom.xml
   examples/trunk/translator/webbeans-translator-ejb/pom.xml
   examples/trunk/translator/webbeans-translator-war/pom.xml
Log:
fix poms

Modified: examples/trunk/conversations/pom.xml
===================================================================
--- examples/trunk/conversations/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/conversations/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/login/pom.xml
===================================================================
--- examples/trunk/login/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/login/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/numberguess/pom.xml
===================================================================
--- examples/trunk/numberguess/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/numberguess/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/translator/pom.xml
===================================================================
--- examples/trunk/translator/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/translator/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <groupId>org.jboss.webbeans.examples.translator</groupId>
    <artifactId>parent</artifactId>

Modified: examples/trunk/translator/webbeans-translator-ear/pom.xml
===================================================================
--- examples/trunk/translator/webbeans-translator-ear/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/translator/webbeans-translator-ear/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/translator/webbeans-translator-ejb/pom.xml
===================================================================
--- examples/trunk/translator/webbeans-translator-ejb/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/translator/webbeans-translator-ejb/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples.translator</groupId>

Modified: examples/trunk/translator/webbeans-translator-war/pom.xml
===================================================================
--- examples/trunk/translator/webbeans-translator-war/pom.xml	2009-03-09 16:26:01 UTC (rev 1886)
+++ examples/trunk/translator/webbeans-translator-war/pom.xml	2009-03-09 17:04:31 UTC (rev 1887)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.BETA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples.translator</groupId>




More information about the weld-commits mailing list