Skip to content

Commit

Permalink
1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeliseiev-ua committed Mar 6, 2024
1 parent 76c019e commit 4e5087b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.jar
path: target/singlestore-jdbc-client-1.2.2.jar
- store_artifacts:
path: target/singlestore-jdbc-client-1.2.1-browser-sso-uber.jar
path: target/singlestore-jdbc-client-1.2.2-browser-sso-uber.jar
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
test_jdk:
parameters:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingleStore JDBC Driver

## Version: 1.2.1
## Version: 1.2.2

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 All @@ -18,7 +18,7 @@ The driver (jar) can be downloaded from maven :
<dependency>
<groupId>com.singlestore</groupId>
<artifactId>singlestore-jdbc-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

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.1</version>
<version>1.2.2</version>
<description>SingleStore JDBC Driver</description>
<url>https://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.1</tag>
<tag>singlestore-jdbc-client-1.2.2</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1)
* singlestore (1.2.2)
* mariadb (3.3.0)
* mysql (8.0.33)

Expand Down

0 comments on commit 4e5087b

Please sign in to comment.