Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-07-10 05:54:51 +0000
committerDavid Williams2015-07-10 05:54:51 +0000
commit20ba9c40cb6a5ab4a8d3ab40d7fc156964d4f933 (patch)
tree1c2b75ad50cbfe793bed1d83afc629b94d39c080 /eclipse-platform-parent/pom.xml
parent6b279612bdcf34752e2b5fa74383971106df3f73 (diff)
downloadeclipse.platform.releng.aggregator-20ba9c40cb6a5ab4a8d3ab40d7fc156964d4f933.tar.gz
eclipse.platform.releng.aggregator-20ba9c40cb6a5ab4a8d3ab40d7fc156964d4f933.tar.xz
eclipse.platform.releng.aggregator-20ba9c40cb6a5ab4a8d3ab40d7fc156964d4f933.zip
Bug 471835 - Build succeeds, even when "old" parent pom is referred to
May CBI release repo more specific.
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f3e88a534..c7912a757 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -128,7 +128,11 @@
-->
<tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged</tests.ignoredWarnings>
- <eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
+ <!--
+ repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.
+ See bug 471835.
+ -->
+ <eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url>
<!-- comment out snapshots repo, when not intending to use snapshots. releases come from "eclipse-repo.url"
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
-->

Back to the top