refactor: 升级版本号

This commit is contained in:
taojinlong 2022-06-08 10:56:21 +08:00
parent 10d7bfa0db
commit 9637bef109
5 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.11.1</version>
<version>1.12.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -241,17 +241,17 @@
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-interface</artifactId>
<version>1.11.1</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-view</artifactId>
<version>1.11.1</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-datasource</artifactId>
<version>1.11.1</version>
<version>1.12.0</version>
</dependency>

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.dataease</groupId>
<artifactId>dataease-server</artifactId>
<version>1.11.1</version>
<version>1.12.0</version>
<packaging>pom</packaging>
<parent>