Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Khouzam2016-01-18 18:01:47 +0000
committerMarc Khouzam2016-01-18 21:37:47 +0000
commitb7457367752946a5ba31672c8715204e8fac31da (patch)
treedca897d5b574519ae39c744e8586c5d256b0fc01 /build
parent28b1830acf942216ae99d4d167b6c3b2133aaec6 (diff)
downloadorg.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.tar.gz
org.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.tar.xz
org.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.zip
Incremented CDT features version to 9.0.0
This includes bumping the standalone debugger to 9.0.0 Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.autotools-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.autotools-feature/pom.xml4
-rw-r--r--build/org.eclipse.cdt.autotools.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.autotools.docs/pom.xml2
-rw-r--r--build/org.eclipse.cdt.autotools.source-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.autotools.source-feature/pom.xml4
-rw-r--r--build/org.eclipse.cdt.autotools.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.autotools.ui.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.autotools.ui/pom.xml2
-rw-r--r--build/org.eclipse.cdt.build.core.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.build.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.build.gcc.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.build.ui/pom.xml2
-rw-r--r--build/org.eclipse.cdt.cmake-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.cmake-feature/pom.xml4
-rw-r--r--build/org.eclipse.cdt.cmake.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.cmake.ui/pom.xml2
-rw-r--r--build/org.eclipse.cdt.gnu.build-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.gnu.build-feature/pom.xml2
-rw-r--r--build/org.eclipse.cdt.gnu.build.source-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.gnu.build.source-feature/pom.xml2
-rw-r--r--build/org.eclipse.cdt.make.core.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.make.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.make.ui.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.make.ui/pom.xml2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/pom.xml2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/pom.xml2
30 files changed, 33 insertions, 33 deletions
diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml
index 5c97cec3848..1a24d64c922 100644
--- a/build/org.eclipse.cdt.autotools-feature/feature.xml
+++ b/build/org.eclipse.cdt.autotools-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.autotools"
label="%featureName"
- version="8.8.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%provider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/build/org.eclipse.cdt.autotools-feature/pom.xml b/build/org.eclipse.cdt.autotools-feature/pom.xml
index d10f650b01d..f1caa494850 100644
--- a/build/org.eclipse.cdt.autotools-feature/pom.xml
+++ b/build/org.eclipse.cdt.autotools-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/build/org.eclipse.cdt.autotools.core/pom.xml b/build/org.eclipse.cdt.autotools.core/pom.xml
index 56525cade11..9ac0aeba8fd 100644
--- a/build/org.eclipse.cdt.autotools.core/pom.xml
+++ b/build/org.eclipse.cdt.autotools.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.autotools.docs/pom.xml b/build/org.eclipse.cdt.autotools.docs/pom.xml
index 0a9bf7938d8..e2d62fe67d0 100644
--- a/build/org.eclipse.cdt.autotools.docs/pom.xml
+++ b/build/org.eclipse.cdt.autotools.docs/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.autotools.source-feature/feature.xml b/build/org.eclipse.cdt.autotools.source-feature/feature.xml
index f4bbe0021fa..665a285ca73 100644
--- a/build/org.eclipse.cdt.autotools.source-feature/feature.xml
+++ b/build/org.eclipse.cdt.autotools.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.autotools.source"
label="%featureName"
- version="8.8.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%provider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/build/org.eclipse.cdt.autotools.source-feature/pom.xml b/build/org.eclipse.cdt.autotools.source-feature/pom.xml
index bbeffcb174c..145c6a08078 100644
--- a/build/org.eclipse.cdt.autotools.source-feature/pom.xml
+++ b/build/org.eclipse.cdt.autotools.source-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/build/org.eclipse.cdt.autotools.tests/pom.xml b/build/org.eclipse.cdt.autotools.tests/pom.xml
index 6667774f85d..b96a4c18120 100644
--- a/build/org.eclipse.cdt.autotools.tests/pom.xml
+++ b/build/org.eclipse.cdt.autotools.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.autotools.ui.tests/pom.xml b/build/org.eclipse.cdt.autotools.ui.tests/pom.xml
index a49e953e759..1424b3eacda 100644
--- a/build/org.eclipse.cdt.autotools.ui.tests/pom.xml
+++ b/build/org.eclipse.cdt.autotools.ui.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.autotools.ui/pom.xml b/build/org.eclipse.cdt.autotools.ui/pom.xml
index c8cdd68ccdf..6cdeca66907 100644
--- a/build/org.eclipse.cdt.autotools.ui/pom.xml
+++ b/build/org.eclipse.cdt.autotools.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.build.core.tests/pom.xml b/build/org.eclipse.cdt.build.core.tests/pom.xml
index 67dc3a9c38b..fc88ffaad8d 100644
--- a/build/org.eclipse.cdt.build.core.tests/pom.xml
+++ b/build/org.eclipse.cdt.build.core.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.build.core/pom.xml b/build/org.eclipse.cdt.build.core/pom.xml
index 2986e2ee86a..50aa65b6847 100644
--- a/build/org.eclipse.cdt.build.core/pom.xml
+++ b/build/org.eclipse.cdt.build.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.build.gcc.core/pom.xml b/build/org.eclipse.cdt.build.gcc.core/pom.xml
index ab26166ebc4..a7377f48695 100644
--- a/build/org.eclipse.cdt.build.gcc.core/pom.xml
+++ b/build/org.eclipse.cdt.build.gcc.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.build.ui/pom.xml b/build/org.eclipse.cdt.build.ui/pom.xml
index 2e2d7b43d53..4056f76adc7 100644
--- a/build/org.eclipse.cdt.build.ui/pom.xml
+++ b/build/org.eclipse.cdt.build.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.cmake-feature/feature.xml b/build/org.eclipse.cdt.cmake-feature/feature.xml
index faa10624dfb..a3ef7424aa4 100644
--- a/build/org.eclipse.cdt.cmake-feature/feature.xml
+++ b/build/org.eclipse.cdt.cmake-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.cmake"
label="%featureName"
- version="1.0.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/build/org.eclipse.cdt.cmake-feature/pom.xml b/build/org.eclipse.cdt.cmake-feature/pom.xml
index 661dbc01945..653e62d863a 100644
--- a/build/org.eclipse.cdt.cmake-feature/pom.xml
+++ b/build/org.eclipse.cdt.cmake-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.cmake</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/build/org.eclipse.cdt.cmake.core/pom.xml b/build/org.eclipse.cdt.cmake.core/pom.xml
index b8037822038..078b8d6347b 100644
--- a/build/org.eclipse.cdt.cmake.core/pom.xml
+++ b/build/org.eclipse.cdt.cmake.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.cmake.ui/pom.xml b/build/org.eclipse.cdt.cmake.ui/pom.xml
index 981d204f6bc..aef678a3fb6 100644
--- a/build/org.eclipse.cdt.cmake.ui/pom.xml
+++ b/build/org.eclipse.cdt.cmake.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.gnu.build-feature/feature.xml b/build/org.eclipse.cdt.gnu.build-feature/feature.xml
index 9ed97d90b61..e65c081819a 100644
--- a/build/org.eclipse.cdt.gnu.build-feature/feature.xml
+++ b/build/org.eclipse.cdt.gnu.build-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.gnu.build"
label="%featureName"
- version="8.8.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/build/org.eclipse.cdt.gnu.build-feature/pom.xml b/build/org.eclipse.cdt.gnu.build-feature/pom.xml
index f0fcc7892ad..62309d9c47b 100644
--- a/build/org.eclipse.cdt.gnu.build-feature/pom.xml
+++ b/build/org.eclipse.cdt.gnu.build-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.gnu.build.source-feature/feature.xml b/build/org.eclipse.cdt.gnu.build.source-feature/feature.xml
index 07076e3b605..a5b51f17b33 100644
--- a/build/org.eclipse.cdt.gnu.build.source-feature/feature.xml
+++ b/build/org.eclipse.cdt.gnu.build.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.gnu.build.source"
label="%featureName"
- version="8.8.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml b/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml
index 7f3c77b4a02..14699c1c743 100644
--- a/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml
+++ b/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.make.core.tests/pom.xml b/build/org.eclipse.cdt.make.core.tests/pom.xml
index 80222499400..f02e1a8a17e 100644
--- a/build/org.eclipse.cdt.make.core.tests/pom.xml
+++ b/build/org.eclipse.cdt.make.core.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.make.core/pom.xml b/build/org.eclipse.cdt.make.core/pom.xml
index 494f45e51b6..9642e53ef15 100644
--- a/build/org.eclipse.cdt.make.core/pom.xml
+++ b/build/org.eclipse.cdt.make.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.make.ui.tests/pom.xml b/build/org.eclipse.cdt.make.ui.tests/pom.xml
index cdbcfb69c0b..0a95af76af5 100644
--- a/build/org.eclipse.cdt.make.ui.tests/pom.xml
+++ b/build/org.eclipse.cdt.make.ui.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.make.ui/pom.xml b/build/org.eclipse.cdt.make.ui/pom.xml
index e561375b099..945a62c7d84 100644
--- a/build/org.eclipse.cdt.make.ui/pom.xml
+++ b/build/org.eclipse.cdt.make.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml b/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml
index 478e3150924..9931c0920d9 100644
--- a/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml
+++ b/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.managedbuilder.core/pom.xml b/build/org.eclipse.cdt.managedbuilder.core/pom.xml
index ef1bb3adf18..8d045f2a4e3 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/pom.xml
+++ b/build/org.eclipse.cdt.managedbuilder.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml
index ed3a6963ebf..affdebcca83 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml b/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml
index 47ce0b4f9f8..907075ca6a4 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml
+++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/pom.xml b/build/org.eclipse.cdt.managedbuilder.ui/pom.xml
index cbb813a5e68..c83822c00cf 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/pom.xml
+++ b/build/org.eclipse.cdt.managedbuilder.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.8.0-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top