Skip to content

Commit

Permalink
Prepare for 0.20.0 release
Browse files Browse the repository at this point in the history
Part of #685
  • Loading branch information
jonahgraham committed Feb 16, 2023
1 parent 9c8a31f commit aa91790
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,13 +1,21 @@
## LSP4J Change Log

### v0.20.0 (TBD)
### v0.21.0 (TBD)

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/27?closed=1>
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/28?closed=1>

Breaking API changes:

Nightly japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>

### [v0.20.0 (February 2023)](https://github.com/eclipse/lsp4j/releases/tag/v0.20.0)

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/27?closed=1>

Breaking API changes:

japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.20.0/japicmp-report/>

### [v0.19.0 (November 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.19.0)

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/26?closed=1>
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported LSP Versions

* LSP4J 0.20.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.21.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.20.&ast; &rarr; LSP 3.17.0
* LSP4J 0.19.&ast; &rarr; LSP 3.17.0
* LSP4J 0.18.&ast; &rarr; LSP 3.17.0
* LSP4J 0.17.&ast; &rarr; LSP 3.17.0
Expand All @@ -57,7 +58,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported DAP Versions

* LSP4J 0.20.&ast; _(Next release)_ &rarr; DAP 1.58.0
* LSP4J 0.21.&ast; _(Next release)_ &rarr; DAP 1.58.0
* LSP4J 0.20.&ast; &rarr; DAP 1.58.0
* LSP4J 0.19.&ast; &rarr; DAP 1.58.0
* LSP4J 0.18.&ast; &rarr; DAP 1.58.0
* LSP4J 0.17.&ast; &rarr; DAP 1.58.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Expand Up @@ -10,7 +10,7 @@
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
******************************************************************************/

version = '0.20.0-SNAPSHOT'
version = '0.20.0'

ext.versions = [
'xtend_lib': '2.28.0',
Expand Down
2 changes: 1 addition & 1 deletion releng/build.Jenkinsfile
Expand Up @@ -73,7 +73,7 @@ pipeline {
// XXX: Can release vs snapshot be detected automatically so that
// the following line does not have to be commented/uncommented
// on each change to/from SNAPSHOT?
sh './releng/deploy-build.sh'
// sh './releng/deploy-build.sh'
}
}
}
Expand Down
28 changes: 14 additions & 14 deletions releng/pom.xml
Expand Up @@ -29,29 +29,29 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<exclusions>
<exclusion>
<groupId>com.google</groupId>
Expand All @@ -62,51 +62,51 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.generator</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket.jakarta</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit aa91790

Please sign in to comment.