diff --git a/panda-all/pom.xml b/panda-all/pom.xml index ad1c1b2..e292d90 100644 --- a/panda-all/pom.xml +++ b/panda-all/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 jar 4.0.0 diff --git a/panda-aop/pom.xml b/panda-aop/pom.xml index 7cbc97b..580a091 100644 --- a/panda-aop/pom.xml +++ b/panda-aop/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 ${project.version} 4.0.0 diff --git a/panda-aop/src/test/java/org/panda/aop/util/InterfaceProxyFactoryUtilTest.java b/panda-aop/src/test/java/org/panda/aop/util/InterfaceProxyFactoryUtilTest.java index 350d2d3..f4e3635 100644 --- a/panda-aop/src/test/java/org/panda/aop/util/InterfaceProxyFactoryUtilTest.java +++ b/panda-aop/src/test/java/org/panda/aop/util/InterfaceProxyFactoryUtilTest.java @@ -6,11 +6,9 @@ import static org.junit.Assert.*; public class InterfaceProxyFactoryUtilTest { - @org.junit.Test public void newMapperProxy() { } - @org.junit.Test public void invoke() { HelloService helloService = InterfaceProxyFactoryUtil.newMapperProxy(HelloService.class); helloService.sayHello("nihoa"); diff --git a/panda-beans/pom.xml b/panda-beans/pom.xml index 04493e4..bf536d8 100644 --- a/panda-beans/pom.xml +++ b/panda-beans/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 4.0.0 diff --git a/panda-code/pom.xml b/panda-code/pom.xml index a2188a4..5d2901f 100644 --- a/panda-code/pom.xml +++ b/panda-code/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 4.0.0 panda-code diff --git a/panda-jdbc/pom.xml b/panda-jdbc/pom.xml index d5f45bd..e1bdf85 100644 --- a/panda-jdbc/pom.xml +++ b/panda-jdbc/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 4.0.0 diff --git a/panda-jdbc/src/test/java/org/panda/jdbc/JdbcUtilsTest.java b/panda-jdbc/src/test/java/org/panda/jdbc/JdbcUtilsTest.java index edb5a1f..7d9b013 100644 --- a/panda-jdbc/src/test/java/org/panda/jdbc/JdbcUtilsTest.java +++ b/panda-jdbc/src/test/java/org/panda/jdbc/JdbcUtilsTest.java @@ -13,14 +13,12 @@ public class JdbcUtilsTest { private JdbcUtils jdbcUtils=new JdbcUtils("com.mysql.jdbc.Driver","jdbc:mysql://localhost:3306/ssm?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8","root","mysql"); - @Test public void getDBInfo() { DbInfo dbInfo = jdbcUtils.getDBInfo(); System.out.println(dbInfo); } - @Test public void getAllTable() { List tableList = jdbcUtils.getAllTable(); tableList.forEach((table)->{ diff --git a/panda-web/pom.xml b/panda-web/pom.xml index 72b87ea..179371d 100644 --- a/panda-web/pom.xml +++ b/panda-web/pom.xml @@ -5,7 +5,7 @@ panda org.panda - 1.0-SNAPSHOT + 2.0 4.0.0