Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Aug 12, 2020
1 parent 0470f62 commit 538a2aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.0</version>
<version>1.4.1</version>
</parent>

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

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.0</version>
<version>1.4.1</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.0</version>
<version>1.4.1</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.0</version>
<version>1.4.1</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 538a2aa

Please sign in to comment.