Skip to content

Commit 1af2dc7

Browse files
authored
Version 2.1.0 w/ Translator 2.10.0 (#37)
1 parent 760d394 commit 1af2dc7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ EXPOSE 8080
1919

2020
# execute it
2121
# CMD ["mvn", "exec:java"]
22-
CMD ["java", "-jar", "target/cqlTranslationServer-2.0.0.jar", "-d"]
22+
CMD ["java", "-jar", "target/cqlTranslationServer-2.1.0.jar", "-d"]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build:
88

99
Execute via the command line:
1010

11-
java -jar target/cqlTranslationServer-2.0.0.jar
11+
java -jar target/cqlTranslationServer-2.1.0.jar
1212

1313
_NOTE: The cqlTranslationServer jar assumes that all dependency jars are located in a `libs` directory relative to the jar's location. If you move the jar from the `target` directory, you will need to move the `target/libs` directory as well. This project no longer produces an "uber-jar", as the CQL-to-ELM classes do not function properly when repackaged into a single jar file._
1414

@@ -18,6 +18,7 @@ CQL Translation Service versions prior to version 2.0.0 always mirrored the CQL
1818

1919
| CQL Translation Service | CQL Tools |
2020
|-------------------------|-----------------------------------------|
21+
| 2.1.0 | 2.10.0 |
2122
| 2.0.0 | 2.7.0 |
2223
| 1.1.0-SNAPSHOT - 1.5.12 | Matches CQL Translation Service version |
2324
| 1.0.2 | 1.0.0 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.mitre.bonnie</groupId>
77
<artifactId>cqlTranslationServer</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.0.0</version>
9+
<version>2.1.0</version>
1010
<name>cqlTranslationServer</name>
1111

1212
<repositories>
@@ -175,7 +175,7 @@
175175
</build>
176176

177177
<properties>
178-
<cql.version>2.7.0</cql.version>
178+
<cql.version>2.10.0</cql.version>
179179
<jersey.version>2.39.1</jersey.version>
180180
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
181181
</properties>

0 commit comments

Comments
 (0)