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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 13:01:46 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 13:01:45 -0500 (Thu, 29 Jan 2009)
New Revision: 1337

Modified:
   examples/trunk/login/pom.xml
   examples/trunk/numberguess/pom.xml
   examples/trunk/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:
[maven-release-plugin] prepare for next development iteration

Modified: examples/trunk/login/pom.xml
===================================================================
--- examples/trunk/login/pom.xml	2009-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/login/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</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-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/numberguess/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -9,7 +9,7 @@
    <groupId>org.jboss.webbeans.examples</groupId>
    <artifactId>parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0.ALPHA2</version>
+   <version>1.0.0-SNAPSHOT</version>
    <name>Web Beans Examples</name>
 
    <description>
@@ -55,9 +55,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/examples/1.0.0.ALPHA2</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/examples/tags/1.0.0.ALPHA2</developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/examples/1.0.0.ALPHA2</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/examples</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/examples</developerConnection>
+      <url>http://fisheye.jboss.org/browse/WebBeans/examples</url>
    </scm>
 
 

Modified: examples/trunk/translator/pom.xml
===================================================================
--- examples/trunk/translator/pom.xml	2009-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/translator/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</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-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/translator/webbeans-translator-ear/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</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-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/translator/webbeans-translator-ejb/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</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-01-29 18:01:37 UTC (rev 1336)
+++ examples/trunk/translator/webbeans-translator-war/pom.xml	2009-01-29 18:01:45 UTC (rev 1337)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.webbeans.examples.translator</groupId>
       <artifactId>parent</artifactId>
-      <version>1.0.0.ALPHA2</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    
    <groupId>org.jboss.webbeans.examples.translator</groupId>




More information about the weld-commits mailing list