Skip to content

Commit 6de6b5d

Browse files
committed
bump 2.6.2 version
1 parent ca79fb3 commit 6de6b5d

File tree

4 files changed

+11
-22
lines changed

4 files changed

+11
-22
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [2.6.2](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.6.2) (23 Jul. 2020)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.6.1...2.6.2)
5+
6+
* CONJ-804 - Automatic charset correction
7+
* CONJ-809 - SelectResultSet's (ResultSet)MetaData always indicates all columns to be readonly
8+
* CONJ-802 - Version parsing depending on Classloader might result in connection Exception
9+
10+
311
## [2.6.1](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.6.1) (23 Jun. 2020)
412
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.6.0...2.6.1)
513

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ or maven :
2828
<dependency>
2929
<groupId>org.mariadb.jdbc</groupId>
3030
<artifactId>mariadb-java-client</artifactId>
31-
<version>2.6.1</version>
31+
<version>2.6.2</version>
3232
</dependency>
3333
```
3434

@@ -46,7 +46,7 @@ Development snapshot are available on sonatype nexus repository
4646
<dependency>
4747
<groupId>org.mariadb.jdbc</groupId>
4848
<artifactId>mariadb-java-client</artifactId>
49-
<version>2.6.2-SNAPSHOT</version>
49+
<version>2.6.3-SNAPSHOT</version>
5050
</dependency>
5151
</dependencies>
5252
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<artifactId>mariadb-java-client</artifactId>
6161
<packaging>jar</packaging>
6262
<name>mariadb-java-client</name>
63-
<version>2.6.2-SNAPSHOT</version>
63+
<version>2.6.2</version>
6464
<description>JDBC driver for MariaDB and MySQL</description>
6565
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>
6666

src/main/resources/mariadb.properties

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
#
2-
# MariaDB Client for Java
3-
#
4-
# Copyright (c) 2012-2014 Monty Program Ab.
5-
# Copyright (c) 2015-2020 MariaDB Corporation Ab.
6-
#
7-
# This library is free software; you can redistribute it and/or modify it under
8-
# the terms of the GNU Lesser General Public License as published by the Free
9-
# Software Foundation; either version 2.1 of the License, or (at your option)
10-
# any later version.
11-
#
12-
# This library is distributed in the hope that it will be useful, but
13-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15-
# for more details.
16-
#
17-
# You should have received a copy of the GNU Lesser General Public License along
18-
# with this library; if not, write to Monty Program Ab [email protected].
19-
#
201
version=${project.version}

0 commit comments

Comments
 (0)