升级版本号

This commit is contained in:
yuye
2020-06-26 13:32:48 +08:00
parent b7ec676933
commit db4c17dd3c
7 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
<parent>
<artifactId>Mars-Java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-common</artifactId>
@@ -38,6 +38,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
+6 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-core</artifactId>
@@ -15,5 +15,10 @@
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-common</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<artifactId>Mars-Java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-jdbc</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-mvc</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-server</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<artifactId>Mars-Java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.21</version>
<version>3.0.22</version>
</parent>
<artifactId>mars-starter</artifactId>
+2 -1
View File
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.21</version>
<version>3.0.22</version>
<packaging>pom</packaging>
<modules>
<module>mars-core</module>
@@ -111,6 +111,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>