From d7254d460cc9de8eff134810853c1a758445dfaa Mon Sep 17 00:00:00 2001 From: qi_liang Date: Mon, 12 Aug 2019 11:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pom=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panda-all/pom.xml | 2 +- panda-aop/pom.xml | 2 +- .../java/org/panda/aop/util/InterfaceProxyFactoryUtilTest.java | 2 -- panda-beans/pom.xml | 2 +- panda-code/pom.xml | 2 +- panda-jdbc/pom.xml | 2 +- panda-jdbc/src/test/java/org/panda/jdbc/JdbcUtilsTest.java | 2 -- panda-web/pom.xml | 2 +- 8 files changed, 6 insertions(+), 10 deletions(-) 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