You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2011/12/02 18:18:03 UTC

svn commit: r1209593 - /incubator/bval/trunk/bval-tck/pom.xml

Author: mbenson
Date: Fri Dec  2 17:18:03 2011
New Revision: 1209593

URL: http://svn.apache.org/viewvc?rev=1209593&view=rev
Log:
override jboss snapshot repo as well

Modified:
    incubator/bval/trunk/bval-tck/pom.xml

Modified: incubator/bval/trunk/bval-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/bval-tck/pom.xml?rev=1209593&r1=1209592&r2=1209593&view=diff
==============================================================================
--- incubator/bval/trunk/bval-tck/pom.xml (original)
+++ incubator/bval/trunk/bval-tck/pom.xml Fri Dec  2 17:18:03 2011
@@ -137,8 +137,7 @@
             </dependencies>
             <repositories>
                 <repository>
-                    <!-- override settings from jboss dependencies
-                         which point to repository.jboss.org/maven2 -->
+                    <!-- override outdated URLs for jboss repo ids -->
                     <id>repository.jboss.org</id>
                     <name>JBoss Public Maven Repository Group</name>
                     <url>https://repository.jboss.org/nexus/content/groups/public/</url>
@@ -155,8 +154,6 @@
                     </snapshots>
                 </repository>
                 <repository>
-                    <!-- override settings from jboss dependencies
-                         which point to repository.jboss.org/maven2 -->
                     <id>jboss</id>
                     <name>JBoss Public Maven Repository Group (again)</name>
                     <url>https://repository.jboss.org/nexus/content/groups/public/</url>
@@ -172,6 +169,20 @@
                         <checksumPolicy>warn</checksumPolicy>
                     </snapshots>
                 </repository>
+                <repository>
+                  <id>snapshots.jboss.org</id>
+                  <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+                  <snapshots>
+                    <enabled>true</enabled>
+                  </snapshots>
+                </repository>
+                <repository>
+                  <id>jboss-snapshots</id>
+                  <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+                  <snapshots>
+                    <enabled>true</enabled>
+                  </snapshots>
+                </repository>
             </repositories>
             <build>
                 <plugins>