This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.1.0-rc1 in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
commit 3e4059fcd47136ec7b5acab7de50d3d917fb1270 Author: JingsongLi <[email protected]> AuthorDate: Wed Apr 27 16:56:33 2022 +0800 [release] Update version to 0.1.0 --- flink-table-store-codegen-loader/pom.xml | 2 +- flink-table-store-codegen/pom.xml | 2 +- flink-table-store-common/pom.xml | 2 +- flink-table-store-connector/pom.xml | 2 +- flink-table-store-core/pom.xml | 2 +- flink-table-store-dist/pom.xml | 2 +- flink-table-store-e2e-tests/pom.xml | 2 +- flink-table-store-format/pom.xml | 2 +- flink-table-store-kafka/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flink-table-store-codegen-loader/pom.xml b/flink-table-store-codegen-loader/pom.xml index 649c0d1..0248b76 100644 --- a/flink-table-store-codegen-loader/pom.xml +++ b/flink-table-store-codegen-loader/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-codegen-loader</artifactId> diff --git a/flink-table-store-codegen/pom.xml b/flink-table-store-codegen/pom.xml index 16b7417..640a330 100644 --- a/flink-table-store-codegen/pom.xml +++ b/flink-table-store-codegen/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-codegen</artifactId> diff --git a/flink-table-store-common/pom.xml b/flink-table-store-common/pom.xml index be48771..15c3917 100644 --- a/flink-table-store-common/pom.xml +++ b/flink-table-store-common/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-common</artifactId> diff --git a/flink-table-store-connector/pom.xml b/flink-table-store-connector/pom.xml index cf4fb28..5759d98 100644 --- a/flink-table-store-connector/pom.xml +++ b/flink-table-store-connector/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-connector</artifactId> diff --git a/flink-table-store-core/pom.xml b/flink-table-store-core/pom.xml index 9d5a07e..6992a2c 100644 --- a/flink-table-store-core/pom.xml +++ b/flink-table-store-core/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-core</artifactId> diff --git a/flink-table-store-dist/pom.xml b/flink-table-store-dist/pom.xml index 0c5e7d8..87304f3 100644 --- a/flink-table-store-dist/pom.xml +++ b/flink-table-store-dist/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-dist</artifactId> diff --git a/flink-table-store-e2e-tests/pom.xml b/flink-table-store-e2e-tests/pom.xml index 763442c..f453d80 100644 --- a/flink-table-store-e2e-tests/pom.xml +++ b/flink-table-store-e2e-tests/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-e2e-tests</artifactId> diff --git a/flink-table-store-format/pom.xml b/flink-table-store-format/pom.xml index f0351f9..bfe610e 100644 --- a/flink-table-store-format/pom.xml +++ b/flink-table-store-format/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-format</artifactId> diff --git a/flink-table-store-kafka/pom.xml b/flink-table-store-kafka/pom.xml index 17491e2..988ad84 100644 --- a/flink-table-store-kafka/pom.xml +++ b/flink-table-store-kafka/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>flink-table-store-kafka</artifactId> diff --git a/pom.xml b/pom.xml index 904d682..ebb0e54 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <artifactId>flink-table-store-parent</artifactId> <groupId>org.apache.flink</groupId> <name>Flink Table Store</name> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> <packaging>pom</packaging> <url>http://flink.apache.org</url>
