You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/07/13 10:02:16 UTC

svn commit: r793480 - /synapse/trunk/java/modules/distribution/pom.xml

Author: veithen
Date: Mon Jul 13 08:02:16 2009
New Revision: 793480

URL: http://svn.apache.org/viewvc?rev=793480&view=rev
Log:
Switched Atlassian repository from HTTPS to HTTP. This makes it easier to build because Maven has problems to use the same proxy for HTTP and HTTPS.

Modified:
    synapse/trunk/java/modules/distribution/pom.xml

Modified: synapse/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution/pom.xml?rev=793480&r1=793479&r2=793480&view=diff
==============================================================================
--- synapse/trunk/java/modules/distribution/pom.xml (original)
+++ synapse/trunk/java/modules/distribution/pom.xml Mon Jul 13 08:02:16 2009
@@ -146,7 +146,7 @@
         <repository>
             <id>atlassian-developer-site</id>
             <name>Atlassian Maven 2 Contributor Repository</name>
-            <url>https://maven.atlassian.com/repository/public</url>
+            <url>http://maven.atlassian.com/repository/public</url>
             <releases>
                 <enabled>true</enabled>
             </releases>