mirror of
https://github.com/wahyd4/Martian.git
synced 2026-08-09 05:16:21 +10:00
升级版本号
This commit is contained in:
+2
-1
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user