[webbeans-commits] Webbeans SVN: r3321 - in tck/trunk: doc/reference and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 28 17:25:21 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-28 17:25:21 -0400 (Tue, 28 Jul 2009)
New Revision: 3321

Modified:
   tck/trunk/doc/reference/pom.xml
   tck/trunk/pom.xml
Log:
update to dav for release repo

Modified: tck/trunk/doc/reference/pom.xml
===================================================================
--- tck/trunk/doc/reference/pom.xml	2009-07-28 20:35:16 UTC (rev 3320)
+++ tck/trunk/doc/reference/pom.xml	2009-07-28 21:25:21 UTC (rev 3321)
@@ -338,21 +338,10 @@
    </scm>
 
    <distributionManagement>
-      <repository>
-         <!--
-            Copy the dist to the local checkout of the JBoss maven2 repo
-            ${maven.repository.root}
-         -->
-         <!--
-            It is anticipated that ${maven.repository.root} be set in user's
-            settings.xml
-         -->
-         <!--
-            todo : replace this with direct svn access once the svnkit providers
-            are available
-         -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
+       <repository>
+          <id>repository.jboss.org</id>
+          <name>JBoss Releases Repository</name>
+          <url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
       </repository>
       <snapshotRepository>
          <id>snapshots.jboss.org</id>

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-07-28 20:35:16 UTC (rev 3320)
+++ tck/trunk/pom.xml	2009-07-28 21:25:21 UTC (rev 3321)
@@ -410,12 +410,10 @@
    </scm>
 
    <distributionManagement>
-      <repository>
-         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-         <id>repository.jboss.org</id>
-         <url>file://${maven.repository.root}</url>
+       <repository>
+          <id>repository.jboss.org</id>
+          <name>JBoss Releases Repository</name>
+          <url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
       </repository>
       <snapshotRepository>
          <id>snapshots.jboss.org</id>




More information about the weld-commits mailing list