Skip to content

Commit 3e8f452

Browse files
brynrhodesBryn Rhodes
andauthored
Update version to 4.2.0-SNAPSHOT (#105)
Co-authored-by: Bryn Rhodes <bryn@alphora.com>
1 parent c63c356 commit 3e8f452

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.2.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

debug/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.2.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

debug/service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.2.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

ls/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.opencds.cqf.cql.ls</groupId>
1414
<artifactId>cql-ls</artifactId>
15-
<version>4.1.2-SNAPSHOT</version>
15+
<version>4.2.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

ls/service/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>4.1.2-SNAPSHOT</version>
14+
<version>4.2.0-SNAPSHOT</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

plugin/debug/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>4.1.2-SNAPSHOT</version>
14+
<version>4.2.0-SNAPSHOT</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

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>4.1.2-SNAPSHOT</version>
8+
<version>4.2.0-SNAPSHOT</version>
99

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

0 commit comments

Comments
 (0)