Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 07:43:28 +0000
committerMatthias Sohn2012-06-13 07:43:28 +0000
commit6094f45d5fb83dc84b1665ca7acffe9f8843bfe5 (patch)
tree3b641705964718d186789e9cf6fefb09c17025b3
parent133b78b4a43d2acc9e2a75e7188c887bf2e94bd5 (diff)
downloadegit-github-6094f45d5fb83dc84b1665ca7acffe9f8843bfe5.tar.gz
egit-github-6094f45d5fb83dc84b1665ca7acffe9f8843bfe5.tar.xz
egit-github-6094f45d5fb83dc84b1665ca7acffe9f8843bfe5.zip
Update build to use official Juno Orbit repository
Change-Id: I19b2245ff6f99b8918488e06ee1f8b276e50cd4b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6cc299ec..c5c0180e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<platform-version-name>indigo</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository</orbit-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-site>
<download-publish-path>/home/data/httpd/download.eclipse.org/egit/github/updates-nightly</download-publish-path>
</properties>

Back to the top