[webbeans-commits] Webbeans SVN: r3322 - in ri/trunk: parent and 1 other directories.

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


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

Modified:
   ri/trunk/parent/pom.xml
   ri/trunk/pom.xml
   ri/trunk/version-matrix/pom.xml
Log:
update to dav for release repo

Modified: ri/trunk/parent/pom.xml
===================================================================
--- ri/trunk/parent/pom.xml	2009-07-28 21:25:21 UTC (rev 3321)
+++ ri/trunk/parent/pom.xml	2009-07-28 21:25:44 UTC (rev 3322)
@@ -225,11 +225,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: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-07-28 21:25:21 UTC (rev 3321)
+++ ri/trunk/pom.xml	2009-07-28 21:25:44 UTC (rev 3322)
@@ -15,21 +15,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: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-07-28 21:25:21 UTC (rev 3321)
+++ ri/trunk/version-matrix/pom.xml	2009-07-28 21:25:44 UTC (rev 3322)
@@ -523,11 +523,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>




More information about the weld-commits mailing list