Skip to content

Commit

Permalink
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
  • Loading branch information
turkeylurkey authored Nov 25, 2024
2 parents 042918a + 2fe0ac5 commit 255e340
Show file tree
Hide file tree
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
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions jakarta.ls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 255e340

Please sign in to comment.