Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-06-21 15:07:13 +0000
committerDavid Williams2013-06-21 15:07:13 +0000
commit89af67070ae28057d078455c486cd7511a453e76 (patch)
tree446bf0ca6201f1ec6c10388edead95ce98f0ff8e
parent8ef1dca9cd0a871f0d6e5968981b3c581b43bd47 (diff)
downloadeclipse.platform.releng.aggregator-89af67070ae28057d078455c486cd7511a453e76.tar.gz
eclipse.platform.releng.aggregator-89af67070ae28057d078455c486cd7511a453e76.tar.xz
eclipse.platform.releng.aggregator-89af67070ae28057d078455c486cd7511a453e76.zip
Bug 411257 - .api_description files in Kepler release do not contain
@noreference restrictions
-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 de8682c54..d5b8395df 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -613,7 +613,7 @@
<repository>
<id>eclipse</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/releases/juno</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/</url>
</repository>
</repositories>
<!-- this is to fix some lucene 3.x compatibility issue -->

Back to the top