File tree Expand file tree Collapse file tree 21 files changed +22
-21
lines changed
examples/org.eclipse.glsp.example.workflow
org.eclipse.glsp.server.emf
org.eclipse.glsp.server.websocket
org.eclipse.glsp.repository
org.eclipse.glsp.graph.test
org.eclipse.glsp.server.test Expand file tree Collapse file tree 21 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 11# Eclipse GLSP Server Changelog
22
3- ## v2.2.0 - active
3+ ## [ v2.2.1 - 22/07/2024 ] ( https://github.com/eclipse-glsp/glsp-server/releases/tag/v2.2.1 )
44
55### Changes
66
7+ - [ build] Restrict log4j version to 2.19.0 <= x <= 2.23.1 for maven [ #230 ] ( https://github.com/eclipse-glsp/glsp-server/pull/230 )
78- [ model] Allow definition of resize handle locations for ` GShapeElements ` [ #231 ] ( https://github.com/eclipse-glsp/glsp-server/pull/231 )
89- [ api] Improve extensibility of ` DefaultActionDispatcher ` [ #235 ] ( https://github.com/eclipse-glsp/glsp-server/pull/235 ) - Contributed on behalf of Axon Ivy AG
910
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : GLSP Workflow Example
44Bundle-SymbolicName : org.eclipse.glsp.example.workflow;singleton:=true
5- Bundle-Version : 2.2.0.qualifier
5+ Bundle-Version : 2.2.1
66Bundle-ClassPath : .
77Bundle-Vendor : Eclipse GLSP
88Bundle-Localization : plugin
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >org.eclipse.glsp</groupId >
1111 <artifactId >org.eclipse.glsp.parent</artifactId >
12- <version >2.2.0-SNAPSHOT </version >
12+ <version >2.2.1 </version >
1313 <relativePath >../../pom.xml</relativePath >
1414 </parent >
1515
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : GLSP Graph
44Bundle-SymbolicName : org.eclipse.glsp.graph;singleton:=true
5- Bundle-Version : 2.2.0.qualifier
5+ Bundle-Version : 2.2.1
66Bundle-Vendor : Eclipse GLSP
77Automatic-Module-Name : org.eclipse.glsp.graph
88Bundle-RequiredExecutionEnvironment : JavaSE-17
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.eclipse.glsp</groupId >
1010 <artifactId >org.eclipse.glsp.parent</artifactId >
11- <version >2.2.0-SNAPSHOT </version >
11+ <version >2.2.1 </version >
1212 <relativePath >../../pom.xml</relativePath >
1313 </parent >
1414
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : GLSP Layout
44Bundle-SymbolicName : org.eclipse.glsp.layout
5- Bundle-Version : 2.2.0.qualifier
5+ Bundle-Version : 2.2.1
66Bundle-Vendor : EclispeSource
77Automatic-Module-Name : org.eclipse.glsp.layout
88Bundle-RequiredExecutionEnvironment : JavaSE-17
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.eclipse.glsp</groupId >
1010 <artifactId >org.eclipse.glsp.parent</artifactId >
11- <version >2.2.0-SNAPSHOT </version >
11+ <version >2.2.1 </version >
1212 <relativePath >../../pom.xml</relativePath >
1313 </parent >
1414
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : GLSP Server EMF
44Bundle-SymbolicName : org.eclipse.glsp.server.emf;singleton:=true
5- Bundle-Version : 2.2.0.qualifier
5+ Bundle-Version : 2.2.1
66Bundle-ClassPath : .
77Bundle-Vendor : Eclipse GLSP
88Bundle-Localization : plugin
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >org.eclipse.glsp</groupId >
1111 <artifactId >org.eclipse.glsp.parent</artifactId >
12- <version >2.2.0-SNAPSHOT </version >
12+ <version >2.2.1 </version >
1313 <relativePath >../../pom.xml</relativePath >
1414 </parent >
1515
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : GLSP Server Websocket
44Bundle-SymbolicName : org.eclipse.glsp.server.websocket
5- Bundle-Version : 2.2.0.qualifier
5+ Bundle-Version : 2.2.1
66Bundle-Vendor : Eclipse GLSP
77Automatic-Module-Name : com.eclipsesource.glps.server.websocket
88Bundle-RequiredExecutionEnvironment : JavaSE-17
You can’t perform that action at this time.
0 commit comments