Skip to content

Commit

Permalink
Decorrelate server version from eclipse plugin #63
Browse files Browse the repository at this point in the history
and upgrade to latest server version

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jan 15, 2019
1 parent ac42eee commit 3b47b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com.github.camel-tooling.lsp.eclipse.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<packaging>eclipse-plugin</packaging>

<properties>
<camel-lsp-server-version>1.1.0-SNAPSHOT</camel-lsp-server-version>
<tycho-version>0.26.0</tycho-version>
</properties>

Expand Down Expand Up @@ -46,7 +47,7 @@
<artifactItem>
<groupId>com.github.camel-tooling</groupId>
<artifactId>camel-lsp-server</artifactId>
<version>${project.version}</version>
<version>${camel-lsp-server-version}</version>
</artifactItem>
</artifactItems>
<useBaseVersion>true</useBaseVersion>
Expand Down

0 comments on commit 3b47b23

Please sign in to comment.