Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml2
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml2
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/feature.xml2
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/pom.xml2
-rw-r--r--cross/org.eclipse.cdt.launch.serial-feature/feature.xml2
-rw-r--r--cross/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
index aeea59dcc32..78045faf3ac 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="9.10.0.qualifier"
+ version="9.11.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.crossgcc"
license-feature="org.eclipse.license"
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
index 4be216954f7..08eb0cbe8a1 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.10.0-SNAPSHOT</version>
+ <version>9.11.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 2852619b94b..f7e4eaf26af 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="9.10.0.qualifier"
+ version="9.11.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 f23120e4d3c..76f22f4b662 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml
+++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.10.0-SNAPSHOT</version>
+ <version>9.11.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
index 52133fcf4a8..33092673c54 100644
--- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
+++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.launch.serial.feature"
label="%featureName"
- version="9.10.0.qualifier"
+ version="9.11.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/cross/pom.xml b/cross/pom.xml
index ec598f37634..d1d8efe7482 100644
--- a/cross/pom.xml
+++ b/cross/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.10.0-SNAPSHOT</version>
+ <version>9.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.cross-parent</artifactId>

Back to the top