Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-02-28 14:36:43 +0000
committerThanh Ha2013-02-28 14:36:43 +0000
commitd6e7c89e120aa1a3819c71f4648b64c5a01f2698 (patch)
treef3157b731b16e13c4cb5a94fe219f7fd6ff17f6e /eclipse-platform-parent/pom.xml
parent70568e084c78a1a82b373079f0d095bbb51e985d (diff)
downloadeclipse.platform.releng.aggregator-d6e7c89e120aa1a3819c71f4648b64c5a01f2698.tar.gz
eclipse.platform.releng.aggregator-d6e7c89e120aa1a3819c71f4648b64c5a01f2698.tar.xz
eclipse.platform.releng.aggregator-d6e7c89e120aa1a3819c71f4648b64c5a01f2698.zip
Bug 401708 - [CBI] Change repo Nexus URLs to follow Best Practices
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 5ba51ab7e..cf6184c03 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -29,11 +29,11 @@
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9milestones/base/S201212130932/</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.v20130129-050623</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>
<eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.3-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>

Back to the top