Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #545 from turkeylurkey/release-2.2
Browse files Browse the repository at this point in the history
Change the dependencies in pom
turkeylurkey authored Nov 25, 2024
2 parents 042918a + 2fe0ac5 commit 255e340
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<groupId>org.eclipse.lsp4jakarta</groupId>
<version>0.2.2</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e.core</artifactId>
<packaging>eclipse-plugin</packaging>
@@ -42,7 +42,7 @@
<artifactItem>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.ls</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<classifier>jar-with-dependencies</classifier>
</artifactItem>
</artifactItems>
4 changes: 2 additions & 2 deletions jakarta.ls/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.ls</artifactId>
<version>0.2.2</version>
<version>0.2.2-SNAPSHOT</version>
<name>Eclipse LSP4Jakarta Language Server</name>
<description>Eclipse LSP4Jakarta Language Server</description>
<organization>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.jdt.core</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
</dependencies>
<pluginRepositories>

0 comments on commit 255e340

Please sign in to comment.