Skip to content

Commit 3f05bb9

Browse files
committed
release
1 parent 093cecb commit 3f05bb9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Connect FilePulse provides a set of built-in features for streaming local files
4343
* Support plugeable strategies to cleanup up completed files
4444
* Etc.
4545

46+
## Show your support
47+
You think this project can help you or your team to ingest data into Kafka ?
48+
Please 🌟 this repository to support us!
49+
4650
## How to get started ?
4751

4852
The best way to learn Connect File Pulse is to follow the step by step [Getting Started](https://streamthoughts.github.io/kafka-connect-file-pulse/docs/getting-started/).
4953

5054
If you want to read about using Connect File Pulse, the full documentation can be found [here](https://streamthoughts.github.io/kafka-connect-file-pulse/)
5155

52-
## Show your support
53-
54-
Please ⭐ this repository if this project helped you!
55-
5656
## Contributions
5757

5858
Any feedback, bug reports and PRs are greatly appreciated! See our [guideline](./CONTRIBUTING.md)

connect-file-pulse-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.streamthoughts</groupId>
2828
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
29-
<version>1.4-SNAPSHOT</version>
29+
<version>1.4.0</version>
3030
</parent>
3131

3232
<artifactId>kafka-connect-file-pulse-api</artifactId>

connect-file-pulse-filters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.streamthoughts</groupId>
2828
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
29-
<version>1.4-SNAPSHOT</version>
29+
<version>1.4.0</version>
3030
</parent>
3131

3232
<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
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.streamthoughts</groupId>
2828
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
29-
<version>1.4-SNAPSHOT</version>
29+
<version>1.4.0</version>
3030
</parent>
3131

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>io.streamthoughts</groupId>
2727
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
2828
<packaging>pom</packaging>
29-
<version>1.4-SNAPSHOT</version>
29+
<version>1.4.0</version>
3030

3131
<name>Kafka Connect Source File Pulse Reactor</name>
3232
<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)