升级版本号,为下一次升级做准备

This commit is contained in:
yuye
2020-06-06 21:53:51 +08:00
parent 2c59a3089b
commit 362f9aade1
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<artifactId>Mars-Java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.19</version>
<version>3.0.20</version>
</parent>
<artifactId>mars-common</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.19</version>
<version>3.0.20</version>
</parent>
<artifactId>mars-core</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<artifactId>Mars-Java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.19</version>
<version>3.0.20</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.19</version>
<version>3.0.20</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.19</version>
<version>3.0.20</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.19</version>
<version>3.0.20</version>
</parent>
<artifactId>mars-starter</artifactId>
+9 -9
View File
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-Java</artifactId>
<version>3.0.19</version>
<version>3.0.20</version>
<packaging>pom</packaging>
<modules>
<module>mars-core</module>
@@ -68,18 +68,18 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.62</version>
<version>1.2.70</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.25</version>
<version>1.7.30</version>
</dependency>
<dependency>
@@ -102,25 +102,25 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.20</version>
<version>1.1.22</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.8.3</version>
<version>3.10.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.0</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -132,7 +132,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
</dependency>
</dependencies>
</dependencyManagement>