[weld-commits] Weld SVN: r6319 - in cdi-tck/branches/1.0: api and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed May 26 12:13:11 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 12:13:11 -0400 (Wed, 26 May 2010)
New Revision: 6319

Modified:
   cdi-tck/branches/1.0/api/pom.xml
   cdi-tck/branches/1.0/doc/reference/pom.xml
   cdi-tck/branches/1.0/impl/pom.xml
   cdi-tck/branches/1.0/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: cdi-tck/branches/1.0/api/pom.xml
===================================================================
--- cdi-tck/branches/1.0/api/pom.xml	2010-05-26 16:12:53 UTC (rev 6318)
+++ cdi-tck/branches/1.0/api/pom.xml	2010-05-26 16:13:11 UTC (rev 6319)
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.jboss.jsr299.tck</groupId>
 		<artifactId>jsr299-tck-parent</artifactId>
-		<version>1.0.2.CR1</version>
+		<version>1.0.2-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.jboss.jsr299.tck</groupId>
@@ -68,9 +68,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/api</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/api</developerConnection>
-      <url>https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/api</url>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/api</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/api</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/api</url>
    </scm>
 
 </project>

Modified: cdi-tck/branches/1.0/doc/reference/pom.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/pom.xml	2010-05-26 16:12:53 UTC (rev 6318)
+++ cdi-tck/branches/1.0/doc/reference/pom.xml	2010-05-26 16:13:11 UTC (rev 6319)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.jboss.jsr299.tck</groupId>
       <artifactId>jsr299-tck-parent</artifactId>
-      <version>1.0.2.CR1</version>
+      <version>1.0.2-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 
@@ -61,9 +61,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/doc/reference</developerConnection>
-     <url>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/doc/reference</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/cdi-tck/branches/1.0/doc/reference</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/doc/reference</developerConnection>
+     <url>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/doc/reference</url>
   </scm>
 
 </project>

Modified: cdi-tck/branches/1.0/impl/pom.xml
===================================================================
--- cdi-tck/branches/1.0/impl/pom.xml	2010-05-26 16:12:53 UTC (rev 6318)
+++ cdi-tck/branches/1.0/impl/pom.xml	2010-05-26 16:13:11 UTC (rev 6319)
@@ -3,7 +3,7 @@
    <parent>
       <artifactId>jsr299-tck-parent</artifactId>
       <groupId>org.jboss.jsr299.tck</groupId>
-      <version>1.0.2.CR1</version>
+      <version>1.0.2-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.jsr299.tck</groupId>
@@ -301,9 +301,9 @@
    </profiles>
 
    <scm>    
-      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/impl</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/impl</developerConnection>
-      <url>https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1/impl</url>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/impl</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/impl</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0/impl</url>
    </scm>
 
 

Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml	2010-05-26 16:12:53 UTC (rev 6318)
+++ cdi-tck/branches/1.0/pom.xml	2010-05-26 16:13:11 UTC (rev 6319)
@@ -4,7 +4,7 @@
    <groupId>org.jboss.jsr299.tck</groupId>
    <artifactId>jsr299-tck-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.2.CR1</version>
+   <version>1.0.2-SNAPSHOT</version>
    <name>CDI TCK</name>
 
    <parent>
@@ -271,9 +271,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1</developerConnection>
-      <url>https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0.2.CR1</url>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0</url>
    </scm>
 
    <profiles>



More information about the weld-commits mailing list