Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-11-15 13:03:05 +0000
committerSravan Kumar Lakkimsetti2016-11-15 13:03:05 +0000
commitcfacefcda45e074d860672c37deb0f2d81adec05 (patch)
tree4e5b8812acf38ae8e9aa329bd9b7a41809961138 /eclipse-platform-parent/pom.xml
parent99ce8b19bc45ddb0ab1e14d7fe4c0609650c5aa5 (diff)
downloadeclipse.platform.releng.aggregator-cfacefcda45e074d860672c37deb0f2d81adec05.tar.gz
eclipse.platform.releng.aggregator-cfacefcda45e074d860672c37deb0f2d81adec05.tar.xz
eclipse.platform.releng.aggregator-cfacefcda45e074d860672c37deb0f2d81adec05.zip
Bug 507369 - jar signing requests stalled / took more than 2h
Change-Id: I222ae83fb08427e656232cfaa592f8f54d690955 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index ea15e6397..9f59a247d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -137,9 +137,7 @@
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>
- -->
+ <cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
<!--
@@ -210,15 +208,13 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <!-- comment out cbi snapshots, if not intending to use
- <pluginRepository>
+ <pluginRepository>
<id>cbi-snapshots</id>
<url>${cbi-snapshots-repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </pluginRepository>
- -->
+ </pluginRepository>
<pluginRepository>
<id>eclipse</id>
<url>${eclipse-repo.url}</url>

Back to the top