diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-19 01:06:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-19 01:06:14 +0200 |
commit | 33ae23b8b9607e93e62280c47091624ef43d20eb (patch) | |
tree | ff279894927ab87f3c0f23a1de2c0514b6d8f5a9 /org.eclipse.jgit.packaging | |
parent | f3186974b66435561d434cac92a0e90d1418a130 (diff) | |
download | jgit-33ae23b8b9607e93e62280c47091624ef43d20eb.tar.gz jgit-33ae23b8b9607e93e62280c47091624ef43d20eb.zip |
Change default target platform for maven build to galileo
Starting with 0.9 we do no longer support ganymede.
http://dev.eclipse.org/mhonarc/lists/egit-dev/msg01277.html
Change-Id: Ibf40342f67d9706e86336748f15d10ea47278096
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index d2bd67f40f..7eb7d17734 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -60,7 +60,7 @@ <properties> <tycho-version>0.8.0</tycho-version> - <eclipse-site>http://download.eclipse.org/releases/ganymede</eclipse-site> + <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site> </properties> <modules> |