From 4703e1fc0f0e11f13423182cb644c634398de15d Mon Sep 17 00:00:00 2001 From: zhangzhuo Date: Tue, 3 May 2022 13:07:31 +0800 Subject: [PATCH] update to 3.0.2 --- example-main/pom.xml | 5 ++++- example-plugins-basic/example-basic-1/pom.xml | 3 ++- example-plugins-basic/example-basic-2/pom.xml | 1 + example-plugins-basic/pom.xml | 2 +- example-plugins-cloud/pom.xml | 2 +- example-plugins-db/pom.xml | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/example-main/pom.xml b/example-main/pom.xml index ed883cc..aff13dc 100644 --- a/example-main/pom.xml +++ b/example-main/pom.xml @@ -16,7 +16,7 @@ 1.8 - 3.0.1 + 3.0.2 2.5.6 @@ -98,6 +98,7 @@ spring-boot-starter-aop + org.springframework.boot spring-boot-starter-test @@ -115,6 +116,8 @@ main com.gitee.starblues.example.Application + jar + D:\etc\test-jar\lib diff --git a/example-plugins-basic/example-basic-1/pom.xml b/example-plugins-basic/example-basic-1/pom.xml index 8d971c6..6b46bd0 100644 --- a/example-plugins-basic/example-basic-1/pom.xml +++ b/example-plugins-basic/example-basic-1/pom.xml @@ -30,7 +30,8 @@ basic1-config.yaml - jar + jar-outer + ~\basic1-lib diff --git a/example-plugins-basic/example-basic-2/pom.xml b/example-plugins-basic/example-basic-2/pom.xml index 5536f26..6d6cdc0 100644 --- a/example-plugins-basic/example-basic-2/pom.xml +++ b/example-plugins-basic/example-basic-2/pom.xml @@ -30,6 +30,7 @@ jar + ~\basic2-lib diff --git a/example-plugins-basic/pom.xml b/example-plugins-basic/pom.xml index 90c68bd..7cf7ccc 100644 --- a/example-plugins-basic/pom.xml +++ b/example-plugins-basic/pom.xml @@ -22,7 +22,7 @@ 4.13 2.5.6 - 3.0.1 + 3.0.2 3.1.1 diff --git a/example-plugins-cloud/pom.xml b/example-plugins-cloud/pom.xml index 5f9de1e..cc0a2fc 100644 --- a/example-plugins-cloud/pom.xml +++ b/example-plugins-cloud/pom.xml @@ -21,7 +21,7 @@ 4.13 2.3.12.RELEASE - 3.0.1 + 3.0.2 3.1.1 diff --git a/example-plugins-db/pom.xml b/example-plugins-db/pom.xml index 73038bd..fae9217 100644 --- a/example-plugins-db/pom.xml +++ b/example-plugins-db/pom.xml @@ -21,7 +21,7 @@ 1.18.10 4.13 - 3.0.1 + 3.0.2 2.5.6 3.1.1 -- Gitee