refactor: 升级版本号

This commit is contained in:
taojinlong 2022-09-05 10:47:49 +08:00
parent 9df7253583
commit 833ff72132
6 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.14.0</version>
<version>1.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -205,7 +205,7 @@
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-interface</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
@ -216,12 +216,12 @@
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-view</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-datasource</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
<!-- kettle及数据源依赖 -->
<dependency>

View File

@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.14.0",
"version": "1.15.0",
"description": "dataease front",
"private": true,
"scripts": {

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.14.0</version>
<version>1.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
"version": "1.14.0",
"version": "1.15.0",
"private": true,
"scripts": {
"serve": "npm run dev:h5",

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.14.0</version>
<version>1.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.dataease</groupId>
<artifactId>dataease-server</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
<packaging>pom</packaging>
<parent>