[release] Update version to 0.2.1
diff --git a/flink-table-store-benchmark/pom.xml b/flink-table-store-benchmark/pom.xml
index 5005d6c..285d355 100644
--- a/flink-table-store-benchmark/pom.xml
+++ b/flink-table-store-benchmark/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 206e01e..f025194 100644
--- a/flink-table-store-codegen-loader/pom.xml
+++ b/flink-table-store-codegen-loader/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 6773cb5..ec2df74 100644
--- a/flink-table-store-codegen/pom.xml
+++ b/flink-table-store-codegen/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 4d6304e..3bc3d28 100644
--- a/flink-table-store-common/pom.xml
+++ b/flink-table-store-common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 8320729..5f73d04 100644
--- a/flink-table-store-connector/pom.xml
+++ b/flink-table-store-connector/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 ac25fab..f1d86ab 100644
--- a/flink-table-store-core/pom.xml
+++ b/flink-table-store-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 36d3317..48e94f5 100644
--- a/flink-table-store-dist/pom.xml
+++ b/flink-table-store-dist/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 50595f2..dcab8a4 100644
--- a/flink-table-store-docs/pom.xml
+++ b/flink-table-store-docs/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 14b434a..9c8bc1a 100644
--- a/flink-table-store-e2e-tests/pom.xml
+++ b/flink-table-store-e2e-tests/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 76f889e..002625a 100644
--- a/flink-table-store-format/pom.xml
+++ b/flink-table-store-format/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 18409a9..0836663 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 @@
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 a87aa76..cfcc0ef 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 @@
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 735c8b7..4fe5472 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 @@
     <parent>
         <artifactId>flink-table-store-hive</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 dee8ea3..d7a3466 100644
--- a/flink-table-store-hive/pom.xml
+++ b/flink-table-store-hive/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 034b348..b93fb1a 100644
--- a/flink-table-store-kafka/pom.xml
+++ b/flink-table-store-kafka/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 2c96a3c..adb6a3c 100644
--- a/flink-table-store-shade/pom.xml
+++ b/flink-table-store-shade/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 0461e22..a8502bf 100644
--- a/flink-table-store-spark/pom.xml
+++ b/flink-table-store-spark/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</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 4ee55da..6d3b46c 100644
--- a/flink-table-store-spark2/pom.xml
+++ b/flink-table-store-spark2/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>flink-table-store-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2.1</version>
     </parent>
 
     <artifactId>flink-table-store-spark2</artifactId>
diff --git a/pom.xml b/pom.xml
index 310f236..e9bc9d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>flink-table-store-parent</artifactId>
     <groupId>org.apache.flink</groupId>
     <name>Flink Table Store</name>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2.1</version>
     <packaging>pom</packaging>
 
     <url>http://flink.apache.org</url>