Skip to content

Commit

Permalink
Upgrade to use Kafka 2.5.1 (#1)
Browse files Browse the repository at this point in the history
* Bump Kafka to 2.5.1

* Add in missing Guava dependency
  • Loading branch information
GordonCai authored Aug 13, 2020
1 parent 40c79ef commit 4085a41
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<parent>
<artifactId>instaclustr-connectors</artifactId>
<groupId>com.instaclustr.kafkaconnect</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
<relativePath>pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<version>0.1.2</version>
<version>0.1.3</version>

<dependencies>
<dependency>
<groupId>com.instaclustr.kafkaconnect</groupId>
<artifactId>instaclustr-s3-connector</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>com.instaclustr.kafkaconnect</groupId>
<artifactId>instaclustr-sla-connector</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.instaclustr.kafkaconnect</groupId>
<artifactId>instaclustr-connectors</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -16,7 +16,7 @@
</modules>

<properties>
<kafka.version>2.3.1</kafka.version>
<kafka.version>2.5.1</kafka.version>
<junit.version>4.13</junit.version>
<slf4j.version>1.7.12</slf4j.version>
</properties>
Expand Down
9 changes: 7 additions & 2 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>instaclustr-connectors</artifactId>
<groupId>com.instaclustr.kafkaconnect</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>instaclustr-s3-connector</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -29,6 +29,11 @@
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 2 additions & 2 deletions sla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>instaclustr-connectors</artifactId>
<groupId>com.instaclustr.kafkaconnect</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>instaclustr-sla-connector</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>jar</packaging>

<build>
Expand Down

0 comments on commit 4085a41

Please sign in to comment.