From a29e38f46dc67dc7939334fced67e44d070be955 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 9 Sep 2019 15:23:53 -0400 Subject: [releng] Bump version number of docs plug-ins These docs plug-ins were having baselinereplace-p2-metadata. This is due to still having problems with the compare&replace logic. The root pom.xml lits index/* to exclude from compare, which means if the only thing that changes is the generate files, and not the source files, then the jar is a candidate for replace. In commit 3bab315fd23, the version of help-docs-eclipserun-repo was changed, which means that the generated output changes too. Change-Id: I7f73159776d209aadaa70587988652e125b60851 --- build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF | 2 +- build/org.eclipse.cdt.autotools.docs/pom.xml | 2 +- build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF | 2 +- build/org.eclipse.cdt.meson.docs/pom.xml | 2 +- pom.xml | 5 +++++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF index f8a1fdbcf36..b433ae0a887 100644 --- a/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true -Bundle-Version: 2.0.100.qualifier +Bundle-Version: 2.0.200.qualifier Bundle-Vendor: %provider Bundle-Localization: plugin Require-Bundle: org.eclipse.help, diff --git a/build/org.eclipse.cdt.autotools.docs/pom.xml b/build/org.eclipse.cdt.autotools.docs/pom.xml index 27a307dde24..a219b7c52dc 100644 --- a/build/org.eclipse.cdt.autotools.docs/pom.xml +++ b/build/org.eclipse.cdt.autotools.docs/pom.xml @@ -11,7 +11,7 @@ ../../pom.xml - 2.0.100-SNAPSHOT + 2.0.200-SNAPSHOT org.eclipse.cdt.autotools.docs eclipse-plugin diff --git a/build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF index 4a3f483c7ce..c2516b188d3 100644 --- a/build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true -Bundle-Version: 1.0.100.qualifier +Bundle-Version: 1.0.200.qualifier Bundle-Vendor: %provider Bundle-Localization: plugin Require-Bundle: org.eclipse.help, diff --git a/build/org.eclipse.cdt.meson.docs/pom.xml b/build/org.eclipse.cdt.meson.docs/pom.xml index 38e6f54c6fa..f911e6118aa 100644 --- a/build/org.eclipse.cdt.meson.docs/pom.xml +++ b/build/org.eclipse.cdt.meson.docs/pom.xml @@ -11,7 +11,7 @@ ../../pom.xml - 1.0.100-SNAPSHOT + 1.0.200-SNAPSHOT org.eclipse.cdt.meson.docs eclipse-plugin diff --git a/pom.xml b/pom.xml index cac072cc2c7..db11f6e3966 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,12 @@ ${project.basedir}/../../target/jacoco.exec 1.8 cdt + + http://download.eclipse.org/eclipse/updates/4.13-I-builds/ + + scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git -Xms256m -Xmx512m -ea https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ -- cgit v1.2.3