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