From ca4afe6379b19694aa8bac220cc233c64662f115 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Wed, 25 Mar 2015 10:42:03 -0700 Subject: [PATCH] v0.4.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f2a30d16..4722d1de5 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ mysql> GRANT ALL on maxwell.* to 'maxwell'@'%' identified by 'XXXXXX'; mysql> GRANT SELECT on *.* to 'maxwell'@'%'; mysql> GRANT REPLICATION CLIENT ON *.* TO 'maxwell'@'%; -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.1.3/maxwell-0.1.3.tar.gz | tar zxvf - -cd maxwell-0.1.3 +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.4.0/maxwell-0.4.0.tar.gz | tar zxvf - +cd maxwell-0.4.0 bin/maxwell --user='maxwell' --password='XXXXXX' --host='127.0.0.1' --producer=stdout ``` diff --git a/pom.xml b/pom.xml index 3e9045518..abfefcda7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.3.1 + 0.4.0 jar maxwell