diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-04-16 14:47:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-10 00:48:59 +0200 |
commit | c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03 (patch) | |
tree | 7eaeb8e94b3e0282b9fc0f97c6175891fad2d368 | |
parent | d72a459f93e79f5e4187c8242ab6b4af513d27bf (diff) | |
download | jgit-c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03.tar.gz jgit-c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03.zip |
Update packaging project to build using Indigo platform
Change-Id: I4c07112a6723d90d3677761f5476af00ead58282
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 3330a3f94b..76bd53a00d 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -60,7 +60,7 @@ <properties> <tycho-version>0.12.0</tycho-version> - <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site> + <eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site> </properties> <modules> @@ -72,7 +72,7 @@ <repositories> <repository> - <id>ganymede</id> + <id>indigo</id> <layout>p2</layout> <url>${eclipse-site}</url> </repository> |