Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-12-15 05:17:24 +0000
committerSravan Kumar Lakkimsetti2016-12-15 05:17:24 +0000
commit8cd5161b4f048f0f6517b20fb7df6d5395cbf100 (patch)
tree64753a1bbffb5a68925cda4fb07d44990e140226 /eclipse-platform-parent
parent1f5ae25b88ef70eaf9b177714d6ebbd902dfbfb2 (diff)
downloadeclipse.platform.releng.aggregator-8cd5161b4f048f0f6517b20fb7df6d5395cbf100.tar.gz
eclipse.platform.releng.aggregator-8cd5161b4f048f0f6517b20fb7df6d5395cbf100.tar.xz
eclipse.platform.releng.aggregator-8cd5161b4f048f0f6517b20fb7df6d5395cbf100.zip
Revert "Bug 484000 - Occasional Build failure due to "Could not determine installation size of file""
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index c257b1ffa..fe3adc2b4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -66,9 +66,13 @@
<releaseNumberSDK>4.7</releaseNumberSDK>
<releaseNumberPlatform>4.7</releaseNumberPlatform>
+ <!-- using snapshot, or locally built (forked) snapshot version for bug 461207 and bug 431116
+ <tycho.version>0.23.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>0.23.0-SNAPSHOT</tycho-extras.version>
+ -->
- <tycho.version>0.27.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>0.27.0-SNAPSHOT</tycho-extras.version>
+ <tycho.version>0.26.0</tycho.version>
+ <tycho-extras.version>0.26.0</tycho-extras.version>
<cbi-plugins.version>1.1.4-SNAPSHOT</cbi-plugins.version>
@@ -91,8 +95,10 @@
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.13.1/site.p2/</ecf-repo.url>
- <!-- using snapshot repo for Tycho 0.27.0-SNAPSHOT, such as for bug 461207 -->
- <tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
+ <!-- using snapshot repo for Tycho 0.23.0-SNAPSHOT, such as for bug 461207 -->
+ <!-- Does it hurt to always leave snapshot repo here? Even if not used?
+ <tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
+ -->
<!-- No need to specify sonatype URL for "Tycho". released versions available on maven central,
which is now mirrored to Eclipse.org.
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>
@@ -177,6 +183,7 @@
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1036/</url>
</pluginRepository>
-->
+<!--
No need to specify sonatype URL for "Tycho". released versions available on maven central,
which is now mirrored to Eclipse.org.
Only need if using snapshots.
@@ -190,7 +197,7 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
<enabled>true</enabled>
</snapshots>
</pluginRepository>
-
+ -->
<pluginRepository>
<id>cbi-jdt</id>
<url>${cbi-jdt-repo.url}</url>

Back to the top