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/07/20 03:38:29 UTC

[flink-table-store] branch master updated: [hotfix] Upgrade to 0.3-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 a538bce9 [hotfix] Upgrade to 0.3-SNAPSHOT
a538bce9 is described below

commit a538bce9c2aa627b1cab876fa67d9c316ed4fddf
Author: Jingsong Lee <ji...@gmail.com>
AuthorDate: Wed Jul 20 11:38:25 2022 +0800

    [hotfix] Upgrade to 0.3-SNAPSHOT
    
    This closes #229
---
 .github/workflows/docs.yml                                      | 6 +++---
 docs/config.toml                                                | 6 +++---
 flink-table-store-benchmark/pom.xml                             | 2 +-
 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-docs/pom.xml                                  | 2 +-
 flink-table-store-e2e-tests/pom.xml                             | 2 +-
 flink-table-store-format/pom.xml                                | 2 +-
 flink-table-store-hive/flink-table-store-hive-catalog/pom.xml   | 2 +-
 flink-table-store-hive/flink-table-store-hive-common/pom.xml    | 2 +-
 flink-table-store-hive/flink-table-store-hive-connector/pom.xml | 2 +-
 flink-table-store-hive/pom.xml                                  | 2 +-
 flink-table-store-kafka/pom.xml                                 | 2 +-
 flink-table-store-shade/pom.xml                                 | 2 +-
 flink-table-store-spark/pom.xml                                 | 2 +-
 flink-table-store-spark2/pom.xml                                | 2 +-
 pom.xml                                                         | 2 +-
 21 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 8f9cd376..87627310 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
       matrix:
         branch:
           - master
-          - release-0.1
+          - release-0.2
     steps:
       - uses: actions/checkout@v3
         with:
@@ -39,8 +39,8 @@ jobs:
           echo "flink_table_store_branch=${currentBranch}" >> ${GITHUB_ENV}
 
           if [ "${currentBranch}" = "master" ]; then
-            echo "flink_table_store_alias=release-0.2" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-0.1" ]; then
+            echo "flink_table_store_alias=release-0.3" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-0.2" ]; then
             echo "flink_table_store_alias=stable" >> ${GITHUB_ENV}
           fi
       - name: Build documentation
diff --git a/docs/config.toml b/docs/config.toml
index d537e148..68396b3f 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.2-SNAPSHOT"
+  Version = "0.3-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.2-SNAPSHOT"
+  VersionTitle = "0.3-SNAPSHOT"
 
   # The branch for this version of Apache Flink Table Store
   Branch = "master"
@@ -61,7 +61,7 @@ pygmentsUseClasses = true
   ]
 
   PreviousDocs = [
-    ["0.1", "https://nightlies.apache.org/flink/flink-table-store-docs-release-0.1"],
+    ["0.2", "https://nightlies.apache.org/flink/flink-table-store-docs-release-0.2"],
   ]
 
 [markup]
diff --git a/flink-table-store-benchmark/pom.xml b/flink-table-store-benchmark/pom.xml
index d731302e..f2393572 100644
--- a/flink-table-store-benchmark/pom.xml
+++ b/flink-table-store-benchmark/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-benchmark</artifactId>
diff --git a/flink-table-store-codegen-loader/pom.xml b/flink-table-store-codegen-loader/pom.xml
index 206e01e3..b968b507 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.2-SNAPSHOT</version>
+        <version>0.3-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 6773cb53..1356b25e 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.2-SNAPSHOT</version>
+        <version>0.3-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 4d6304e8..db933629 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.2-SNAPSHOT</version>
+        <version>0.3-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 e80b7909..45db1b95 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.2-SNAPSHOT</version>
+        <version>0.3-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 ac25fab5..758a350c 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.2-SNAPSHOT</version>
+        <version>0.3-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 d5d55cc7..f3966a2a 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.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-dist</artifactId>
diff --git a/flink-table-store-docs/pom.xml b/flink-table-store-docs/pom.xml
index 50595f23..ac861356 100644
--- a/flink-table-store-docs/pom.xml
+++ b/flink-table-store-docs/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-docs</artifactId>
diff --git a/flink-table-store-e2e-tests/pom.xml b/flink-table-store-e2e-tests/pom.xml
index 85a62b5f..8ea82d04 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.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</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 76f889ea..51d6a07f 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.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-format</artifactId>
diff --git a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
index 3f662fdc..7fc8c6ce 100644
--- a/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
+++ b/flink-table-store-hive/flink-table-store-hive-catalog/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-hive-catalog</artifactId>
diff --git a/flink-table-store-hive/flink-table-store-hive-common/pom.xml b/flink-table-store-hive/flink-table-store-hive-common/pom.xml
index a87aa767..a69a349c 100644
--- a/flink-table-store-hive/flink-table-store-hive-common/pom.xml
+++ b/flink-table-store-hive/flink-table-store-hive-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-hive-common</artifactId>
diff --git a/flink-table-store-hive/flink-table-store-hive-connector/pom.xml b/flink-table-store-hive/flink-table-store-hive-connector/pom.xml
index e83ef678..1f460928 100644
--- a/flink-table-store-hive/flink-table-store-hive-connector/pom.xml
+++ b/flink-table-store-hive/flink-table-store-hive-connector/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-hive-connector</artifactId>
diff --git a/flink-table-store-hive/pom.xml b/flink-table-store-hive/pom.xml
index ebf590fb..1a810bc7 100644
--- a/flink-table-store-hive/pom.xml
+++ b/flink-table-store-hive/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-hive</artifactId>
diff --git a/flink-table-store-kafka/pom.xml b/flink-table-store-kafka/pom.xml
index 034b348c..d165a100 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.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-kafka</artifactId>
diff --git a/flink-table-store-shade/pom.xml b/flink-table-store-shade/pom.xml
index d668bbc4..c5948c88 100644
--- a/flink-table-store-shade/pom.xml
+++ b/flink-table-store-shade/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-shade</artifactId>
diff --git a/flink-table-store-spark/pom.xml b/flink-table-store-spark/pom.xml
index 2c357887..61877397 100644
--- a/flink-table-store-spark/pom.xml
+++ b/flink-table-store-spark/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-spark</artifactId>
diff --git a/flink-table-store-spark2/pom.xml b/flink-table-store-spark2/pom.xml
index 4ee55da0..03f829c9 100644
--- a/flink-table-store-spark2/pom.xml
+++ b/flink-table-store-spark2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-table-store-spark2</artifactId>
diff --git a/pom.xml b/pom.xml
index 31b5cd10..16c4a3e8 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.2-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>http://flink.apache.org</url>