File tree 8 files changed +8
-8
lines changed
org.eclipse.jdt.ls.product
org.eclipse.jdt.ls.repository
org.eclipse.jdt.ls.target
8 files changed +8
-8
lines changed 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.jdt.ls.core;singleton:=true
5
- Bundle-Version : 0.26 .0.qualifier
5
+ Bundle-Version : 0.27 .0.qualifier
6
6
Bundle-Activator : org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.eclipse.jdt.ls</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >0.26 .0-SNAPSHOT</version >
8
+ <version >0.27 .0-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >org.eclipse.jdt.ls.core</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <version >0.26 .0-SNAPSHOT</version >
7
+ <version >0.27 .0-SNAPSHOT</version >
8
8
<groupId >org.eclipse.jdt.ls</groupId >
9
9
<artifactId >parent</artifactId >
10
10
</parent >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.eclipse.jdt.ls</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >0.26 .0-SNAPSHOT</version >
7
+ <version >0.27 .0-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >org.eclipse.jdt.ls.repository</artifactId >
10
10
<packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.eclipse.jdt.ls</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >0.26 .0-SNAPSHOT</version >
7
+ <version >0.27 .0-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >org.eclipse.jdt.ls.tp</artifactId >
10
10
<name >${base.name} :: Target Platform</name >
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.jdt.ls.tests;singleton:=true
5
- Bundle-Version : 0.26 .0.qualifier
5
+ Bundle-Version : 0.27 .0.qualifier
6
6
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
7
7
Import-Package : org.osgi.framework;version="1.3.0"
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.eclipse.jdt.ls</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >0.26 .0-SNAPSHOT</version >
9
+ <version >0.27 .0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >org.eclipse.jdt.ls.tests</artifactId >
12
12
<name >${base.name} :: Tests</name >
Original file line number Diff line number Diff line change 6
6
<groupId >org.eclipse.jdt.ls</groupId >
7
7
<artifactId >parent</artifactId >
8
8
<name >${base.name} :: Parent</name >
9
- <version >0.26 .0-SNAPSHOT</version >
9
+ <version >0.27 .0-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
<properties >
12
12
<base .name>JDT Language Server</base .name>
You can’t perform that action at this time.
0 commit comments