This commit is contained in:
阿沐 2022-07-27 09:23:28 +08:00
parent fd1747c429
commit bbc681d7f0
6 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>fast-boot-api</artifactId> <artifactId>fast-boot-api</artifactId>

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>fast-boot-new</artifactId> <artifactId>fast-boot-new</artifactId>
@ -12,7 +12,7 @@
<dependency> <dependency>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-framework</artifactId> <artifactId>fast-framework</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>fast-boot-system</artifactId> <artifactId>fast-boot-system</artifactId>
@ -12,12 +12,12 @@
<dependency> <dependency>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-framework</artifactId> <artifactId>fast-framework</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot-api</artifactId> <artifactId>fast-boot-api</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aliyun.oss</groupId> <groupId>com.aliyun.oss</groupId>

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>fast-framework</artifactId> <artifactId>fast-framework</artifactId>

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>fast-server</artifactId> <artifactId>fast-server</artifactId>
@ -12,12 +12,12 @@
<dependency> <dependency>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot-system</artifactId> <artifactId>fast-boot-system</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot-new</artifactId> <artifactId>fast-boot-new</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.xiaoymin</groupId> <groupId>com.github.xiaoymin</groupId>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.maku</groupId> <groupId>net.maku</groupId>
<artifactId>fast-boot</artifactId> <artifactId>fast-boot</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>fast-boot</name> <name>fast-boot</name>