File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM maven:3.6-jdk-11
2
- ENV MAXWELL_VERSION=1.32 .0 KAFKA_VERSION=1.0.0
2
+ ENV MAXWELL_VERSION=1.33 .0 KAFKA_VERSION=1.0.0
3
3
4
4
RUN apt-get update \
5
5
&& apt-get -y upgrade \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the
9
9
benefits of event sourcing without having to re-architect your entire platform.
10
10
11
11
<b >Download:</b ><br >
12
- [ https://github.com/zendesk/maxwell/releases/download/v1.32 .0/maxwell-1.32 .0.tar.gz ] ( https://github.com/zendesk/maxwell/releases/download/v1.32 .0/maxwell-1.32 .0.tar.gz )
12
+ [ https://github.com/zendesk/maxwell/releases/download/v1.33 .0/maxwell-1.33 .0.tar.gz ] ( https://github.com/zendesk/maxwell/releases/download/v1.33 .0/maxwell-1.33 .0.tar.gz )
13
13
<br />
14
14
<b >Source:</b ><br >
15
15
[ https://github.com/zendesk/maxwell ] ( https://github.com/zendesk/maxwell )
Original file line number Diff line number Diff line change 1
1
# Download
2
2
***
3
- - Download binary distro: [ https://github.com/zendesk/maxwell/releases/download/v1.32 .0/maxwell-1.32 .0.tar.gz ] ( https://github.com/zendesk/maxwell/releases/download/v1.32 .0/maxwell-1.32 .0.tar.gz )
3
+ - Download binary distro: [ https://github.com/zendesk/maxwell/releases/download/v1.33 .0/maxwell-1.33 .0.tar.gz ] ( https://github.com/zendesk/maxwell/releases/download/v1.33 .0/maxwell-1.33 .0.tar.gz )
4
4
- Sources and bug tracking is available on github: [ https://github.com/zendesk/maxwell ] ( https://github.com/zendesk/maxwell )
5
5
6
6
** curl** :
7
7
```
8
- curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.32 .0/maxwell-1.32 .0.tar.gz \
8
+ curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.33 .0/maxwell-1.33 .0.tar.gz \
9
9
| tar zxvf -
10
- cd maxwell-1.32 .0
10
+ cd maxwell-1.33 .0
11
11
```
12
12
13
13
** docker** :
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.zendesk</groupId >
6
6
<artifactId >maxwell</artifactId >
7
- <version >1.32 .0</version >
7
+ <version >1.33 .0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >maxwell</name >
You can’t perform that action at this time.
0 commit comments