Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into 1.1-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdncrwd committed Dec 14, 2021
2 parents c2d11e4 + 2727590 commit 8e6fe33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.humio.kafka.connect.hec</groupId>
<artifactId>kafka-connect-hec-sink</artifactId>
<version>1.1</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>kafka-connect-hec-sink</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<jacoco.plugin.version>0.8.3</jacoco.plugin.version>
<codacy.plugin.version>1.1.0</codacy.plugin.version>
<yaml.beans.version>1.13</yaml.beans.version>
<testcontainers.version>1.11.1</testcontainers.version>
<testcontainers.version>1.16.2</testcontainers.version>
<avro.version>1.8.2</avro.version>
<confluent.serializer.version>5.2.0</confluent.serializer.version>
<confluent.connect.plugin.version>0.11.1</confluent.connect.plugin.version>
Expand All @@ -48,7 +48,7 @@
<repositories>
<repository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>

Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.14.0</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
ports:
- "18083:18083"
volumes:
- ../../../../target/kafka-connect-hec-sink-1.1-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.1-jar-with-dependencies.jar
- ../../../../target/kafka-connect-hec-sink-1.1.1-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
environment:
CONNECT_BOOTSTRAP_SERVERS: 'kafkabroker:19092'
CONNECT_REST_ADVERTISED_HOST_NAME: kafkaconnect
Expand Down

0 comments on commit 8e6fe33

Please sign in to comment.