Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Jul 27, 2015
1 parent a6b891b commit 91d5524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.9.3/maxwell-0.9.3.tar.gz | tar zxvf -
RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.9.4/maxwell-0.9.4.tar.gz | tar zxvf -

WORKDIR /app/maxwell-0.9.3
WORKDIR /app/maxwell-0.9.4

ADD REVISION /

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.9.3/maxwell-0.9.3.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.9.4/maxwell-0.9.4.tar.gz \
| tar zxvf -
cd maxwell-0.9.3
```
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.9.3</version>
<version>0.9.4</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 91d5524

Please sign in to comment.