Skip to content

Commit 4f03171

Browse files
committed
Merge branch 'master' of github.com:gcpaas/DataRoom
2 parents 974468f + 491eaf6 commit 4f03171

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DataRoom/dataroom-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.gccloud</groupId>
88
<artifactId>dataroom</artifactId>
9-
<version>0.0.1.2023071101.Alpha</version>
9+
<version>1.0.0.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>dataroom-core</artifactId>

DataRoom/dataroom-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.gccloud</groupId>
88
<artifactId>dataroom</artifactId>
9-
<version>0.0.1.2023071101.Alpha</version>
9+
<version>1.0.0.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>dataroom-server</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.gccloud</groupId>
2424
<artifactId>dataroom-core</artifactId>
25-
<version>0.0.1.2023071101.Alpha</version>
25+
<version>1.0.0.RELEASE</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>io.springfox</groupId>

DataRoom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.gccloud</groupId>
1414
<artifactId>dataroom</artifactId>
15-
<version>0.0.1.2023071101.Alpha</version>
15+
<version>1.0.0.RELEASE</version>
1616

1717
<packaging>pom</packaging>
1818
<description>基于G2Plot、Echarts的大屏设计服务端,具备设计、预览能力,支持MySQL、Oracle、PostgreSQL、Groovy等数据集接入
@@ -60,7 +60,7 @@
6060
<clickhouse.version>0.3.2</clickhouse.version>
6161
<commons-io.version>2.2</commons-io.version>
6262
<okhttp3.version>4.9.1</okhttp3.version>
63-
<dataset.core.version>0.0.1.2023071101.Alpha</dataset.core.version>
63+
<dataset.core.version>1.0.0.RELEASE</dataset.core.version>
6464
</properties>
6565

6666
<dependencyManagement>

0 commit comments

Comments
 (0)