Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Oct 29, 2015
1 parent f6ff3f9 commit 228c102
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y openjdk-7-jre curl
RUN mkdir /app
WORKDIR /app

RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.12.0/maxwell-0.12.0.tar.gz | tar zxvf -
RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.13.0/maxwell-0.13.0.tar.gz | tar zxvf -
RUN mv maxwell-*/* .

ADD REVISION /
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ mysql> GRANT ALL on maxwell.* to 'maxwell'@'localhost';
You'll need a version 7 of a JVM.

```
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.12.0/maxwell-0.12.0.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.13.0/maxwell-0.13.0.tar.gz \
| tar zxvf -
cd maxwell-0.12.0
cd maxwell-0.13.0
```


Expand Down
6 changes: 3 additions & 3 deletions docs/site/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,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.12.0/maxwell-0.12.0.tar.gz \
<pre><code>curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.13.0/maxwell-0.13.0.tar.gz \
| tar zxvf -
cd maxwell-0.12.0
cd maxwell-0.13.0
</code></pre>

<h3 id="run-with-stdout-producer">Run with stdout producer</h3>
Expand Down Expand Up @@ -154,4 +154,4 @@ <h3 id="run-with-kafka-producer">Run with kafka producer</h3>
<script src="../js/prettify-1.0.min.js"></script>
<script src="../js/base.js"></script>
</body>
</html>
</html>
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.12.0</version>
<version>0.13.0</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 228c102

Please sign in to comment.