Skip to content

Commit 8fa4046

Browse files
authored
chore: Prepare for 0.21.2 (#726)
* chore: Update target platform * chore: Prepare for 0.21.2 --------- Signed-off-by: Sheng Chen <[email protected]>
1 parent 439f141 commit 8fa4046

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.21.2
8+
### Fixed
9+
- Improve the output of exporting jar tasks. [#699](https://github.com/microsoft/vscode-java-dependency/issues/699)
10+
- Open build tasks action is blocked. [#720](https://github.com/microsoft/vscode-java-dependency/issues/720)
11+
712
## 0.21.1
813
### Changed
914
- Scan two levels of directories for activation indicators. [PR#681](https://github.com/microsoft/vscode-java-dependency/pull/681)

jdtls.ext/com.microsoft.jdtls.ext.core/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: JDTLS EXT Core
44
Bundle-SymbolicName: com.microsoft.jdtls.ext.core;singleton:=true
5-
Bundle-Version: 0.21.1
5+
Bundle-Version: 0.21.2
66
Bundle-Activator: com.microsoft.jdtls.ext.core.JdtlsExtActivator
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Bundle-ActivationPolicy: lazy

jdtls.ext/com.microsoft.jdtls.ext.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.jdtls.ext</groupId>
77
<artifactId>jdtls-ext-parent</artifactId>
8-
<version>0.21.1</version>
8+
<version>0.21.2</version>
99
</parent>
1010
<artifactId>com.microsoft.jdtls.ext.core</artifactId>
1111
<packaging>eclipse-plugin</packaging>

jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
1515
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
1616
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
17-
<repository location="https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230215-0610"/>
17+
<repository location="https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300"/>
1818
</location>
1919
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2020
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>

jdtls.ext/com.microsoft.jdtls.ext.target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.jdtls.ext</groupId>
66
<artifactId>jdtls-ext-parent</artifactId>
7-
<version>0.21.1</version>
7+
<version>0.21.2</version>
88
</parent>
99
<artifactId>com.microsoft.jdtls.ext.tp</artifactId>
1010
<name>${base.name} :: Target Platform</name>

jdtls.ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.microsoft.jdtls.ext</groupId>
55
<artifactId>jdtls-ext-parent</artifactId>
66
<name>${base.name} :: Parent</name>
7-
<version>0.21.1</version>
7+
<version>0.21.2</version>
88
<packaging>pom</packaging>
99
<properties>
1010
<base.name>Java Project Manager</base.name>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-dependency",
33
"displayName": "Project Manager for Java",
44
"description": "%description%",
5-
"version": "0.21.1",
5+
"version": "0.21.2",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "5c642b22-e845-4400-badb-3f8509a70777",
@@ -48,7 +48,7 @@
4848
"main": "./main.js",
4949
"contributes": {
5050
"javaExtensions": [
51-
"./server/com.microsoft.jdtls.ext.core-0.21.1.jar"
51+
"./server/com.microsoft.jdtls.ext.core-0.21.2.jar"
5252
],
5353
"commands": [
5454
{

0 commit comments

Comments
 (0)