Skip to content

Commit 75f0a45

Browse files
authored
Updated refs to latest 0.4.2 release
1 parent 5256c26 commit 75f0a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mysql-binlog-connector-java [![Build Status](https://travis-ci.org/shyiko/mysql-binlog-connector-java.svg?branch=master)](https://travis-ci.org/shyiko/mysql-binlog-connector-java) [![Coverage Status](https://coveralls.io/repos/shyiko/mysql-binlog-connector-java/badge.svg?branch=master)](https://coveralls.io/r/shyiko/mysql-binlog-connector-java?branch=master) [![Maven Central](http://img.shields.io/badge/maven_central-0.4.1-blue.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22mysql-binlog-connector-java%22)
1+
# mysql-binlog-connector-java [![Build Status](https://travis-ci.org/shyiko/mysql-binlog-connector-java.svg?branch=master)](https://travis-ci.org/shyiko/mysql-binlog-connector-java) [![Coverage Status](https://coveralls.io/repos/shyiko/mysql-binlog-connector-java/badge.svg?branch=master)](https://coveralls.io/r/shyiko/mysql-binlog-connector-java?branch=master) [![Maven Central](http://img.shields.io/badge/maven_central-0.4.2-blue.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22mysql-binlog-connector-java%22)
22

33
MySQL Binary Log connector.
44

@@ -28,7 +28,7 @@ Get the latest JAR(s) from [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3
2828
<dependency>
2929
<groupId>com.github.shyiko</groupId>
3030
<artifactId>mysql-binlog-connector-java</artifactId>
31-
<version>0.4.1</version>
31+
<version>0.4.2</version>
3232
</dependency>
3333
```
3434

@@ -115,7 +115,7 @@ mBeanServer.registerMBean(stats, statsObjectName);
115115

116116
#### Using SSL
117117

118-
> Introduced in 0.4.1.
118+
> Introduced in 0.4.0.
119119
120120
TLSv1.1 & TLSv1.2 require [JDK 7](http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916074)+.
121121
Prior to MySQL 5.7.10, MySQL supported only TLSv1

0 commit comments

Comments
 (0)