Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-09-19 16:11:57 +0000
committerJeff Johnston2012-09-19 16:41:37 +0000
commit8787f085f7c0dbc6b290feae23d5a825dd5d1f2b (patch)
tree4de52e43823fa67f9cb8b8e1e4a8261c100937f8 /pom.xml
parentc2a8785bc4141ed9d52dce019e409bb7aa44aec8 (diff)
downloadorg.eclipse.linuxtools-8787f085f7c0dbc6b290feae23d5a825dd5d1f2b.tar.gz
org.eclipse.linuxtools-8787f085f7c0dbc6b290feae23d5a825dd5d1f2b.tar.xz
org.eclipse.linuxtools-8787f085f7c0dbc6b290feae23d5a825dd5d1f2b.zip
Point eclipse-site to Juno SR1 RC4 aggregation location.v1.1.1
Change-Id: I7ad93e30c2d4df2c97ad071d624df4e372316791 Reviewed-on: https://git.eclipse.org/r/7833 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 128e0173eb..ee23148bd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<tycho-version>0.15.0</tycho-version>
<tycho-extras-version>0.15.0</tycho-extras-version>
<platform-version-name>juno</platform-version-name>
- <eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
+ <eclipse-site>http://download.eclipse.org/releases/maintenance</eclipse-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository</orbit-site>
</properties>
@@ -117,7 +117,7 @@
</property>
</activation>
<properties>
- <eclipse-site>http://download.eclipse.org/releases/juno</eclipse-site>
+ <eclipse-site>http://download.eclipse.org/releases/maintenance</eclipse-site>
<platform-version>[4.2,)</platform-version>
<sdk-version>4.2</sdk-version>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/juno/milestones</cdt-site>

Back to the top