Skip to content

Commit 8e2690c

Browse files
committed
chore: Update version to 1.0.0-rc.3
1 parent 511722e commit 8e2690c

File tree

10 files changed

+11
-9
lines changed

10 files changed

+11
-9
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data-providers/data-provider-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-data-provider</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data-providers/file-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-data-provider</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data-providers/http-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-data-provider</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

data-providers/jdbc-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-data-provider</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data-providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

frontend/src/app/migration/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const APP_VERSION_BETA_4_2 = '1.0.0-beta.4+2';
2727
export const APP_VERSION_RC_0 = '1.0.0-RC.0';
2828
export const APP_VERSION_RC_1 = '1.0.0-RC.1';
2929
export const APP_VERSION_RC_2 = '1.0.0-RC.2';
30+
export const APP_VERSION_RC_3 = '1.0.0-RC.3';
3031

3132
export const APP_SEMANTIC_VERSIONS = [
3233
APP_VERSION_INIT,
@@ -40,6 +41,7 @@ export const APP_SEMANTIC_VERSIONS = [
4041
APP_VERSION_RC_0,
4142
APP_VERSION_RC_1,
4243
APP_VERSION_RC_2,
44+
APP_VERSION_RC_3,
4345
];
4446

4547
export const APP_CURRENT_VERSION =

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>datart</groupId>
2020
<artifactId>datart-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.0.0-rc.2</version>
22+
<version>1.0.0-rc.3</version>
2323

2424
<dependencies>
2525
<dependency>

security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-rc.2</version>
8+
<version>1.0.0-rc.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)