Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2013-11-14 22:38:51 +0000
committerMarkus Knauer2013-11-14 22:38:51 +0000
commit3aeac3ef8988aabc4bb92c606756228183349656 (patch)
treecf6ac5327f08274ce97e2f1f2e4eb31288dc4096 /pom.xml
parent72f4afcd5ed554cea779a1d4fafb36b31b1ed44b (diff)
downloadorg.eclipse.epp.packages-3aeac3ef8988aabc4bb92c606756228183349656.tar.gz
org.eclipse.epp.packages-3aeac3ef8988aabc4bb92c606756228183349656.tar.xz
org.eclipse.epp.packages-3aeac3ef8988aabc4bb92c606756228183349656.zip
Use staging repository in Tychon build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d4fc3d0f..7de3745f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<repository>
<id>eclipse</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/releases/luna</url>
+ <url>http://download.eclipse.org/releases/staging</url>
</repository>
</repositories>

Back to the top