Skip to content

Commit

Permalink
Merge pull request #5 from cqframework/update_1.2.20
Browse files Browse the repository at this point in the history
Update info.cqframework libs to 1.2.20
  • Loading branch information
brynrhodes authored May 22, 2018
2 parents aaee414 + a50cb31 commit fa1ac9b
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.2.18-jar-with-dependencies.jar", "-d"]
CMD ["java", "-jar", "target/cqlTranslationServer-1.2.20-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:

Executed via the command line:

java -jar target/cqlTranslationServer-1.0-SNAPSHOT-jar-with-dependencies.jar
java -jar target/cqlTranslationServer-1.2.20-jar-with-dependencies.jar

Example usage via HTTP 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.2.18</version>
<version>1.2.20</version>
<name>cqlTranslationServer</name>

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

0 comments on commit fa1ac9b

Please sign in to comment.