File tree 5 files changed +13
-5
lines changed
connect-file-pulse-filters
connect-file-pulse-plugin 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM confluentinc/cp-kafka-connect-base:5.2.1
2
2
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
4
4
RUN confluent-hub install --no-prompt /tmp/kafka-connect-file-pulse.zip && \
5
5
rm -rf /tmp/kafka-connect-file-pulse.zip
6
6
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.streamthoughts</groupId >
9
9
<artifactId >kafka-connect-file-pulse-reactor</artifactId >
10
- <version >1.2.0-SNAPSHOT </version >
10
+ <version >1.2.0</version >
11
11
</parent >
12
12
13
13
<artifactId >kafka-connect-file-pulse-api</artifactId >
20
20
<url >http://streamthoughts.io</url >
21
21
</organization >
22
22
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
+
23
31
<licenses >
24
32
<license >
25
33
<name >The Apache Software License, Version 2.0</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.streamthoughts</groupId >
9
9
<artifactId >kafka-connect-file-pulse-reactor</artifactId >
10
- <version >1.2.0-SNAPSHOT </version >
10
+ <version >1.2.0</version >
11
11
</parent >
12
12
13
13
<artifactId >kafka-connect-file-pulse-filters</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.streamthoughts</groupId >
9
9
<artifactId >kafka-connect-file-pulse-reactor</artifactId >
10
- <version >1.2.0-SNAPSHOT </version >
10
+ <version >1.2.0</version >
11
11
</parent >
12
12
13
13
<artifactId >kafka-connect-file-pulse-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<groupId >io.streamthoughts</groupId >
8
8
<artifactId >kafka-connect-file-pulse-reactor</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.2.0-SNAPSHOT </version >
10
+ <version >1.2.0</version >
11
11
12
12
<name >Kafka Connect Source File Pulse Reactor</name >
13
13
<description >Connect File Pulse is a multi-purpose source connector for streaming files from a local filesystem to Kafka.</description >
You can’t perform that action at this time.
0 commit comments