Skip to content

Commit

Permalink
v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Sep 30, 2015
1 parent d35e971 commit 21efbf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10.0/maxwell-0.10.0.tar.gz | tar zxvf -
RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.11.4/maxwell-0.11.4.tar.gz | tar zxvf -

WORKDIR /app/maxwell-0.10.0
WORKDIR /app/maxwell-0.11.4

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.11.1/maxwell-0.11.1.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.11.4/maxwell-0.11.4.tar.gz \
| tar zxvf -
cd maxwell-0.11.1
cd maxwell-0.11.4
```


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.11.3</version>
<version>0.11.4</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 21efbf2

Please sign in to comment.