[jboss-cvs] JBossAS SVN: r102962 - projects/security/security-xacml/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 25 11:35:57 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-03-25 11:35:56 -0400 (Thu, 25 Mar 2010)
New Revision: 102962

Modified:
   projects/security/security-xacml/trunk/parent/pom.xml
Log:
change repo

Modified: projects/security/security-xacml/trunk/parent/pom.xml
===================================================================
--- projects/security/security-xacml/trunk/parent/pom.xml	2010-03-25 15:24:58 UTC (rev 102961)
+++ projects/security/security-xacml/trunk/parent/pom.xml	2010-03-25 15:35:56 UTC (rev 102962)
@@ -30,13 +30,16 @@
   </build>
   <repositories>
     <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
+       <id>snapshots.jboss.org</id>
+       <name>JBoss Snapshots Repository</name>
+       <layout>default</layout>
+       <url>http://snapshots.jboss.org/maven2/</url>
+       <snapshots>
+          <enabled>true</enabled>
+       </snapshots>
+       <releases>
+          <enabled>false</enabled>
+       </releases>
     </repository>
   </repositories>
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list