Skip to content

Commit

Permalink
chore: Update version to 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsut committed Sep 22, 2023
1 parent 511722e commit 8e2690c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion data-providers/data-provider-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion data-providers/file-data-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion data-providers/http-data-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion data-providers/jdbc-data-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion data-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app/migration/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 8e2690c

Please sign in to comment.