From 35dff1af9fa66c1f544d54b1684dde1fc257622a Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Thu, 18 Jun 2015 15:40:48 -0700 Subject: [PATCH] 0.9.0 last release before 1.0! maybe. --- docs/docs/quickstart.md | 4 ++-- docs/site/quickstart/index.html | 5 +++-- pom.xml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 0f44a0c6a..e7c131182 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -25,9 +25,9 @@ mysql> GRANT SELECT, REPLICATION CLIENT, REPLICATION SLAVE on *.* to 'maxwell'@' You'll need a version 7 of a JVM. ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.8.1/maxwell-0.8.1.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.9.0/maxwell-0.9.0.tar.gz \ | tar zxvf - -cd maxwell-0.8.1 +cd maxwell-0.9.0 ``` diff --git a/docs/site/quickstart/index.html b/docs/site/quickstart/index.html index 0e2cd51d5..f8e2578ab 100644 --- a/docs/site/quickstart/index.html +++ b/docs/site/quickstart/index.html @@ -99,6 +99,7 @@

Row based replication

server-id=1 log-bin=master binlog_format=row +binlog_checksum=NONE # if on mysql > 5.6.6. we will support checksums at some point.

Grant permissions

@@ -108,9 +109,9 @@

Grant permissions

Install maxwell

You'll need a version 7 of a JVM.

-
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.8.0/maxwell-0.8.0.tar.gz \
+
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.9.0/maxwell-0.9.0.tar.gz \
        | tar zxvf -
-cd maxwell-0.8.0
+cd maxwell-0.9.0
 

Run with stdout producer

diff --git a/pom.xml b/pom.xml index 9b4b6504d..f3542124c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.8.1 + 0.9.0 jar maxwell