File tree Expand file tree Collapse file tree 20 files changed +30
-30
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 20 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Workflow Example
4
4
Bundle-SymbolicName : org.eclipse.glsp.example.workflow;singleton:=true
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : Eclipse GLSP
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.eclipse.glsp</groupId >
11
11
<artifactId >org.eclipse.glsp.parent</artifactId >
12
- <version >1.1.0-SNAPSHOT </version >
12
+ <version >1.1.0.RC04 </version >
13
13
<relativePath >../../pom.xml</relativePath >
14
14
</parent >
15
15
51
51
<dependency >
52
52
<groupId >org.eclipse.glsp</groupId >
53
53
<artifactId >org.eclipse.glsp.server</artifactId >
54
- <version >1.1.0-SNAPSHOT </version >
54
+ <version >1.1.0.RC04 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.eclipse.glsp</groupId >
58
58
<artifactId >org.eclipse.glsp.server.websocket</artifactId >
59
- <version >1.1.0-SNAPSHOT </version >
59
+ <version >1.1.0.RC04 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.eclipse.glsp</groupId >
63
63
<artifactId >org.eclipse.glsp.layout</artifactId >
64
- <version >1.1.0-SNAPSHOT </version >
64
+ <version >1.1.0.RC04 </version >
65
65
</dependency >
66
66
<dependency >
67
67
<groupId >org.eclipse.elk</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Graph
4
4
Bundle-SymbolicName : org.eclipse.glsp.graph;singleton:=true
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-Vendor : Eclipse GLSP
7
7
Automatic-Module-Name : org.eclipse.glsp.graph
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-11
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.eclipse.glsp</groupId >
10
10
<artifactId >org.eclipse.glsp.parent</artifactId >
11
- <version >1.1.0-SNAPSHOT </version >
11
+ <version >1.1.0.RC04 </version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Layout
4
4
Bundle-SymbolicName : org.eclipse.glsp.layout
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-Vendor : EclispeSource
7
7
Automatic-Module-Name : org.eclipse.glsp.layout
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-11
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.eclipse.glsp</groupId >
10
10
<artifactId >org.eclipse.glsp.parent</artifactId >
11
- <version >1.1.0-SNAPSHOT </version >
11
+ <version >1.1.0.RC04 </version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
45
45
<dependency >
46
46
<groupId >org.eclipse.glsp</groupId >
47
47
<artifactId >org.eclipse.glsp.server</artifactId >
48
- <version >1.1.0-SNAPSHOT </version >
48
+ <version >1.1.0.RC04 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.eclipse.elk</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Server EMF
4
4
Bundle-SymbolicName : org.eclipse.glsp.server.emf;singleton:=true
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : Eclipse GLSP
8
8
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.eclipse.glsp</groupId >
11
11
<artifactId >org.eclipse.glsp.parent</artifactId >
12
- <version >1.1.0-SNAPSHOT </version >
12
+ <version >1.1.0.RC04 </version >
13
13
<relativePath >../../pom.xml</relativePath >
14
14
</parent >
15
15
46
46
<dependency >
47
47
<groupId >org.eclipse.glsp</groupId >
48
48
<artifactId >org.eclipse.glsp.server</artifactId >
49
- <version >1.1.0-SNAPSHOT </version >
49
+ <version >1.1.0.RC04 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.eclipse.glsp</groupId >
53
53
<artifactId >org.eclipse.glsp.graph</artifactId >
54
- <version >1.1.0-SNAPSHOT </version >
54
+ <version >1.1.0.RC04 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.google.inject</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Server Websocket
4
4
Bundle-SymbolicName : org.eclipse.glsp.server.websocket
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-Vendor : Eclipse GLSP
7
7
Automatic-Module-Name : com.eclipsesource.glps.server.websocket
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-11
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.eclipse.glsp</groupId >
10
10
<artifactId >org.eclipse.glsp.parent</artifactId >
11
- <version >1.1.0-SNAPSHOT </version >
11
+ <version >1.1.0.RC04 </version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
45
45
<dependency >
46
46
<groupId >org.eclipse.glsp</groupId >
47
47
<artifactId >org.eclipse.glsp.server</artifactId >
48
- <version >1.1.0-SNAPSHOT </version >
48
+ <version >1.1.0.RC04 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.eclipse.jetty.websocket</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : GLSP Server
4
4
Bundle-SymbolicName : org.eclipse.glsp.server
5
- Bundle-Version : 1.1.0.qualifier
5
+ Bundle-Version : 1.1.0.RC04
6
6
Bundle-Vendor : Eclipse GLSP
7
7
Automatic-Module-Name : org.eclipse.glsp.server
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-11
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.eclipse.glsp</groupId >
10
10
<artifactId >org.eclipse.glsp.parent</artifactId >
11
- <version >1.1.0-SNAPSHOT </version >
11
+ <version >1.1.0.RC04 </version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
65
65
<dependency >
66
66
<groupId >org.eclipse.glsp</groupId >
67
67
<artifactId >org.eclipse.glsp.graph</artifactId >
68
- <version >1.1.0-SNAPSHOT </version >
68
+ <version >1.1.0.RC04 </version >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >org.eclipse.lsp4j</groupId >
Original file line number Diff line number Diff line change 6
6
<groupId >org.eclipse.glsp</groupId >
7
7
<artifactId >org.eclipse.glsp.parent</artifactId >
8
8
<description >GLSP Parent pom </description >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0.RC04 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >GLSP Parent</name >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" org.eclipse.glsp.feature"
4
4
label =" GLSP SDK"
5
- version =" 1.1.0.qualifier "
5
+ version =" 1.1.0.RC04 "
6
6
provider-name =" Eclipse GLSP" >
7
7
8
8
<description url =" http://www.example.com/description" >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.eclipse.glsp</groupId >
6
6
<artifactId >org.eclipse.glsp.releng</artifactId >
7
- <version >1.1.0-SNAPSHOT </version >
7
+ <version >1.1.0.RC04 </version >
8
8
<relativePath >../</relativePath >
9
9
</parent >
10
10
<packaging >eclipse-feature</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.eclipse.glsp</groupId >
7
7
<artifactId >org.eclipse.glsp.releng</artifactId >
8
- <version >1.1.0-SNAPSHOT </version >
8
+ <version >1.1.0.RC04 </version >
9
9
<relativePath >../</relativePath >
10
10
</parent >
11
11
<artifactId >org.eclipse.glsp.repository</artifactId >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.eclipse.glsp</groupId >
14
14
<artifactId >org.eclipse.glsp.parent</artifactId >
15
- <version >1.1.0-SNAPSHOT </version >
15
+ <version >1.1.0.RC04 </version >
16
16
<relativePath >../pom.xml</relativePath >
17
17
</parent >
18
18
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.eclipse.glsp</groupId >
9
9
<artifactId >org.eclipse.glsp.parent</artifactId >
10
- <version >1.1.0-SNAPSHOT </version >
10
+ <version >1.1.0.RC04 </version >
11
11
<relativePath >../../pom.xml</relativePath >
12
12
</parent >
13
13
23
23
<dependency >
24
24
<groupId >org.eclipse.glsp</groupId >
25
25
<artifactId >org.eclipse.glsp.graph</artifactId >
26
- <version >1.1.0-SNAPSHOT </version >
26
+ <version >1.1.0.RC04 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.eclipse.glsp</groupId >
9
9
<artifactId >org.eclipse.glsp.parent</artifactId >
10
- <version >1.1.0-SNAPSHOT </version >
10
+ <version >1.1.0.RC04 </version >
11
11
<relativePath >../../pom.xml</relativePath >
12
12
</parent >
13
13
23
23
<dependency >
24
24
<groupId >org.eclipse.glsp</groupId >
25
25
<artifactId >org.eclipse.glsp.server</artifactId >
26
- <version >1.1.0-SNAPSHOT </version >
26
+ <version >1.1.0.RC04 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.eclipse.glsp</groupId >
14
14
<artifactId >org.eclipse.glsp.parent</artifactId >
15
- <version >1.1.0-SNAPSHOT </version >
15
+ <version >1.1.0.RC04 </version >
16
16
<relativePath >../pom.xml</relativePath >
17
17
</parent >
18
18
You can’t perform that action at this time.
0 commit comments