update version

This commit is contained in:
yuye
2019-11-24 12:17:00 +08:00
parent 43d2b787f7
commit d5b9ed08cf
120 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Joker</artifactId>
<artifactId>Mars</artifactId>
<version>3.0.8</version>
</parent>
<artifactId>joker-core</artifactId>
<artifactId>mars-core</artifactId>
<dependencies>
<dependency>
+3 -3
View File
@@ -3,17 +3,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>Joker</artifactId>
<artifactId>Mars</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>joker-jdbc</artifactId>
<artifactId>mars-jdbc</artifactId>
<dependencies>
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>joker-core</artifactId>
<artifactId>mars-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
+3 -3
View File
@@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Joker</artifactId>
<artifactId>Mars</artifactId>
<version>3.0.8</version>
</parent>
<artifactId>joker-mvc</artifactId>
<artifactId>mars-mvc</artifactId>
<dependencies>
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>joker-netty</artifactId>
<artifactId>mars-netty</artifactId>
</dependency>
</dependencies>
</project>
+3 -3
View File
@@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Joker</artifactId>
<artifactId>Mars</artifactId>
<version>3.0.8</version>
</parent>
<artifactId>joker-netty</artifactId>
<artifactId>mars-netty</artifactId>
<dependencies>
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>joker-server</artifactId>
<artifactId>mars-server</artifactId>
</dependency>
</dependencies>
</project>

Some files were not shown because too many files have changed in this diff Show More