Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-11 08:23:34 +0000
committerSravan Kumar Lakkimsetti2017-07-11 08:23:34 +0000
commit1bd4346931af452f850ce1a61513c53ec41225de (patch)
tree1174b3cf10bb8dae7da4515fe8c5e4d9addeb7dd /eclipse-platform-parent
parentdf5fae755b3180ce959ba036b2bc8654826e6e65 (diff)
downloadeclipse.platform.releng.aggregator-1bd4346931af452f850ce1a61513c53ec41225de.tar.gz
eclipse.platform.releng.aggregator-1bd4346931af452f850ce1a61513c53ec41225de.tar.xz
eclipse.platform.releng.aggregator-1bd4346931af452f850ce1a61513c53ec41225de.zip
Bug 519371 - Disable Maven debug output during build
Change-Id: I35796e2081372317fb3bf356f3d65e20063ccd7b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 98da55045..db438e663 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -81,7 +81,7 @@
<tycho-extras.version>0.26.0</tycho-extras.version>
-->
- <cbi-plugins.version>1.1.4</cbi-plugins.version>
+ <cbi-plugins.version>1.1.5-SNAPSHOT</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this

Back to the top