update version

This commit is contained in:
yuye
2019-11-22 22:06:12 +08:00
parent a3b663e20a
commit ae91960737
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<artifactId>mars-core</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Mars</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mars-jdbc</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<artifactId>mars-mvc</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<artifactId>mars-netty</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Mars</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</parent>
<artifactId>mars-server</artifactId>
@@ -31,7 +31,9 @@ public class CrossDomain {
*/
private void init(){
JSONObject object = getConfig();
if(object == null){
return;
}
String origin2 = object.getString("origin");
if(origin2 != null){
this.origin = origin2;
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
<packaging>pom</packaging>
<modules>
<module>mars-core</module>