Skip to content

Commit

Permalink
Upversion to 1.38.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
  • Loading branch information
rgrunber committed Jun 28, 2024
1 parent 2a75b11 commit b363a86
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.37.0.qualifier
Bundle-Version: 1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0.qualifier
Bundle-Version: 1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0.qualifier
Bundle-Version: 1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0.qualifier
Bundle-Version: 1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0.qualifier
Bundle-Version: 1.38.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.37.0-SNAPSHOT</version>
<version>1.38.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.37.0-SNAPSHOT</version>
<version>1.38.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<license>
Expand Down

0 comments on commit b363a86

Please sign in to comment.