Skip to content

Commit 9f215ff

Browse files
committed
v2.7.1
1 parent 87992b3 commit 9f215ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.7.0.jar", "-d"]
22+
CMD ["java", "-jar", "target/cqlTranslationServer-2.7.1.jar", "-d"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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.7.0 | 3.22.0 |
21+
| 2.7.x | 3.22.0 |
2222
| 2.6.0 | 3.18.0 |
2323
| 2.5.0 | 3.15.0 |
2424
| 2.4.0 | 3.7.1 |

pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
9+
<version>2.7.1</version>
1010
<name>cqlTranslationServer</name>
1111

1212
<repositories>

0 commit comments

Comments
 (0)