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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jan 14 10:41:49 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-14 10:41:48 -0500 (Thu, 14 Jan 2010)
New Revision: 5466

Modified:
   cdi-tck/branches/1.0/api/pom.xml
   cdi-tck/branches/1.0/impl/pom.xml
   cdi-tck/branches/1.0/interceptor/pom.xml
   cdi-tck/branches/1.0/pom.xml
   cdi-tck/branches/1.0/xml/pom.xml
Log:
WELD-278

Modified: cdi-tck/branches/1.0/api/pom.xml
===================================================================
--- cdi-tck/branches/1.0/api/pom.xml	2010-01-14 15:30:47 UTC (rev 5465)
+++ cdi-tck/branches/1.0/api/pom.xml	2010-01-14 15:41:48 UTC (rev 5466)
@@ -67,4 +67,10 @@
       </plugins>
    </build>
 
+   <scm>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/api</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/api</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/trunk/api</url>
+   </scm>
+
 </project>

Modified: cdi-tck/branches/1.0/impl/pom.xml
===================================================================
--- cdi-tck/branches/1.0/impl/pom.xml	2010-01-14 15:30:47 UTC (rev 5465)
+++ cdi-tck/branches/1.0/impl/pom.xml	2010-01-14 15:41:48 UTC (rev 5466)
@@ -295,4 +295,11 @@
 
    </profiles>
 
+   <scm>    
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/impl</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/impl</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/trunk/impl</url>
+   </scm>
+
+
 </project>

Modified: cdi-tck/branches/1.0/interceptor/pom.xml
===================================================================
--- cdi-tck/branches/1.0/interceptor/pom.xml	2010-01-14 15:30:47 UTC (rev 5465)
+++ cdi-tck/branches/1.0/interceptor/pom.xml	2010-01-14 15:41:48 UTC (rev 5466)
@@ -287,6 +287,13 @@
          </build>
       </profile>
       
- </profiles>   
+   </profiles>   
 
+   <scm>    
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/interceptor</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/interceptor</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/trunk/interceptor</url>
+   </scm>
+
+
 </project>

Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml	2010-01-14 15:30:47 UTC (rev 5465)
+++ cdi-tck/branches/1.0/pom.xml	2010-01-14 15:41:48 UTC (rev 5466)
@@ -303,11 +303,9 @@
    </build>
 
    <scm>
-      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/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/tags/1.0</url>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/trunk</url>
    </scm>
 
    <profiles>

Modified: cdi-tck/branches/1.0/xml/pom.xml
===================================================================
--- cdi-tck/branches/1.0/xml/pom.xml	2010-01-14 15:30:47 UTC (rev 5465)
+++ cdi-tck/branches/1.0/xml/pom.xml	2010-01-14 15:41:48 UTC (rev 5466)
@@ -287,6 +287,13 @@
          </build>
       </profile>
       
- </profiles>   
+   </profiles>   
+ 
+   <scm>    
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/xml</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk/xml</developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/trunk/xml</url>
+   </scm>
 
+
 </project>



More information about the weld-commits mailing list