Skip to content

Commit

Permalink
[hotfix][docs] Set up release versions for AWS connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Nov 11, 2024
1 parent b4047bc commit 566f291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/data/dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.0.0
flink_compatibility: [1.19, 1.20]
variants:
- maven: flink-connector-dynamodb
sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
3 changes: 2 additions & 1 deletion docs/data/firehose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.0.0
flink_compatibility: [1.19, 1.20]
variants:
- maven: flink-connector-aws-kinesis-firehose
sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
3 changes: 2 additions & 1 deletion docs/data/kinesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# limitations under the License.
################################################################################

version: 4.4.0-SNAPSHOT
version: 5.0.0
flink_compatibility: [1.19, 1.20]
variants:
- maven: flink-connector-kinesis
sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar

0 comments on commit 566f291

Please sign in to comment.