Skip to content

Commit 6249077

Browse files
committedJan 12, 2022
更新版本号
1 parent c801835 commit 6249077

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ magic-api 是一个基于Java的接口快速开发框架,编写接口将通过
5252
<dependency>
5353
<groupId>org.ssssssss</groupId>
5454
<artifactId>magic-api-spring-boot-starter</artifactId>
55-
<version>1.7.4</version>
55+
<version>1.7.5</version>
5656
</dependency>
5757
```
5858
## 修改application.properties

‎magic-api-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ssssssss</groupId>
88
<artifactId>magic-api-parent</artifactId>
9-
<version>1.7.4</version>
9+
<version>1.7.5</version>
1010
</parent>
1111
<artifactId>magic-api-spring-boot-starter</artifactId>
1212
<packaging>jar</packaging>

‎magic-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ssssssss</groupId>
88
<artifactId>magic-api-parent</artifactId>
9-
<version>1.7.4</version>
9+
<version>1.7.5</version>
1010
</parent>
1111
<artifactId>magic-api</artifactId>
1212
<packaging>jar</packaging>

‎magic-editor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ssssssss</groupId>
88
<artifactId>magic-api-parent</artifactId>
9-
<version>1.7.4</version>
9+
<version>1.7.5</version>
1010
</parent>
1111
<artifactId>magic-editor</artifactId>
1212
<packaging>jar</packaging>

‎magic-editor/src/console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-editor",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"private": false,
55
"description": "magic-editor for magic-api",
66
"main": "dist/magic-editor.umd.min.js",

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.ssssssss</groupId>
77
<artifactId>magic-api-parent</artifactId>
8-
<version>1.7.4</version>
8+
<version>1.7.5</version>
99
<packaging>pom</packaging>
1010
<name>magic-api-parent</name>
1111
<description>auto generate http api</description>
@@ -30,7 +30,7 @@
3030
</scm>
3131
<properties>
3232
<spring-boot.version>2.4.5</spring-boot.version>
33-
<magic-script.version>1.6.3</magic-script.version>
33+
<magic-script.version>1.6.4</magic-script.version>
3434
<commons-compress.version>1.21</commons-compress.version>
3535
<commons-io.version>2.7</commons-io.version>
3636
<commons-text.version>1.6</commons-text.version>

0 commit comments

Comments
 (0)
Please sign in to comment.