Skip to content

Commit

Permalink
refactor: 升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlong-T committed Nov 7, 2022
1 parent aa2f13c commit aa208e4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.16.0</version>
<version>1.17.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-interface</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
Expand All @@ -214,12 +214,12 @@
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-view</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-datasource</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
</dependency>
<!-- kettle及数据源依赖 -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.16.0",
"version": "1.17.0",
"description": "dataease front",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.16.0</version>
<version>1.17.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
"version": "1.16.0",
"version": "1.17.0",
"private": true,
"scripts": {
"serve": "npm run dev:h5",
Expand Down
2 changes: 1 addition & 1 deletion mobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.16.0</version>
<version>1.17.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.dataease</groupId>
<artifactId>dataease-server</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit aa208e4

Please sign in to comment.