File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# cqf-tooling
22
3- [ ![ 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 )
3+ [ ![ 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 )
44
55Tooling for CQL and IG Authors
66
@@ -30,7 +30,7 @@ mvn exec:java \
3030
3131Executable 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 )
3232
33- This can be run with ` java -jar tooling-cli-2.0 .0.jar -VsacXlsxToValueSetBatch `
33+ This can be run with ` java -jar tooling-cli-3.10 .0.jar -VsacXlsxToValueSetBatch `
3434
3535### Documentation
3636Various operation documentation can be found in the individual operation ` README ` files.
Original file line number Diff line number Diff line change 55
66 <groupId >org.opencds.cqf</groupId >
77 <artifactId >tooling-parent</artifactId >
8- <version >3.10.0 </version >
8+ <version >3.11.0-SNAPSHOT </version >
99
1010 <packaging >pom</packaging >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.opencds.cqf</groupId >
88 <artifactId >tooling-parent</artifactId >
9- <version >3.10.0 </version >
9+ <version >3.11.0-SNAPSHOT </version >
1010 </parent >
1111
1212 <artifactId >tooling-cli</artifactId >
13- <version >3.10.0 </version >
13+ <version >3.11.0-SNAPSHOT </version >
1414 <packaging >jar</packaging >
1515
1616 <name >CQF Tooling CLI</name >
2727 <dependency >
2828 <groupId >org.opencds.cqf</groupId >
2929 <artifactId >tooling</artifactId >
30- <version >3.10.0 </version >
30+ <version >3.11.0-SNAPSHOT </version >
3131 </dependency >
3232
3333 <dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.opencds.cqf</groupId >
88 <artifactId >tooling-parent</artifactId >
9- <version >3.10.0 </version >
9+ <version >3.11.0-SNAPSHOT </version >
1010 </parent >
1111
1212 <artifactId >tooling-ui</artifactId >
13- <version >3.10.0 </version >
13+ <version >3.11.0-SNAPSHOT </version >
1414 <packaging >jar</packaging >
1515
1616 <name >CQF Tooling UI</name >
2121 <dependency >
2222 <groupId >org.opencds.cqf</groupId >
2323 <artifactId >tooling</artifactId >
24- <version >3.10.0 </version >
24+ <version >3.11.0-SNAPSHOT </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.openjfx</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.opencds.cqf</groupId >
88 <artifactId >tooling-parent</artifactId >
9- <version >3.10.0 </version >
9+ <version >3.11.0-SNAPSHOT </version >
1010 </parent >
1111
1212 <artifactId >tooling</artifactId >
13- <version >3.10.0 </version >
13+ <version >3.11.0-SNAPSHOT </version >
1414 <packaging >jar</packaging >
1515
1616 <name >CQF Tooling Core</name >
You can’t perform that action at this time.
0 commit comments