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 2018/10/07 20:46:14 UTC

svn commit: r1843086 - /webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml

Author: veithen
Date: Sun Oct  7 20:46:14 2018
New Revision: 1843086

URL: http://svn.apache.org/viewvc?rev=1843086&view=rev
Log:
Update Eclipse version used by eclipse-tests.

Modified:
    webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml

Modified: webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml?rev=1843086&r1=1843085&r2=1843086&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/src/it/project/pom.xml Sun Oct  7 20:46:14 2018
@@ -34,11 +34,11 @@
         <repository>
             <id>kepler</id>
             <layout>p2</layout>
-            <!-- Note that http://download.eclipse.org/releases/kepler is a combined repository that
+            <!-- Note that http://download.eclipse.org/releases/xyz is a combined repository that
                  also contains the services releases. It is therefore not stable, i.e. its content
                  may change over time. To avoid that, we use the repository that contains the
                  original release artifacts. -->
-            <url>http://download.eclipse.org/releases/kepler/201306260900</url>
+            <url>http://download.eclipse.org/releases/oxygen/201712201001</url>
         </repository>
     </repositories>