Skip to content

Commit

Permalink
ci: release version 2.14.0 馃帀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2024
1 parent 28ca19b commit 49999b8
Show file tree
Hide file tree
Showing 44 changed files with 3,222 additions and 14 deletions.
2 changes: 1 addition & 1 deletion connect-file-pulse-api/pom.xml
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<artifactId>kafka-connect-filepulse-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-dataformat/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-expression/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<name>Kafka Connect Source File Pulse Azure Storage FS</name>
Expand Down
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-connect-filepulse-commons-fs</artifactId>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<name>Kafka Connect Source File Pulse Google Cloud Storage FS</name>
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filesystems/filepulse-local-fs/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filesystems/filepulse-sftp-fs/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filesystems/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filters/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<artifactId>kafka-connect-filepulse-filters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-plugin/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>

<artifactId>kafka-connect-filepulse-plugin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions docs/config.toml
Expand Up @@ -190,3 +190,6 @@ no = 'Sorry to hear that. Please <a href="https://github.com/streamthoughts/kafk
[[params.versions]]
version = "v2.13.x"
url = "/kafka-connect-file-pulse/v2-13/docs"
[[params.versions]]
version = "v2.14.x"
url = "/kafka-connect-file-pulse/v2-14/docs"
12 changes: 12 additions & 0 deletions docs/content/en/docs/Archives/v2.14.0/Developer Guide/_index.md
@@ -0,0 +1,12 @@
---
date: 2021-05-12
title: "Developer Guide"
linkTitle: "Developer Guide"
weight: 20
description: >
Learn about the concepts and the functionalities of the Connect File Pulse Plugin.
---

The Developer Guide section helps you learn about the functionalities of the File Pulse Connector and the concepts
File Pulse uses to process and transform your data, and helps you obtain a deeper understanding of how File Pulse Connector works.

0 comments on commit 49999b8

Please sign in to comment.