Skip to content

Commit

Permalink
Updated version to 1.2.7-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeliseiev-ua committed Dec 17, 2024
1 parent f02ed13 commit 7b6ccd4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.jar
path: target/singlestore-jdbc-client-1.2.7-beta0.jar
- store_artifacts:
path: target/singlestore-jdbc-client-1.2.6-browser-sso-uber.jar
path: target/singlestore-jdbc-client-1.2.7-beta0-browser-sso-uber.jar
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
test_jdk:
parameters:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

* [PLAT-7270] Fix DatabaseMetaData catalog condition.
* [PLAT-7262] Add log for cause exception on failure in JDBC failover mode
* [PLAT-7284] Add tests for SingleStore 8.9. Set SingleStoreDB test image to singlestoredb-dev.

## [1.2.6](https://github.com/memsql/S2-JDBC-Connector/releases/tag/v1.2.6)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingleStore JDBC Driver

## Version: 1.2.6
## Version: 1.2.7-beta0

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.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>singlestore-jdbc-client</artifactId>
<packaging>jar</packaging>
<name>singlestore-jdbc-client</name>
<version>1.2.6</version>
<version>1.2.7-beta0</version>
<description>SingleStore JDBC Driver</description>
<url>https://github.com/memsql/S2-JDBC-Connector</url>

Expand Down Expand Up @@ -56,7 +56,7 @@
<url>git://[email protected]:memsql/S2-JDBC-Connector.git</url>
<connection>scm:git:[email protected]:memsql/S2-JDBC-Connector.git</connection>
<developerConnection>scm:git:[email protected]:memsql/S2-JDBC-Connector.git</developerConnection>
<tag>singlestore-jdbc-client-1.2.6</tag>
<tag>singlestore-jdbc-client-1.2.7-beta0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 7b6ccd4

Please sign in to comment.