Skip to content

Commit

Permalink
release version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release authored and fhussonnois committed Mar 9, 2023
1 parent 1b2dfc8 commit c30f029
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

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

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-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.streamthoughts</groupId>
<artifactId>kafka-connect-filepulse-filesystems</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion connect-file-pulse-filesystems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>kafka-connect-filepulse-reactor</artifactId>
<groupId>io.streamthoughts</groupId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</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-filepulse-reactor</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>kafka-connect-filepulse-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-filepulse-reactor</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
</parent>

<artifactId>kafka-connect-filepulse-plugin</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,6 @@ no = 'Sorry to hear that. Please <a href="https://github.com/streamthoughts/kafk
[[params.versions]]
version = "v2.8.x"
url = "/kafka-connect-file-pulse/v2-8/docs"
[[params.versions]]
version = "v2.9.x"
url = "/kafka-connect-file-pulse/v2-9/docs"
12 changes: 12 additions & 0 deletions docs/content/en/docs/Archives/v2.9.x/Developer Guide/_index.md
Original file line number Diff line number Diff line change
@@ -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.

Loading

0 comments on commit c30f029

Please sign in to comment.