Author: pete.muir(a)jboss.org
Date: 2010-07-13 11:44:42 -0400 (Tue, 13 Jul 2010)
New Revision: 6633
Modified:
build/trunk/parent/pom.xml
Log:
new URL for snapshots, use https
Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml 2010-07-13 13:20:36 UTC (rev 6632)
+++ build/trunk/parent/pom.xml 2010-07-13 15:44:42 UTC (rev 6633)
@@ -746,12 +746,12 @@
<repository>
<
id>oss.sonatype.org/jboss-staging</id>
<name>Sonatype Nexus Maven Repository</name>
-
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
+
<
url>https://oss.sonatype.org/service/local/staging/deploy/maven2</u...
</repository>
<snapshotRepository>
<
id>oss.sonatype.org/jboss-snapshots</id>
<name>Sonatype Nexus Snapshot Repository</name>
-
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
+ <
url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>