changeset 253:beb978ab0a6f

Use non-SSL repository link for the sonatype-snapshots repo. Reviewed-by: Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-April/000953.html
author Roman Kennke <rkennke@redhat.com>
date Fri, 20 Apr 2012 16:23:14 +0200
parents e2de019ff8d5
children ab5866e620c5
files client/pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/pom.xml	Thu Apr 19 21:19:06 2012 +0200
+++ b/client/pom.xml	Fri Apr 20 16:23:14 2012 +0200
@@ -99,7 +99,7 @@
       </snapshots>
       <id>sonatype-snapshots</id>
       <name>Sonatype Snapshots</name>
-      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+      <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
       <layout>default</layout>
     </repository>
   </repositories>