Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-02-28 14:36:43 +0000
committerThanh Ha2013-02-28 14:38:54 +0000
commit03aea82470306fda8f7add4f7fc4ce01387108fc (patch)
treec3ae3a0a4d7552826ec1439c77c08c1e90ba30c4
parent7b80162c8e0ed80512e2783da261cbbbe457b243 (diff)
downloadeclipse.platform.releng.aggregator-03aea82470306fda8f7add4f7fc4ce01387108fc.tar.gz
eclipse.platform.releng.aggregator-03aea82470306fda8f7add4f7fc4ce01387108fc.tar.xz
eclipse.platform.releng.aggregator-03aea82470306fda8f7add4f7fc4ce01387108fc.zip
Bug 401708 - [CBI] Change repo Nexus URLs to follow Best Practices
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 45dfca3f6..68041ce7d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -28,11 +28,11 @@
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.8milestones/</emf-repo.url>
<aspectj-repo.url>http://download.eclipse.org/tools/ajdt/aspectj/update</aspectj-repo.url>
<egit-repo.url>http://download.eclipse.org/egit/updates</egit-repo.url>
- <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
+ <tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
<cbi-jdt-version>3.9.0.v20121208-144805</cbi-jdt-version>
- <eclipse-repo.url>https://repo.eclipse.org/content/groups/releases/</eclipse-repo.url>
+ <eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
</properties>
<repositories>
<repository>

Back to the top