Skip to content

Commit 143f107

Browse files
committed
bump version for release 1.2.0
1 parent 56d0ad3 commit 143f107

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM confluentinc/cp-kafka-connect-base:5.2.1
22

3-
COPY connect-file-pulse-plugin/target/components/packages/streamthoughts-kafka-connect-file-pulse-plugin-1.2.0-SNAPSHOT.zip /tmp/kafka-connect-file-pulse.zip
3+
COPY connect-file-pulse-plugin/target/components/packages/streamthoughts-kafka-connect-file-pulse-plugin-1.2.0.zip /tmp/kafka-connect-file-pulse.zip
44
RUN confluent-hub install --no-prompt /tmp/kafka-connect-file-pulse.zip && \
55
rm -rf /tmp/kafka-connect-file-pulse.zip
66

connect-file-pulse-api/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.streamthoughts</groupId>
99
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-connect-file-pulse-api</artifactId>
@@ -20,6 +20,14 @@
2020
<url>http://streamthoughts.io</url>
2121
</organization>
2222

23+
<distributionManagement>
24+
<repository>
25+
<id>github</id>
26+
<name>GitHub StreamThoughts Apache Maven Packages</name>
27+
<url>https://maven.pkg.github.com/streamthoughts/kafka-connect-file-pulse-api</url>
28+
</repository>
29+
</distributionManagement>
30+
2331
<licenses>
2432
<license>
2533
<name>The Apache Software License, Version 2.0</name>

connect-file-pulse-filters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.streamthoughts</groupId>
99
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-connect-file-pulse-filters</artifactId>

connect-file-pulse-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.streamthoughts</groupId>
99
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>kafka-connect-file-pulse-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.streamthoughts</groupId>
88
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111

1212
<name>Kafka Connect Source File Pulse Reactor</name>
1313
<description>Connect File Pulse is a multi-purpose source connector for streaming files from a local filesystem to Kafka.</description>

0 commit comments

Comments
 (0)