Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-01-26 06:47:47 +0000
committerAlexander Kurtakov2016-01-26 07:10:14 +0000
commit0c8a847f803165b1c837a8496a66c0761308dcdb (patch)
treeb01b9850b2270f131ac9a77ee62829a9f33e56f2 /pom.xml
parentcfb3a90e08477700e9913a5531b2e1d91d8b65c2 (diff)
downloadorg.eclipse.linuxtools-0c8a847f803165b1c837a8496a66c0761308dcdb.tar.gz
org.eclipse.linuxtools-0c8a847f803165b1c837a8496a66c0761308dcdb.tar.xz
org.eclipse.linuxtools-0c8a847f803165b1c837a8496a66c0761308dcdb.zip
releng: Tycho should use neon stream everywhere.
Generating apitools for bundles should happen with Neon stream. Change-Id: Ic1a9d11103b80bcc6755808a0c8d55f6fabfc747 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/65158 Tested-by: Hudson CI
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 8c3f62be16..4e9fc16a30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, Red Hat, Inc. and others
+ Copyright (C) 2011, 2016 Red Hat, Inc. and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
@@ -197,7 +197,7 @@
<repository>
<id>eclipse</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/releases/mars</url>
+ <url>http://download.eclipse.org/releases/neon</url>
</repository>
</repositories>
<!-- actuall indexer call -->

Back to the top