Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Mar 9, 2015
1 parent afca485 commit 1230e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2/maxwell-0.1.2.tar.gz | tar zxvf -
cd maxwell-0.1.2
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
bin/maxwell --user='maxwell' --password='XXXXXX' --host='127.0.0.1' --producer=stdout
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 1230e13

Please sign in to comment.