You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/01/01 22:37:56 UTC

svn commit: r1648951 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Thu Jan  1 21:37:56 2015
New Revision: 1648951

URL: http://svn.apache.org/r1648951
Log:
Fix repository location.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1648951&r1=1648950&r2=1648951&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Thu Jan  1 21:37:56 2015
@@ -405,8 +405,8 @@
     </properties>
     <pluginRepositories>
         <pluginRepository>
-            <id>cloudbees-snapshot</id>
-            <url>http://repository-veithen.forge.cloudbees.com/snapshot/</url>
+            <id>veithen-github-mvn-repo</id>
+            <url>https://raw.github.com/veithen/mvn-repo/master/snapshots/</url>
             <releases>
                 <enabled>false</enabled>
             </releases>