Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #719 from eclipse/cd_issue714
Browse files Browse the repository at this point in the history
[#714] consume lsp4j 0.4.0 final
  • Loading branch information
cdietrich authored Apr 26, 2018
2 parents 4978547 + 4e99055 commit 64be133
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext.versions = [
'xtext_bootstrap': '2.13.0',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '1.0.20',
'lsp4j': '0.4.0-SNAPSHOT',
'lsp4j': '0.4.0', // dont forget to adapt IdeProjectDescriptor + Tests
'log4j': '1.2.16',
'equinoxCommon' : '3.8.0',
'equinoxRegistry' : '3.6.100',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public PomFile pom() {
_builder.append("<artifactId>org.eclipse.lsp4j</artifactId>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("<version>0.4.0-SNAPSHOT</version>");
_builder.append("<version>0.4.0</version>");
_builder.newLine();
_builder.append("\t");
_builder.append("</dependency>");
Expand Down

0 comments on commit 64be133

Please sign in to comment.