From 8e2690c1ae8c46aa1865d3c66d00251f76f9dd34 Mon Sep 17 00:00:00 2001
From: scottsut <scottsut@163.com>
Date: Fri, 22 Sep 2023 15:45:17 +0800
Subject: [PATCH] chore: Update version to 1.0.0-rc.3

---
 core/pom.xml                              | 2 +-
 data-providers/data-provider-base/pom.xml | 2 +-
 data-providers/file-data-provider/pom.xml | 2 +-
 data-providers/http-data-provider/pom.xml | 2 +-
 data-providers/jdbc-data-provider/pom.xml | 2 +-
 data-providers/pom.xml                    | 2 +-
 frontend/src/app/migration/constants.ts   | 2 ++
 pom.xml                                   | 2 +-
 security/pom.xml                          | 2 +-
 server/pom.xml                            | 2 +-
 10 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index f66d6bb09..c52ec680f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-parent</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/data-providers/data-provider-base/pom.xml b/data-providers/data-provider-base/pom.xml
index 14565a9a8..974438371 100644
--- a/data-providers/data-provider-base/pom.xml
+++ b/data-providers/data-provider-base/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-data-provider</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/data-providers/file-data-provider/pom.xml b/data-providers/file-data-provider/pom.xml
index 54eb2750b..ee9867ba5 100644
--- a/data-providers/file-data-provider/pom.xml
+++ b/data-providers/file-data-provider/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-data-provider</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/data-providers/http-data-provider/pom.xml b/data-providers/http-data-provider/pom.xml
index 49724e117..b245d4196 100644
--- a/data-providers/http-data-provider/pom.xml
+++ b/data-providers/http-data-provider/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-data-provider</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/data-providers/jdbc-data-provider/pom.xml b/data-providers/jdbc-data-provider/pom.xml
index 343333df4..b85c47004 100644
--- a/data-providers/jdbc-data-provider/pom.xml
+++ b/data-providers/jdbc-data-provider/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-data-provider</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/data-providers/pom.xml b/data-providers/pom.xml
index fdf664ef0..808ea8115 100644
--- a/data-providers/pom.xml
+++ b/data-providers/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-parent</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/frontend/src/app/migration/constants.ts b/frontend/src/app/migration/constants.ts
index 96bccb893..1e1112b60 100644
--- a/frontend/src/app/migration/constants.ts
+++ b/frontend/src/app/migration/constants.ts
@@ -27,6 +27,7 @@ export const APP_VERSION_BETA_4_2 = '1.0.0-beta.4+2';
 export const APP_VERSION_RC_0 = '1.0.0-RC.0';
 export const APP_VERSION_RC_1 = '1.0.0-RC.1';
 export const APP_VERSION_RC_2 = '1.0.0-RC.2';
+export const APP_VERSION_RC_3 = '1.0.0-RC.3';
 
 export const APP_SEMANTIC_VERSIONS = [
   APP_VERSION_INIT,
@@ -40,6 +41,7 @@ export const APP_SEMANTIC_VERSIONS = [
   APP_VERSION_RC_0,
   APP_VERSION_RC_1,
   APP_VERSION_RC_2,
+  APP_VERSION_RC_3,
 ];
 
 export const APP_CURRENT_VERSION =
diff --git a/pom.xml b/pom.xml
index 833a31b14..605cc8521 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <groupId>datart</groupId>
     <artifactId>datart-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-rc.2</version>
+    <version>1.0.0-rc.3</version>
 
     <dependencies>
         <dependency>
diff --git a/security/pom.xml b/security/pom.xml
index 1dce31d30..cc2ba0b49 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-parent</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/server/pom.xml b/server/pom.xml
index 269bf5c53..c9f4a754a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>datart-parent</artifactId>
         <groupId>datart</groupId>
-        <version>1.0.0-rc.2</version>
+        <version>1.0.0-rc.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>