Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-10-28 14:11:10 +0000
committerThanh Ha2013-10-28 14:12:11 +0000
commit515c20c2434e723c1e69bc1a448f3c286dbcc440 (patch)
tree54406fadc34cd04d0b2321b248354890d8cdf80e
parent6518194578c794f0a920c1193490ca0fb42d07f8 (diff)
downloadeclipse.platform.releng.aggregator-515c20c2434e723c1e69bc1a448f3c286dbcc440.tar.gz
eclipse.platform.releng.aggregator-515c20c2434e723c1e69bc1a448f3c286dbcc440.tar.xz
eclipse.platform.releng.aggregator-515c20c2434e723c1e69bc1a448f3c286dbcc440.zip
Use released Tycho 0.19.0
- Revert Tycho staging URL back to Tycho regular repo Bug: 419030 Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 329f396f0..52ed83aa3 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -42,7 +42,7 @@
<!-- CBI provided common license feature. (bug 394793) -->
<license-repo.url>http://download.eclipse.org/cbi/updates/license/</license-repo.url>
- <tycho-repo.url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1004/</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>

Back to the top