Skip to content

Commit

Permalink
0.9.0 last release before 1.0! maybe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Jun 18, 2015
1 parent b361e0c commit 35dff1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
5 changes: 3 additions & 2 deletions docs/site/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ <h3 id="row-based-replication">Row based replication</h3>
server-id=1
log-bin=master
binlog_format=row
binlog_checksum=NONE # if on mysql &gt; 5.6.6. we will support checksums at some point.
</code></pre>

<h3 id="grant-permissions">Grant permissions</h3>
Expand All @@ -108,9 +109,9 @@ <h3 id="grant-permissions">Grant permissions</h3>

<h3 id="install-maxwell">Install maxwell</h3>
<p>You'll need a version 7 of a JVM.</p>
<pre><code>curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.8.0/maxwell-0.8.0.tar.gz \
<pre><code>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
</code></pre>

<h3 id="run-with-stdout-producer">Run with stdout producer</h3>
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.8.1</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 35dff1a

Please sign in to comment.