Skip to content

Commit c7cdb01

Browse files
v2.7.0 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 007e9ab commit c7cdb01

19 files changed

Lines changed: 23 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eclipse GLSP Eclipse Integration Changelog
22

3-
## v2.7.0 - active
3+
## [v2.7.0 - 02/06/2026](https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.7.0)
44

55
### Changes
66

client/examples/workflow-webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-webapp",
3-
"version": "2.7.0-next",
3+
"version": "2.7.0",
44
"private": true,
55
"description": "GLSP-based webapp for the Workflow example",
66
"scripts": {
@@ -14,8 +14,8 @@
1414
"watch:tsc": "tsc -w"
1515
},
1616
"dependencies": {
17-
"@eclipse-glsp-examples/workflow-glsp": "next",
18-
"@eclipse-glsp/ide": "2.7.0-next"
17+
"@eclipse-glsp-examples/workflow-glsp": "2.7.0",
18+
"@eclipse-glsp/ide": "2.7.0"
1919
},
2020
"devDependencies": {
2121
"@vscode/codicons": "^0.0.25",

client/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7.0-next",
2+
"version": "2.7.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.7.0-next",
3+
"version": "2.7.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",
@@ -29,7 +29,7 @@
2929
"watch": "concurrently --kill-others -n tsc,webapp -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s app watch\""
3030
},
3131
"devDependencies": {
32-
"@eclipse-glsp/dev": "next",
32+
"@eclipse-glsp/dev": "2.7.0",
3333
"@types/node": "22.x",
3434
"copyfiles": "^2.4.1",
3535
"lerna": "^9.0.0",

client/packages/ide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/ide",
3-
"version": "2.7.0-next",
3+
"version": "2.7.0",
44
"description": "Glue code to integrate GLSP clients into Eclipse via a webapp",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -33,7 +33,7 @@
3333
"watch": "tsc -w"
3434
},
3535
"dependencies": {
36-
"@eclipse-glsp/client": "next"
36+
"@eclipse-glsp/client": "2.7.0"
3737
},
3838
"engines": {
3939
"yarn": "1.0.x || >=1.2.1"

server/example/org.eclipse.glsp.ide.workflow.editor/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: Workflow Editor
44
Bundle-SymbolicName: org.eclipse.glsp.ide.workflow.editor;singleton:=true
5-
Bundle-Version: 2.7.0.qualifier
5+
Bundle-Version: 2.7.0
66
Bundle-ClassPath: .
77
Bundle-Activator: org.eclipse.glsp.ide.workflow.editor.Activator
88
Bundle-Vendor: Eclipse GLSP

server/example/org.eclipse.glsp.ide.workflow.editor/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.ide</groupId>
1010
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
11-
<version>2.7.0-SNAPSHOT</version>
11+
<version>2.7.0</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: GLSP Editor Integration
44
Bundle-SymbolicName: org.eclipse.glsp.ide.editor;singleton:=true
55
Bundle-Activator: org.eclipse.glsp.ide.editor.ui.GLSPIdeEditorPlugin
66
Bundle-ActivationPolicy: lazy
7-
Bundle-Version: 2.7.0.qualifier
7+
Bundle-Version: 2.7.0
88
Bundle-Vendor: Eclipse GLSP
99
Automatic-Module-Name: com.eclipsesource.glsp.editor
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

server/plugins/org.eclipse.glsp.ide.editor/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.ide</groupId>
1010
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
11-
<version>2.7.0-SNAPSHOT</version>
11+
<version>2.7.0</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.eclipse.glsp.ide</groupId>
77
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
88
<description>GLSP Eclipse IDE Integration Parent pom </description>
9-
<version>2.7.0-SNAPSHOT</version>
9+
<version>2.7.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GLSP Eclipse IDE Integration Parent</name>

0 commit comments

Comments
 (0)