diff --git a/.circleci/config.yml b/.circleci/config.yml index 35823253c..2be45ce57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,9 +83,9 @@ jobs: path: target/surefire-reports - store_artifacts: # store the jar as an artifact # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ - path: target/singlestore-jdbc-client-1.2.4.jar + path: target/singlestore-jdbc-client-1.2.5.jar - store_artifacts: - path: target/singlestore-jdbc-client-1.2.4-browser-sso-uber.jar + path: target/singlestore-jdbc-client-1.2.5-browser-sso-uber.jar # See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples test_jdk: parameters: diff --git a/README.md b/README.md index 0ae05ad91..5e3c0f577 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SingleStore JDBC Driver -## Version: 1.2.4 +## Version: 1.2.5 SingleStore JDBC Driver is a JDBC 4.2 compatible driver, used to connect applications developed in Java to SingleStore and MySQL databases. SingleStore JDBC Driver is LGPL licensed. @@ -18,7 +18,7 @@ The driver (jar) can be downloaded from maven : com.singlestore singlestore-jdbc-client - 1.2.4 + 1.2.5 ``` diff --git a/pom.xml b/pom.xml index a0e4c0378..57021ef0a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ singlestore-jdbc-client jar singlestore-jdbc-client - 1.2.4 + 1.2.5 SingleStore JDBC Driver https://github.com/memsql/S2-JDBC-Connector @@ -56,7 +56,7 @@ git://git@github.com:memsql/S2-JDBC-Connector.git scm:git:git@github.com:memsql/S2-JDBC-Connector.git scm:git:git@github.com:memsql/S2-JDBC-Connector.git - singlestore-jdbc-client-1.2.4 + singlestore-jdbc-client-1.2.5 diff --git a/src/benchmark/README.md b/src/benchmark/README.md index 69e705d98..f33944266 100644 --- a/src/benchmark/README.md +++ b/src/benchmark/README.md @@ -27,7 +27,7 @@ java -DTEST_PORT=3307 -Duser.country=US -Duser.language=en -jar target/benchmark ### Test plan description **Drivers used for test execution:** -* singlestore (1.2.4) +* singlestore (1.2.5) * mariadb (3.3.0) * mysql (8.0.33)