[webbeans-commits] Webbeans SVN: r1353 - in tck/trunk: api and 1 other directories.

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


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

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
   tck/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-01-29 18:13:55 UTC (rev 1352)
+++ tck/trunk/api/pom.xml	2009-01-29 18:14:01 UTC (rev 1353)
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.jboss.webbeans.tck</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.0.0.ALPHA1</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.jboss.webbeans.tck</groupId>

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-01-29 18:13:55 UTC (rev 1352)
+++ tck/trunk/impl/pom.xml	2009-01-29 18:14:01 UTC (rev 1353)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>parent</artifactId>
       <groupId>org.jboss.webbeans.tck</groupId>
-      <version>1.0.0.ALPHA1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.webbeans.tck</groupId>

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-01-29 18:13:55 UTC (rev 1352)
+++ tck/trunk/pom.xml	2009-01-29 18:14:01 UTC (rev 1353)
@@ -4,7 +4,7 @@
    <groupId>org.jboss.webbeans.tck</groupId>
    <artifactId>parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0.ALPHA1</version>
+   <version>1.0.0-SNAPSHOT</version>
    <name>Web Beans</name>
    <url>http://www.seamframework.org/WebBeans</url>
 
@@ -232,11 +232,11 @@
    </licenses>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/1.0.0.ALPHA1</connection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
       <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/webbeans/tck/tags/1.0.0.ALPHA1
+         scm:svn:https://svn.jboss.org/repos/webbeans
       </developerConnection>
-      <url>http://fisheye.jboss.org/browse/WebBeans/1.0.0.ALPHA1</url>
+      <url>http://fisheye.jboss.org/browse/WebBeans</url>
    </scm>
 
    <distributionManagement>
@@ -256,7 +256,7 @@
    
    <properties>
       <webbeans.version>1.0.0.ALPHA2</webbeans.version>
-      <webbeans.tck.version>1.0.0.ALPHA1</webbeans.tck.version>
+      <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
    </properties>
 
 </project>




More information about the weld-commits mailing list