[webbeans-commits] Webbeans SVN: r3323 - in doc/trunk: xslt and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 28 17:27:20 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-28 17:27:19 -0400 (Tue, 28 Jul 2009)
New Revision: 3323

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

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-07-28 21:25:44 UTC (rev 3322)
+++ doc/trunk/reference/pom.xml	2009-07-28 21:27:19 UTC (rev 3323)
@@ -318,11 +318,9 @@
    
       <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>
+          <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: doc/trunk/xslt/pom.xml
===================================================================
--- doc/trunk/xslt/pom.xml	2009-07-28 21:25:44 UTC (rev 3322)
+++ doc/trunk/xslt/pom.xml	2009-07-28 21:27:19 UTC (rev 3323)
@@ -74,12 +74,10 @@
    </build>
 
    <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