Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeliseiev-ua committed Nov 7, 2024
1 parent daf31f2 commit 2fb27e3
Show file tree
Hide file tree
Showing 3 changed files with 5 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-beta1.jar
path: target/singlestore-jdbc-client-1.2.6.jar
- store_artifacts:
path: target/singlestore-jdbc-client-1.2.6-beta1-browser-sso-uber.jar
path: target/singlestore-jdbc-client-1.2.6-browser-sso-uber.jar
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
test_jdk:
parameters:
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-beta1
## Version: 1.2.6

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-beta1</version>
<version>1.2.6</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-beta1</tag>
<tag>singlestore-jdbc-client-1.2.6</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 2fb27e3

Please sign in to comment.