Skip to content

Commit 4774ae7

Browse files
committed
Rev to 3.4.0
1 parent fb8cf1f commit 4774ae7

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.opencds.cqf.cql.ls</groupId>
1313
<artifactId>cql-ls</artifactId>
14-
<version>3.3.1</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<dependencies>

debug/server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<parent>
1212
<groupId>org.opencds.cqf.cql.ls</groupId>
1313
<artifactId>cql-ls</artifactId>
14-
<version>3.3.1</version>
14+
<version>3.4.0</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.cql.ls</groupId>
2121
<artifactId>cql-ls-core</artifactId>
22-
<version>3.3.1</version>
22+
<version>3.4.0</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.eclipse.lsp4j</groupId>

debug/service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.opencds.cqf.cql.ls</groupId>
1212
<artifactId>cql-ls</artifactId>
13-
<version>3.3.1</version>
13+
<version>3.4.0</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.opencds.cqf.cql.debug</groupId>
2020
<artifactId>cql-debug-server</artifactId>
21-
<version>3.3.1</version>
21+
<version>3.4.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.springframework.boot</groupId>

ls/server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.opencds.cqf.cql.ls</groupId>
1313
<artifactId>cql-ls</artifactId>
14-
<version>3.3.1</version>
14+
<version>3.4.0</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.opencds.cqf.cql.ls</groupId>
3131
<artifactId>cql-ls-core</artifactId>
32-
<version>3.3.1</version>
32+
<version>3.4.0</version>
3333
</dependency>
3434

3535
<dependency>

ls/service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<parent>
1010
<groupId>org.opencds.cqf.cql.ls</groupId>
1111
<artifactId>cql-ls</artifactId>
12-
<version>3.3.1</version>
12+
<version>3.4.0</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.opencds.cqf.cql.ls</groupId>
1919
<artifactId>cql-ls-server</artifactId>
20-
<version>3.3.1</version>
20+
<version>3.4.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>

plugin/debug/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
<parent>
1212
<groupId>org.opencds.cqf.cql.ls</groupId>
1313
<artifactId>cql-ls</artifactId>
14-
<version>3.3.1</version>
14+
<version>3.4.0</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.cql.ls</groupId>
2121
<artifactId>cql-ls-server</artifactId>
22-
<version>3.3.1</version>
22+
<version>3.4.0</version>
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.opencds.cqf.cql.debug</groupId>
2727
<artifactId>cql-debug-server</artifactId>
28-
<version>3.3.1</version>
28+
<version>3.4.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.eclipse.lsp4j</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.opencds.cqf.cql.ls</groupId>
77
<artifactId>cql-ls</artifactId>
88
<packaging>pom</packaging>
9-
<version>3.3.1</version>
9+
<version>3.4.0</version>
1010

1111
<name>CQL Language Server</name>
1212
<description>A Language Server for CQL implementing the LSP</description>
@@ -16,7 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<maven.compiler.release>11</maven.compiler.release>
19-
<cqf-fhir-cr.version>3.16.0</cqf-fhir-cr.version>
19+
<cqf-fhir-cr.version>3.18.0</cqf-fhir-cr.version>
2020
<auto-service.version>1.1.1</auto-service.version>
2121
<slf4j.version>1.7.36</slf4j.version>
2222
<spring.boot.version>2.7.18</spring.boot.version>

0 commit comments

Comments
 (0)