Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gcpaas/DataRoom
Browse files Browse the repository at this point in the history
  • Loading branch information
xxwu-96 committed Jul 18, 2023
2 parents 974468f + 491eaf6 commit 4f03171
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DataRoom/dataroom-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gccloud</groupId>
<artifactId>dataroom</artifactId>
<version>0.0.1.2023071101.Alpha</version>
<version>1.0.0.RELEASE</version>
</parent>

<artifactId>dataroom-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions DataRoom/dataroom-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gccloud</groupId>
<artifactId>dataroom</artifactId>
<version>0.0.1.2023071101.Alpha</version>
<version>1.0.0.RELEASE</version>
</parent>

<artifactId>dataroom-server</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.gccloud</groupId>
<artifactId>dataroom-core</artifactId>
<version>0.0.1.2023071101.Alpha</version>
<version>1.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
Expand Down
4 changes: 2 additions & 2 deletions DataRoom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.gccloud</groupId>
<artifactId>dataroom</artifactId>
<version>0.0.1.2023071101.Alpha</version>
<version>1.0.0.RELEASE</version>

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

<dependencyManagement>
Expand Down

0 comments on commit 4f03171

Please sign in to comment.