Skip to content

Commit

Permalink
Merge pull request #16 from cqframework/update-1.3.19
Browse files Browse the repository at this point in the history
Update to cql-to-elm 1.3.19
  • Loading branch information
cmoesel authored Feb 12, 2020
2 parents 05c0f38 + 697cd2b commit 6568e2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ EXPOSE 8080

# execute it
# CMD ["mvn", "exec:java"]
CMD ["java", "-jar", "target/cqlTranslationServer-1.3.17-jar-with-dependencies.jar", "-d"]
CMD ["java", "-jar", "target/cqlTranslationServer-1.3.19-jar-with-dependencies.jar", "-d"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build:

Execute via the command line:

java -jar target/cqlTranslationServer-1.3.17-jar-with-dependencies.jar
java -jar target/cqlTranslationServer-1.3.19-jar-with-dependencies.jar

## Simple Request

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.mitre.bonnie</groupId>
<artifactId>cqlTranslationServer</artifactId>
<packaging>jar</packaging>
<version>1.3.17</version>
<version>1.3.19</version>
<name>cqlTranslationServer</name>

<repositories>
Expand Down Expand Up @@ -59,32 +59,32 @@
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>model</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql-to-elm</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>elm</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>quick</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>qdm</artifactId>
<version>1.3.17</version>
<version>1.3.19</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 6568e2c

Please sign in to comment.