Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Aug 6, 2020
1 parent 093cecb commit 3f05bb9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ Connect FilePulse provides a set of built-in features for streaming local files
* Support plugeable strategies to cleanup up completed files
* Etc.

## Show your support
You think this project can help you or your team to ingest data into Kafka ?
Please 🌟 this repository to support us!

## How to get started ?

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/).

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/)

## Show your support

Please ⭐ this repository if this project helped you!

## Contributions

Any feedback, bug reports and PRs are greatly appreciated! See our [guideline](./CONTRIBUTING.md)
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>kafka-connect-file-pulse-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>kafka-connect-file-pulse-filters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>kafka-connect-file-pulse-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-file-pulse-reactor</artifactId>
<packaging>pom</packaging>
<version>1.4-SNAPSHOT</version>
<version>1.4.0</version>

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

0 comments on commit 3f05bb9

Please sign in to comment.