Author: craigmcc Date: Sat Jan 20 17:26:08 2007 New Revision: 498231 URL: http://svn.apache.org/viewvc?view=rev&rev=498231 Log: Switch back to the regular java.net repository, as the non-https: version is having issues.
Modified: shale/framework/trunk/pom.xml Modified: shale/framework/trunk/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=498231&r1=498230&r2=498231 ============================================================================== --- shale/framework/trunk/pom.xml (original) +++ shale/framework/trunk/pom.xml Sat Jan 20 17:26:08 2007 @@ -58,11 +58,11 @@ </repository> <repository> <id>java.net</id> -<!-- <url>https://maven-repository.dev.java.net/nonav/repository</url> ---> <!-- Mirror of standard repository that uses http not https --> +<!-- <url>http://maven1.glassfishwiki.org</url> +--> <layout>legacy</layout> </repository> </repositories>