aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index a32a862d94..3c21e26b6f 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -60,6 +60,7 @@
<properties>
<tycho-version>0.6.0</tycho-version>
+ <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site>
</properties>
<modules>
@@ -71,7 +72,7 @@
<repository>
<id>galileo</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/releases/galileo</url>
+ <url>${eclipse-site}</url>
</repository>
</repositories>