Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-24 14:17:30 +0000
committerAlexander Kurtakov2018-04-24 15:31:56 +0000
commitb9bac6912eda89d6b9a6f482818fb63c90dcf5fb (patch)
tree1294e93bc7f21ff076366520aff9d958cec0a99d /build
parent60d95da97b7b654d6346efd190aaef5211fc57ea (diff)
downloadorg.eclipse.cdt-b9bac6912eda89d6b9a6f482818fb63c90dcf5fb.tar.gz
org.eclipse.cdt-b9bac6912eda89d6b9a6f482818fb63c90dcf5fb.tar.xz
org.eclipse.cdt-b9bac6912eda89d6b9a6f482818fb63c90dcf5fb.zip
Update build machinery.
Move to latest CBI plugins 1.1.5. Use mylyn docs 3.0.24 in autotools docs generation. Change-Id: I077afde458c654e40db44bec77b3049efe9715af Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.autotools.docs/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/pom.xml b/build/org.eclipse.cdt.autotools.docs/pom.xml
index cd8b0310b1f..aeaba55bd78 100644
--- a/build/org.eclipse.cdt.autotools.docs/pom.xml
+++ b/build/org.eclipse.cdt.autotools.docs/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>org.eclipse.mylyn.wikitext.mediawiki.ant</artifactId>
- <version>3.0.23</version>
+ <version>3.0.24</version>
</dependency>
</dependencies>
</plugin>

Back to the top