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

Commit 8c6834a

Browse files
committed
Merge branch 'master' into 1.1-release
2 parents a720518 + 7e3fee5 commit 8c6834a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

assets/humio-logo.png

19.4 KB
Loading

pom.xml

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.humio.kafka.connect.hec</groupId>
66
<artifactId>kafka-connect-hec-sink</artifactId>
7-
<version>1.1.3</version>
7+
<version>1.1.4</version>
88
<packaging>jar</packaging>
99

1010
<name>kafka-connect-hec-sink</name>
@@ -375,15 +375,22 @@
375375
<documentationUrl>https://github.com/humio/kafka-connect-hec-sink/blob/master/README.md</documentationUrl>
376376
<description>It's a basic Apache Kafka Connect SinkConnector which allows moving data from Kafka topics into Humio.</description>
377377
<logo>assets/humio-logo.png</logo>
378+
379+
<licenses>
380+
<license>
381+
<name>The Apache License, Version 2.0</name>
382+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
383+
</license>
384+
</licenses>
378385

379386
<ownerUsername>humio</ownerUsername>
380387
<ownerType>organization</ownerType>
381388
<ownerName>Humio</ownerName>
382-
<ownerUrl>https://humio.com/</ownerUrl>
389+
<ownerUrl>https://www.humio.com/</ownerUrl>
383390

384391
<supportProviderName>Humio</supportProviderName>
385392
<supportSummary>Humio Support</supportSummary>
386-
<supportUrl>http://humio.com/</supportUrl>
393+
<supportUrl>https://support.humio.com/</supportUrl>
387394

388395
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
389396

src/test/resources/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
ports:
6565
- "18083:18083"
6666
volumes:
67-
- ../../../../target/kafka-connect-hec-sink-1.1.3-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
67+
- ../../../../target/kafka-connect-hec-sink-1.1.4-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
6868
environment:
6969
CONNECT_BOOTSTRAP_SERVERS: 'kafkabroker:19092'
7070
CONNECT_REST_ADVERTISED_HOST_NAME: kafkaconnect

0 commit comments

Comments
 (0)