Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cqf-tooling

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.opencds.cqf/tooling/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.opencds.cqf/tooling) [![Build Status](https://www.travis-ci.com/cqframework/cqf-tooling.svg?branch=master)](https://www.travis-ci.com/cqframework/cqf-tooling) [![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.fhir.org/#narrow/stream/179220-cql)
[![Maven Central](https://maven-badges.sml.io/maven-central/org.opencds.cqf/tooling/badge.svg)](https://maven-badges.sml.io/maven-central/org.opencds.cqf/tooling) [![Build Status](https://www.travis-ci.com/cqframework/cqf-tooling.svg?branch=master)](https://www.travis-ci.com/cqframework/cqf-tooling) [![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.fhir.org/#narrow/stream/179220-cql)

Tooling for CQL and IG Authors

Expand Down Expand Up @@ -30,7 +30,7 @@ mvn exec:java \

Executable jars are produced by the CI system on Maven Central: [Download executable jar](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=org.opencds.cqf&a=tooling-cli&v=LATEST)

This can be run with `java -jar tooling-cli-2.0.0.jar -VsacXlsxToValueSetBatch`
This can be run with `java -jar tooling-cli-3.10.0.jar -VsacXlsxToValueSetBatch`

### Documentation
Various operation documentation can be found in the individual operation `README` files.
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</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 deletions tooling-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
</parent>

<artifactId>tooling-cli</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>CQF Tooling CLI</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions tooling-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
</parent>

<artifactId>tooling-ui</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>CQF Tooling UI</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
</parent>

<artifactId>tooling</artifactId>
<version>3.10.0</version>
<version>3.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>CQF Tooling Core</name>
Expand Down