You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/03/28 03:39:10 UTC

[flink-table-store] branch master updated: [hotfix] Change the version to 0.2-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new a76fdfd  [hotfix] Change the version to 0.2-SNAPSHOT
a76fdfd is described below

commit a76fdfd0875934d4c91e63dc46b640d74fbfd881
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon Mar 28 11:34:21 2022 +0800

    [hotfix] Change the version to 0.2-SNAPSHOT
---
 docs/config.toml                         | 4 ++--
 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-format/pom.xml         | 2 +-
 flink-table-store-kafka/pom.xml          | 2 +-
 pom.xml                                  | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 1119806..8fab8d4 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "0.1-SNAPSHOT"
+  Version = "0.2-SNAPSHOT"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "0.1-SNAPSHOT"
+  VersionTitle = "0.2-SNAPSHOT"
 
   # The branch for this version of Apache Flink Table Store
   Branch = "master"
diff --git a/flink-table-store-codegen-loader/pom.xml b/flink-table-store-codegen-loader/pom.xml
index 088175a..90a451d 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.2-SNAPSHOT</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 38100b2..b670bfa 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.2-SNAPSHOT</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..c6f5cbb 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.2-SNAPSHOT</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 f2e2022..536befb 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.2-SNAPSHOT</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 caa37b1..384aecb 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.2-SNAPSHOT</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 f745d85..ee636eb 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.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-dist</artifactId>
diff --git a/flink-table-store-format/pom.xml b/flink-table-store-format/pom.xml
index 88535e2..f8033b3 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.2-SNAPSHOT</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 bb8633f..22787ae 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.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-kafka</artifactId>
diff --git a/pom.xml b/pom.xml
index 3f21f49..4edb6b0 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.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>http://flink.apache.org</url>