diff --git a/Dockerfile b/Dockerfile index 1507f86..fd130ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # fetch basic image -FROM maven:3.9.0-eclipse-temurin-11 +FROM maven:3.9.5-eclipse-temurin-11 # application placed into /opt/app RUN mkdir -p /app @@ -19,4 +19,4 @@ EXPOSE 8080 # execute it # CMD ["mvn", "exec:java"] -CMD ["java", "-jar", "target/cqlTranslationServer-2.1.0.jar", "-d"] +CMD ["java", "-jar", "target/cqlTranslationServer-2.2.0.jar", "-d"] diff --git a/README.md b/README.md index a9acef8..a859ff5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build: Execute via the command line: - java -jar target/cqlTranslationServer-2.1.0.jar + java -jar target/cqlTranslationServer-2.2.0.jar _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._ @@ -18,6 +18,7 @@ CQL Translation Service versions prior to version 2.0.0 always mirrored the CQL | CQL Translation Service | CQL Tools | |-------------------------|-----------------------------------------| +| 2.2.0 | 2.11.0 | | 2.1.0 | 2.10.0 | | 2.0.0 | 2.7.0 | | 1.1.0-SNAPSHOT - 1.5.12 | Matches CQL Translation Service version | diff --git a/pom.xml b/pom.xml index c5ed286..4e34d8f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.mitre.bonnie cqlTranslationServer jar - 2.1.0 + 2.2.0 cqlTranslationServer @@ -59,7 +59,7 @@ org.jboss.resteasy resteasy-jaxrs - 3.12.1.Final + 3.15.6.Final junit @@ -110,7 +110,7 @@ commons-cli commons-cli - 1.5.0 + 1.6.0 @@ -175,8 +175,8 @@ - 2.10.0 - 2.39.1 + 2.11.0 + 2.41 UTF-8