Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Nov 8, 2021
1 parent 0a7df55 commit 61cabb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Upcoming Release

### 0.4.1

* 📅 Release Date: November 8th, 2021
* All changes: https://github.com/eclipse/lemminx-maven/compare/0.4.0...0.4.1

#### Support referencing other projects from workspaceFolders

Pom files can now reference pom files from other folders/projects by reacting to the workspaceFolders request. This allows more successful resolutions.

#### Improve plugin assistance

### 0.4.0

* 📅 Release Date: September 3rd, 2021
Expand All @@ -13,7 +24,10 @@ Update to newer version and APIs of LemMinX, so LemMinX-Maven 0.4.0 is compatibl

#### Fix resolution of plugins in pluginManagement

If a plugin is only defined in pluginManagement; it should now be properly resolved and no warning would be emitted, and completion and other documentation should be available.
If a plugin is only defined in pluginManagement; it should now be properly resolved and no warning would be emitted, and completion and other documentation should be available even if the desired plugin version can't be resolved, by using the most recent locally available version.

#### Updated dependencies


## Latest Release

Expand Down
2 changes: 1 addition & 1 deletion lemminx-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-maven</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<licenses>
<license>
Expand Down

0 comments on commit 61cabb5

Please sign in to comment.