[weld-commits] Weld SVN: r6633 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Jul 13 11:44:42 EDT 2010


Author: pete.muir at 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</url>
+         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
       </repository>
       <snapshotRepository>
          <id>oss.sonatype.org/jboss-snapshots</id>
          <name>Sonatype Nexus Snapshot Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
+         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
       </snapshotRepository>
    </distributionManagement>
 



More information about the weld-commits mailing list