Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
authorMarco Stornelli2020-03-21 14:46:27 +0000
committerJonah Graham2020-03-22 18:05:17 +0000
commitc2f51a8d234d261837d550e4372f7629efefb7d9 (patch)
tree5a81161e4d5c793407b9708c22d13f3b8fbc3ba6 /lsp
parentce109e81cc3813705ce71525b16b67d6c4904a1a (diff)
downloadorg.eclipse.cdt-c2f51a8d234d261837d550e4372f7629efefb7d9.tar.gz
org.eclipse.cdt-c2f51a8d234d261837d550e4372f7629efefb7d9.tar.xz
org.eclipse.cdt-c2f51a8d234d261837d550e4372f7629efefb7d9.zip
[releng] Bump CDT version to 9.12.0
org.eclipse.cdt.debug.gdbjtag is bumped because of Bug 561343 Change-Id: I6dac283b7e9093662f57ac5c804021c4201ad6f1
Diffstat (limited to 'lsp')
-rw-r--r--lsp/org.eclipse.cdt.lsp-feature/feature.xml2
-rw-r--r--lsp/org.eclipse.cdt.lsp.core.tests/pom.xml2
-rw-r--r--lsp/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/lsp/org.eclipse.cdt.lsp-feature/feature.xml b/lsp/org.eclipse.cdt.lsp-feature/feature.xml
index 274935dc15e..d98dbb4c406 100644
--- a/lsp/org.eclipse.cdt.lsp-feature/feature.xml
+++ b/lsp/org.eclipse.cdt.lsp-feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.cdt.lsp"
label="%featureName"
- version="9.11.0.qualifier"
+ version="9.12.0.qualifier"
provider-name="%featureProvider"
plugin="org.eclipse.cdt.lsp.ui"
license-feature="org.eclipse.license"
diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
index 39dbaa47102..d5a24467f1b 100644
--- a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
+++ b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.11.0-SNAPSHOT</version>
+ <version>9.12.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/lsp/pom.xml b/lsp/pom.xml
index 89896815e60..ee949f1bd6a 100644
--- a/lsp/pom.xml
+++ b/lsp/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.11.0-SNAPSHOT</version>
+ <version>9.12.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.lsp-parent</artifactId>

Back to the top