Skip to content

Commit b238a5e

Browse files
tortmayrMatthiasHofstaetter
authored andcommitted
Switch to 2.3.0-SNAPSHOT version
1 parent 76249b5 commit b238a5e

File tree

21 files changed

+26
-20
lines changed

21 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Eclipse GLSP Server Changelog
22

3+
## v2.3.0 - active
4+
5+
### Changes
6+
7+
### Potentially Breaking Changes
8+
39
## [v2.2.1 - 22/07/2024](https://github.com/eclipse-glsp/glsp-server/releases/tag/v2.2.1)
410

511
### Changes

examples/org.eclipse.glsp.example.workflow/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Workflow Example
44
Bundle-SymbolicName: org.eclipse.glsp.example.workflow;singleton:=true
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: Eclipse GLSP
88
Bundle-Localization: plugin

examples/org.eclipse.glsp.example.workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.eclipse.glsp</groupId>
1111
<artifactId>org.eclipse.glsp.parent</artifactId>
12-
<version>2.2.1</version>
12+
<version>2.3.0-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

plugins/org.eclipse.glsp.graph/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Graph
44
Bundle-SymbolicName: org.eclipse.glsp.graph;singleton:=true
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: Eclipse GLSP
77
Automatic-Module-Name: org.eclipse.glsp.graph
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

plugins/org.eclipse.glsp.graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp</groupId>
1010
<artifactId>org.eclipse.glsp.parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

plugins/org.eclipse.glsp.layout/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Layout
44
Bundle-SymbolicName: org.eclipse.glsp.layout
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: EclispeSource
77
Automatic-Module-Name: org.eclipse.glsp.layout
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

plugins/org.eclipse.glsp.layout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp</groupId>
1010
<artifactId>org.eclipse.glsp.parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

plugins/org.eclipse.glsp.server.emf/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Server EMF
44
Bundle-SymbolicName: org.eclipse.glsp.server.emf;singleton:=true
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: Eclipse GLSP
88
Bundle-Localization: plugin

plugins/org.eclipse.glsp.server.emf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.eclipse.glsp</groupId>
1111
<artifactId>org.eclipse.glsp.parent</artifactId>
12-
<version>2.2.1</version>
12+
<version>2.3.0-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

plugins/org.eclipse.glsp.server.websocket/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Server Websocket
44
Bundle-SymbolicName: org.eclipse.glsp.server.websocket
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0.qualifier
66
Bundle-Vendor: Eclipse GLSP
77
Automatic-Module-Name: com.eclipsesource.glps.server.websocket
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)