Skip to content

Commit

Permalink
Update translator to 1.5.12, engine to 1.5.10, evaluator to 1.4.7, ve… (
Browse files Browse the repository at this point in the history
#56)

Update translator to 1.5.12, engine to 1.5.10, evaluator to 1.4.7, version to 1.5.9
  • Loading branch information
brynrhodes authored Sep 29, 2022
1 parent 3a2d4ed commit fdc718f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-core</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.debug</groupId>
<artifactId>cql-debug-server</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-server</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.5.9</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.9-SNAPSHOT</version>
<version>1.5.9</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.cql.ls</groupId>
<artifactId>cql-ls-server</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.5.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.cql.debug</groupId>
<artifactId>cql-debug-server</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.5.9</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions 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.9-SNAPSHOT</version>
<version>1.5.9</version>

<name>CQL Language Server</name>
<description>A Language Server for CQL implementing the LSP</description>
Expand All @@ -16,10 +16,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson-2.version>2.5.0</jackson-2.version>
<jersey-2.version>2.10</jersey-2.version>
<cqframework.version>1.5.11</cqframework.version>
<cqframework.version>1.5.12</cqframework.version>
<hapi.version>5.6.3</hapi.version>
<cql-engine.version>1.5.9</cql-engine.version>
<cql-evaluator.version>1.4.6</cql-evaluator.version>
<cql-engine.version>1.5.10</cql-engine.version>
<cql-evaluator.version>1.4.7</cql-evaluator.version>
<auto-service.version>1.0</auto-service.version>
<slf4j.version>1.7.29</slf4j.version>
<spring.boot.version>2.7.2</spring.boot.version>
Expand Down

0 comments on commit fdc718f

Please sign in to comment.