Skip to content

Commit

Permalink
release version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release authored and fhussonnois committed Apr 3, 2023
1 parent f12a94c commit 4f284e8
Show file tree
Hide file tree
Showing 35 changed files with 2,903 additions and 12 deletions.
2 changes: 1 addition & 1 deletion connect-file-pulse-api/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.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 @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.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 @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filters/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.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 @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>kafka-connect-filepulse-plugin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions docs/config.toml
Expand Up @@ -184,3 +184,6 @@ no = 'Sorry to hear that. Please <a href="https://github.com/streamthoughts/kafk
[[params.versions]]
version = "v2.11.x"
url = "/kafka-connect-file-pulse/v2-11/docs"
[[params.versions]]
version = "v2.12.x"
url = "/kafka-connect-file-pulse/v2-12/docs"
12 changes: 12 additions & 0 deletions docs/content/en/docs/Archives/v2.12.x/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 4f284e8

Please sign in to comment.