Skip to content

Commit

Permalink
Merge pull request #8 from areimus/master
Browse files Browse the repository at this point in the history
Update parent to latest confluen kafka-connect-parent
  • Loading branch information
areimus authored Nov 19, 2020
2 parents 527e8e3 + 3fe45bd commit 3e3856a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.jcustenborder.kafka.connect</groupId>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-parent</artifactId>
<version>2.4.0</version>
<version>4.1.0</version>
</parent>
<groupId>com.themeetgroup.kafka.connect</groupId>
<artifactId>kafka-connect-rabbitmq</artifactId>
Expand Down Expand Up @@ -54,6 +54,7 @@

<properties>
<rabbitmq.version>5.10.0</rabbitmq.version>
<mockito.version>3.3.0</mockito.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3e3856a

Please sign in to comment.