Skip to content

Commit

Permalink
Version bumps for CDT LSP 2.0.0 (#267)
Browse files Browse the repository at this point in the history
Part of #266
  • Loading branch information
ghentschke authored Feb 21, 2024
1 parent de6e9a5 commit 5c2a608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/org.eclipse.cdt.lsp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.lsp.feature"
label="%featureName"
version="1.1.0.qualifier"
version="2.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.cdt.lsp</groupId>
<artifactId>org.eclipse.cdt.lsp.root</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.cdt.lsp.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt.lsp</groupId>
<artifactId>org.eclipse.cdt.lsp.root</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>1.1.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.lsp.repository</artifactId>
<packaging>eclipse-repository</packaging>

Expand Down

0 comments on commit 5c2a608

Please sign in to comment.