Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-02-23 12:20:42 +0000
committerSravan Kumar Lakkimsetti2017-02-23 12:20:42 +0000
commit3ca4b66a4129e64a8da890dafe2b62bd9f0b38cf (patch)
treef6f7efa7fc719ceb072b24ca251c20a60a4e81a6 /pom.xml
parentfef98d02bec727fd482d13fbb879c9dc70fb61c2 (diff)
downloadeclipse.platform.releng.aggregator-3ca4b66a4129e64a8da890dafe2b62bd9f0b38cf.tar.gz
eclipse.platform.releng.aggregator-3ca4b66a4129e64a8da890dafe2b62bd9f0b38cf.tar.xz
eclipse.platform.releng.aggregator-3ca4b66a4129e64a8da890dafe2b62bd9f0b38cf.zip
Bug 512100 - Move to tycho 1.1.0
Change-Id: I63568e7e7c9d7208ccbe0ac0e2ef62715ed67bfc Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d836dac5f..7685b027e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,12 @@
<!--Property used in parent pom which if defined disables activation of build-individual-bundles profile -->
<aggregatorBuild>true</aggregatorBuild>
</properties>
-
+ <pluginRepositories>
+ <pluginRepository>
+ <id>tycho-snapshots</id>
+ <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
+ </pluginRepository>
+ </pluginRepositories>
<modules>
<module>eclipse-platform-parent</module>

Back to the top