Skip to content

Commit c27bc79

Browse files
authored
Update version to 3.7.0 (#89)
1 parent d82914d commit c27bc79

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opencds.cqf.cql.ls</groupId>
1515
<artifactId>cql-ls</artifactId>
16-
<version>3.7.0-SNAPSHOT</version>
16+
<version>3.7.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

debug/server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>3.7.0-SNAPSHOT</version>
15+
<version>3.7.0</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.opencds.cqf.cql.ls</groupId>
2222
<artifactId>cql-ls-core</artifactId>
23-
<version>3.7.0-SNAPSHOT</version>
23+
<version>3.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.eclipse.lsp4j</groupId>

debug/service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>3.7.0-SNAPSHOT</version>
15+
<version>3.7.0</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.opencds.cqf.cql.debug</groupId>
2222
<artifactId>cql-debug-server</artifactId>
23-
<version>3.7.0-SNAPSHOT</version>
23+
<version>3.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>

ls/server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opencds.cqf.cql.ls</groupId>
1515
<artifactId>cql-ls</artifactId>
16-
<version>3.7.0-SNAPSHOT</version>
16+
<version>3.7.0</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.opencds.cqf.cql.ls</groupId>
3333
<artifactId>cql-ls-core</artifactId>
34-
<version>3.7.0-SNAPSHOT</version>
34+
<version>3.7.0</version>
3535
</dependency>
3636

3737
<dependency>

ls/service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>3.7.0-SNAPSHOT</version>
15+
<version>3.7.0</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.opencds.cqf.cql.ls</groupId>
2222
<artifactId>cql-ls-server</artifactId>
23-
<version>3.7.0-SNAPSHOT</version>
23+
<version>3.7.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>

plugin/debug/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>3.7.0-SNAPSHOT</version>
15+
<version>3.7.0</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.opencds.cqf.cql.ls</groupId>
2222
<artifactId>cql-ls-server</artifactId>
23-
<version>3.7.0-SNAPSHOT</version>
23+
<version>3.7.0</version>
2424
<scope>provided</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.opencds.cqf.cql.debug</groupId>
2828
<artifactId>cql-debug-server</artifactId>
29-
<version>3.7.0-SNAPSHOT</version>
29+
<version>3.7.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.eclipse.lsp4j</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.opencds.cqf.cql.ls</groupId>
66
<artifactId>cql-ls</artifactId>
77
<packaging>pom</packaging>
8-
<version>3.7.0-SNAPSHOT</version>
8+
<version>3.7.0</version>
99

1010
<name>CQL Language Server</name>
1111
<description>A Language Server for CQL implementing the LSP</description>

0 commit comments

Comments
 (0)