Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Mar 25, 2015
1 parent c2f6192 commit ca4afe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
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.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
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit ca4afe6

Please sign in to comment.