Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-03-03 08:15:47 +0000
committerAlexander Kurtakov2018-03-03 08:15:47 +0000
commit23eb0c1ddc03b239506dbc125602e603e8c8e098 (patch)
tree38969f1ecbc1d824ee34cfeb9a5439e334547e37 /pom.xml
parente3b49aa8f7a3de5a102cf449789e6e044b3b7a79 (diff)
downloadeclipse.platform.releng.aggregator-23eb0c1ddc03b239506dbc125602e603e8c8e098.tar.gz
eclipse.platform.releng.aggregator-23eb0c1ddc03b239506dbc125602e603e8c8e098.tar.xz
eclipse.platform.releng.aggregator-23eb0c1ddc03b239506dbc125602e603e8c8e098.zip
Comment tycho snapshots repo.I20180303-0335
Build happens with released tycho version so no need for that. Should reduce the noise in logs and network issues. Change-Id: I1c5ff42f4f4ee70f8558d3bd9b17bd2d33ee10bb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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 8b9956ed8..91e74be6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@
<!--Property used in parent pom which if defined disables activation of build-individual-bundles profile -->
<aggregatorBuild>true</aggregatorBuild>
</properties>
- <pluginRepositories>
+ <!--pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
- </pluginRepositories>
+ </pluginRepositories-->
<modules>
<module>eclipse-platform-parent</module>

Back to the top