File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
org.eclipse.cdt.lsp.clangd/META-INF
org.eclipse.cdt.lsp.doc/META-INF
org.eclipse.cdt.lsp/META-INF
examples/org.eclipse.cdt.lsp.examples.preferences/META-INF
features/org.eclipse.cdt.lsp.feature
releng/org.eclipse.cdt.lsp.repository Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.cdt.lsp.clangd
3
3
Bundle-ActivationPolicy : lazy
4
4
Bundle-ManifestVersion : 2
5
5
Bundle-SymbolicName : org.eclipse.cdt.lsp.clangd;singleton:=true
6
- Bundle-Version : 3.0.0 .qualifier
6
+ Bundle-Version : 3.0.100 .qualifier
7
7
Export-Package : org.eclipse.cdt.lsp.clangd
8
8
Import-Package : org.yaml.snakeyaml;version="1.27.0",
9
9
org.yaml.snakeyaml.error;version="1.27.0",
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %Bundle-Name
4
4
Bundle-SymbolicName : org.eclipse.cdt.lsp.doc;singleton:=true
5
- Bundle-Version : 3.0.0 .qualifier
5
+ Bundle-Version : 3.0.100 .qualifier
6
6
Bundle-Vendor : %Bundle-Vendor
7
7
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %Bundle-Name
4
4
Bundle-SymbolicName : org.eclipse.cdt.lsp;singleton:=true
5
- Bundle-Version : 3.0.0 .qualifier
5
+ Bundle-Version : 3.0.100 .qualifier
6
6
Export-Package : org.eclipse.cdt.lsp,
7
7
org.eclipse.cdt.lsp.config,
8
8
org.eclipse.cdt.lsp.editor,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Bundle-Name : %Bundle-Name
4
4
Bundle-SymbolicName : org.eclipse.cdt.lsp.examples.preferences;singleton:=true
5
5
Bundle-Vendor : %Bundle-Vendor
6
- Bundle-Version : 3.0.0 .qualifier
6
+ Bundle-Version : 3.0.100 .qualifier
7
7
Require-Bundle : org.eclipse.ui,
8
8
org.eclipse.core.runtime,
9
9
org.eclipse.cdt.lsp.clangd,
Original file line number Diff line number Diff line change 12
12
<feature
13
13
id =" org.eclipse.cdt.lsp.feature"
14
14
label =" %featureName"
15
- version =" 3.0 .0.qualifier"
15
+ version =" 3.1 .0.qualifier"
16
16
provider-name =" %providerName"
17
17
license-feature =" org.eclipse.license"
18
18
license-feature-version =" 0.0.0" >
Original file line number Diff line number Diff line change 14
14
<modelVersion >4.0.0</modelVersion >
15
15
<groupId >org.eclipse.cdt.lsp</groupId >
16
16
<artifactId >org.eclipse.cdt.lsp.root</artifactId >
17
- <version >2 .1.0-SNAPSHOT</version >
17
+ <version >3 .1.0-SNAPSHOT</version >
18
18
<packaging >pom</packaging >
19
19
20
20
<properties >
21
21
<tycho .version>4.0.8</tycho .version>
22
22
<cbi-plugins .version>1.4.3</cbi-plugins .version>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
<tycho .scmUrl>scm:git:https://github.com/eclipse-cdt/cdt-lsp</tycho .scmUrl>
25
- <comparator .repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-2 .0/cdt-lsp-2 .0.0/</comparator .repo>
26
- <api-baseline .repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-2 .0/cdt-lsp-2 .0.0/</api-baseline .repo>
25
+ <comparator .repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3 .0/cdt-lsp-3 .0.0/</comparator .repo>
26
+ <api-baseline .repo>https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3 .0/cdt-lsp-3 .0.0/</api-baseline .repo>
27
27
<api-baseline .repo.simrel>https://download.eclipse.org/releases/2024-06/</api-baseline .repo.simrel>
28
28
<!-- these parameters are to control baseline replace and compare. On a local build you want
29
29
to avoid baseline replace and compare, especially if you have different versions of Java than
Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.eclipse.cdt.lsp</groupId >
19
19
<artifactId >org.eclipse.cdt.lsp.root</artifactId >
20
- <version >2 .1.0-SNAPSHOT</version >
20
+ <version >3 .1.0-SNAPSHOT</version >
21
21
<relativePath >../../pom.xml</relativePath >
22
22
</parent >
23
23
24
- <version >2 .1.0-SNAPSHOT</version >
24
+ <version >3 .1.0-SNAPSHOT</version >
25
25
<artifactId >org.eclipse.cdt.lsp.repository</artifactId >
26
26
<packaging >eclipse-repository</packaging >
27
27
You can’t perform that action at this time.
0 commit comments