Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upversion to 1.28.0 #2844

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jdt.ls.core;singleton:=true
Bundle-Version: 1.27.0.qualifier
Bundle-Version: 1.28.0.qualifier
Bundle-Activator: org.eclipse.jdt.ls.core.internal.JavaLanguageServerPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.filesystem/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.jdt.ls.filesystem;singleton:=true
Bundle-Name: %Bundle-Name
Bundle-Version: 1.27.0.qualifier
Bundle-Version: 1.28.0.qualifier
Export-Package: org.eclipse.jdt.ls.core.internal.filesystem;x-friends:="org.eclipse.jdt.ls.tests"
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.jdt.ls.core.internal.filesystem.JDTLSFilesystemActivator
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.filesystem</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.logback.appender/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jdt.ls.logback.appender;singleton:=true
Bundle-Version: 1.27.0.qualifier
Bundle-Version: 1.28.0.qualifier
Fragment-Host: ch.qos.logback.classic
Automatic-Module-Name: org.eclipse.jdt.ls.logback.appender
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.logback.appender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.logback.appender</artifactId>
<name>${base.name} :: Java LS Logback.appender</name>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.repository</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.tp</artifactId>
<name>${base.name} :: Target Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.tests.syntaxserver/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jdt.ls.tests.syntaxserver;singleton:=true
Bundle-Version: 1.27.0.qualifier
Bundle-Version: 1.28.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.tests.syntaxserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.tests.syntaxserver</artifactId>
<name>${base.name} :: SyntaxServer Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.jdt.ls.tests
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jdt.ls.tests;singleton:=true
Bundle-Version: 1.27.0.qualifier
Bundle-Version: 1.28.0.qualifier
Export-Package: org.eclipse.jdt.ls.core.internal;x-friends:="org.eclipse.jdt.ls.tests.syntaxserver"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.osgi.framework;version="1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.ls.tests</artifactId>
<name>${base.name} :: Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.eclipse.jdt.ls</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<license>
Expand Down