Skip to content

Commit

Permalink
Release version 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyno77 committed Aug 24, 2022
1 parent f8ea2d7 commit 1716257
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions debug/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-core</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions debug/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.debug</groupId>
<artifactId>cql-debug-server</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ls/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-core</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</dependency>

<!-- CQL-to-ELM Translator -->
Expand Down
4 changes: 2 additions & 2 deletions ls/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-server</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions plugin/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<parent>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-server</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.cql.debug</groupId>
<artifactId>cql-debug-server</artifactId>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls</artifactId>
<packaging>pom</packaging>
<version>1.5.8-SNAPSHOT</version>
<version>1.5.8</version>

<name>CQL Language Server</name>
<description>A Language Server for CQL implementing the LSP</description>
Expand Down

0 comments on commit 1716257

Please sign in to comment.