Skip to content

Commit

Permalink
bump 1.6.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jun 27, 2017
1 parent 842207c commit 2774a5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Tracker link <a href="https://jira.mariadb.org/projects/CONJ/issues/">https://ji

| Java version | driver compatible version |
|:------------:|:-------------------------:|
| 6 | up to 1.1.10 |
| 7 | up to 1.6.1 |
| 6 | < 2.0 version |
| 7 | < 2.0 version |
| 8 | all version |

The driver (jar) can be downloaded from [mariadb connector download](https://mariadb.com/products/connectors-plugins)
Expand All @@ -31,7 +31,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions documentation/changelog.creole
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
= Changelog
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#203|2.0.3]] Not released
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#202|2.0.2]] Released on 05 Jun. 2017
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#202|1.6.2]] Released on 27 Jun. 2017
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#161|1.6.1]] Released on 05 Jun. 2017
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#201|2.0.1]] Released on 10 May 2017
* [[https://github.com/MariaDB/mariadb-connector-j/documentation/changelog.creole#160|1.6.0]] Released on 10 May 2017
Expand All @@ -25,11 +24,12 @@
---

== 2.0.3
== 1.6.2
Bug
*[CONJ-473] when useServerPrepStmts is not set, the PREPARE statement must not be cached.
*[CONJ-494] Handle PrepareStatement.getParameterMetaData() if query cannot be PREPAREd
*[CONJ-497] escape string correction for big query
*[CONJ-498] add java 6 compatibility

== 1.6.1
report of 2.0.2 corrections for jre 1.7 compatible version.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<artifactId>mariadb-java-client</artifactId>
<packaging>jar</packaging>
<name>mariadb-java-client</name>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<description>JDBC driver for MariaDB and MySQL for java 6,7</description>
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>

Expand All @@ -72,7 +72,7 @@
<driver.version.major>1</driver.version.major>
<driver.version.minor>6</driver.version.minor>
<driver.version.patch>2</driver.version.patch>
<driver.version.qualifier>-SNAPSHOT</driver.version.qualifier>
<driver.version.qualifier></driver.version.qualifier>
</properties>

<licenses>
Expand Down

0 comments on commit 2774a5a

Please sign in to comment.