diff options
author | Marc Khouzam | 2015-05-04 17:58:07 +0000 |
---|---|---|
committer | Doug Schaefer | 2015-05-05 01:07:13 +0000 |
commit | e820f872ad5efbb59e4abd6a9883d6b36fc80a9e (patch) | |
tree | d2dd0ab5f272309f60e53ec48cca81ecf65efb28 /cross | |
parent | 8432a50e012e42b6208c5552e9d3a9b3ec55a83d (diff) | |
download | org.eclipse.cdt-e820f872ad5efbb59e4abd6a9883d6b36fc80a9e.tar.gz org.eclipse.cdt-e820f872ad5efbb59e4abd6a9883d6b36fc80a9e.tar.xz org.eclipse.cdt-e820f872ad5efbb59e4abd6a9883d6b36fc80a9e.zip |
Incremented CDT feature version to 8.7.0
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'cross')
7 files changed, 9 insertions, 9 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml index f3f97a1426b..cf748e0e284 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.build.crossgcc" label="%featureName" - version="8.6.0.qualifier" + version="8.7.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0" diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml index 47444ae4de5..3fcb3be50e7 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.eclipse.cdt.features</groupId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <artifactId>org.eclipse.cdt.build.crossgcc</artifactId> <packaging>eclipse-feature</packaging> </project> diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml index 2620b51cfbd..6739e4efecc 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.source" label="%featureName" - version="8.6.0.qualifier" + version="8.7.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/cross/org.eclipse.cdt.build.crossgcc/pom.xml b/cross/org.eclipse.cdt.build.crossgcc/pom.xml index c56c3fb4213..545411958a2 100644 --- a/cross/org.eclipse.cdt.build.crossgcc/pom.xml +++ b/cross/org.eclipse.cdt.build.crossgcc/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml index e674b155ca6..597372656da 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.launch.remote" label="%featureName" - version="8.6.0.qualifier" + version="8.7.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml index 2968f76870c..b0620e4f52b 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.eclipse.cdt.features</groupId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <artifactId>org.eclipse.cdt.launch.remote</artifactId> <packaging>eclipse-feature</packaging> </project> diff --git a/cross/org.eclipse.cdt.launch.remote/pom.xml b/cross/org.eclipse.cdt.launch.remote/pom.xml index be3284bef91..6ece8397efc 100644 --- a/cross/org.eclipse.cdt.launch.remote/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.6.0-SNAPSHOT</version> + <version>8.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |