[weld-commits] Weld SVN: r5464 - in servlet/trunk: build and 3 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jan 14 10:29:01 EST 2010


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

Modified:
   servlet/trunk/build/pom.xml
   servlet/trunk/int/pom.xml
   servlet/trunk/pom.xml
   servlet/trunk/support/pom.xml
   servlet/trunk/tests/pom.xml
Log:
WELD-278

Modified: servlet/trunk/build/pom.xml
===================================================================
--- servlet/trunk/build/pom.xml	2010-01-14 15:19:38 UTC (rev 5463)
+++ servlet/trunk/build/pom.xml	2010-01-14 15:29:01 UTC (rev 5464)
@@ -80,4 +80,11 @@
       </plugins>
    </build>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/servlet/trunk/build</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/servlet/trunk/build</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/servlet/trunk/build</url>
+   </scm>
+
+
 </project>

Modified: servlet/trunk/int/pom.xml
===================================================================
--- servlet/trunk/int/pom.xml	2010-01-14 15:19:38 UTC (rev 5463)
+++ servlet/trunk/int/pom.xml	2010-01-14 15:29:01 UTC (rev 5464)
@@ -71,4 +71,10 @@
 
    </dependencies>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/servlet/trunk/int</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/servlet/trunk/int</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/servlet/trunk/int</url>
+   </scm>
+
 </project>

Modified: servlet/trunk/pom.xml
===================================================================
--- servlet/trunk/pom.xml	2010-01-14 15:19:38 UTC (rev 5463)
+++ servlet/trunk/pom.xml	2010-01-14 15:29:01 UTC (rev 5464)
@@ -209,6 +209,11 @@
       </dependencies>
    </dependencyManagement>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/servlet/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/servlet/trunk</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/servlet/trunk</url>
+   </scm>
 
    
 </project>

Modified: servlet/trunk/support/pom.xml
===================================================================
--- servlet/trunk/support/pom.xml	2010-01-14 15:19:38 UTC (rev 5463)
+++ servlet/trunk/support/pom.xml	2010-01-14 15:29:01 UTC (rev 5464)
@@ -59,4 +59,11 @@
    
    </dependencies>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/servlet/trunk/support</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/servlet/trunk/support</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/servlet/trunk/support</url>
+   </scm>
+
+
 </project>

Modified: servlet/trunk/tests/pom.xml
===================================================================
--- servlet/trunk/tests/pom.xml	2010-01-14 15:19:38 UTC (rev 5463)
+++ servlet/trunk/tests/pom.xml	2010-01-14 15:29:01 UTC (rev 5464)
@@ -285,4 +285,10 @@
       </profile>
    </profiles>
 
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/servlet/trunk/tests</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/servlet/trunk/tests</developerConnection>
+      <url>http://fisheye.jboss.org/browse/weld/servlet/trunk/tests</url>
+   </scm>
+
 </project>



More information about the weld-commits mailing list