[jboss-cvs] Picketbox SVN: r441 - in trunk: parent and 3 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Aug 26 10:28:48 EDT 2013
Author: pskopek at redhat.com
Date: 2013-08-26 10:28:47 -0400 (Mon, 26 Aug 2013)
New Revision: 441
Modified:
trunk/
trunk/parent/pom.xml
trunk/security-jboss-sx/parent/pom.xml
trunk/security-jboss-sx/pom.xml
trunk/security-spi/parent/pom.xml
Log:
Removing deprecated Maven repositories.
Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/embargo/4.0.14.Final-JBPAPP6-1704:377
+ /branches/4.0.16.Final_BZ_901138:413
/branches/embargo/4.0.14.Final-JBPAPP6-1704:377
Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-08-15 06:36:42 UTC (rev 440)
+++ trunk/parent/pom.xml 2013-08-26 14:28:47 UTC (rev 441)
@@ -62,13 +62,23 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
+ <id>release.jboss.org</id>
+ <name>JBoss Releases Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/nexus/content/repositories/releases/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+
+ <repository>
<id>snapshots.jboss.org</id>
<name>JBoss Snapshots Repository</name>
<layout>default</layout>
Modified: trunk/security-jboss-sx/parent/pom.xml
===================================================================
--- trunk/security-jboss-sx/parent/pom.xml 2013-08-15 06:36:42 UTC (rev 440)
+++ trunk/security-jboss-sx/parent/pom.xml 2013-08-26 14:28:47 UTC (rev 441)
@@ -89,9 +89,9 @@
<repositories>
<repository>
<id>repository.jboss.org</id>
- <name>JBoss Repository</name>
+ <name>Developer Group Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: trunk/security-jboss-sx/pom.xml
===================================================================
--- trunk/security-jboss-sx/pom.xml 2013-08-15 06:36:42 UTC (rev 440)
+++ trunk/security-jboss-sx/pom.xml 2013-08-26 14:28:47 UTC (rev 441)
@@ -27,7 +27,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: trunk/security-spi/parent/pom.xml
===================================================================
--- trunk/security-spi/parent/pom.xml 2013-08-15 06:36:42 UTC (rev 440)
+++ trunk/security-spi/parent/pom.xml 2013-08-26 14:28:47 UTC (rev 441)
@@ -61,7 +61,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
More information about the jboss-cvs-commits
mailing list