update version

This commit is contained in:
yuye
2019-10-29 23:28:48 +08:00
parent aa65007878
commit 2cee7a76b1
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-aop</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-core</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-ioc</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>mars-jdbc</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>mars-jdbc</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-jdbc</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-mybatis</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Mars-java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-mvc</artifactId>
@@ -94,7 +94,7 @@ public class LoadController {
Object obj = mvcCglibProxy.getProxy(cls);
/* 获取对象属性,完成注入 */
// 2.2.5 版本,controller改成interface以后,就不再需要注入了,代码先注释掉,防止以后有用
// 3.0.0 版本,controller改成interface以后,就不再需要注入了,代码先注释掉,防止以后有用
//WriteFields.writeFields(cls,obj,marsBeanObjs);
return obj;
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-netty</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Mars-java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<artifactId>mars-server</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>Mars-java</artifactId>
<groupId>com.github.yuyenews</groupId>
<version>2.2.5</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-java</artifactId>
<version>2.2.5</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<modules>
<module>mars-aop</module>