Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-08-08 13:00:07 +0000
committerAlexander Kurtakov2019-08-08 13:00:07 +0000
commit2deb21119463725d57a370af780fb8092ae1d8ba (patch)
tree9a41cc4c383f6a688ae971e0925b2af0f924b53a
parentc60a046bd1db7f9fefdc5d8c99ee041c8aba171a (diff)
downloadorg.eclipse.cdt-2deb21119463725d57a370af780fb8092ae1d8ba.tar.gz
org.eclipse.cdt-2deb21119463725d57a370af780fb8092ae1d8ba.tar.xz
org.eclipse.cdt-2deb21119463725d57a370af780fb8092ae1d8ba.zip
Build with CBI plugisn 1.1.7
Change-Id: I9579879757182af8354e7079169accf1b115c6f9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f4f81e223c1..fab0aa5407b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<required-maven-version>3.3.1</required-maven-version>
<tycho-version>1.4.0</tycho-version>
<tycho-extras-version>1.4.0</tycho-extras-version>
- <cbi-plugins.version>1.1.5</cbi-plugins.version>
+ <cbi-plugins.version>1.1.7</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
<simrel-site>https://download.eclipse.org/releases/2019-09</simrel-site>

Back to the top