From ec1a6a49c69558928ed7d1d07d8581f0b0db437f Mon Sep 17 00:00:00 2001 From: hongqiaowei Date: Tue, 20 Apr 2021 10:54:38 +0800 Subject: [PATCH] prepare for deploying maven central repository (#131) --- fizz-bootstrap/pom.xml | 30 ++++++++++++++----- .../java/we/FizzBootstrapApplication.java | 2 +- fizz-common/pom.xml | 3 +- fizz-core/pom.xml | 8 ++--- fizz-plugin/pom.xml | 6 ++-- fizz-spring-boot-starter/pom.xml | 8 ++--- pom.xml | 22 +++++++------- 7 files changed, 45 insertions(+), 34 deletions(-) diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 0e2bf2c..24de175 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -2,17 +2,33 @@ - - fizz-gateway-community - we - 1.5.0 - ../pom.xml - 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.13.RELEASE + + + com.fizzgate fizz-bootstrap + 1.5.0 + 1.8 + 5.2.14.RELEASE + Dysprosium-SR19 + 5.3.7.RELEASE + 4.1.63.Final + 4.4.14 + 2.13.3 + 3.12.0 + 1.18.18 + 2.7.5 + 1.16.1 + 3.4.6 + 4.0.1 + 3.5.9 @@ -24,7 +40,7 @@ ${project.basedir}/../lib/json-schema-validator-i18n-support-1.0.39_4.jar - we + com.fizzgate fizz-spring-boot-starter 1.5.0 diff --git a/fizz-bootstrap/src/main/java/we/FizzBootstrapApplication.java b/fizz-bootstrap/src/main/java/we/FizzBootstrapApplication.java index 33c8795..4df1f40 100644 --- a/fizz-bootstrap/src/main/java/we/FizzBootstrapApplication.java +++ b/fizz-bootstrap/src/main/java/we/FizzBootstrapApplication.java @@ -56,7 +56,7 @@ public class FizzBootstrapApplication { protected void onClose() { super.onClose(); if (AggregateRedisConfig.proxyLettuceConnectionFactory != null) { - LOGGER.info("FizzGatewayApplication stopped."); + LOGGER.info("FizzBootstrapApplication stopped."); // set LogSendAppender.logEnabled to false to stop send log to fizz-manager LogSendAppender.logEnabled = Boolean.FALSE; try { diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 4dc41f0..97e01ac 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> fizz-gateway-community - we + com.fizzgate 1.5.0 ../pom.xml @@ -100,7 +100,6 @@ - \ No newline at end of file diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index 6038730..9d85f11 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> fizz-gateway-community - we + com.fizzgate 1.5.0 ../pom.xml @@ -25,13 +25,9 @@ - we + com.fizzgate fizz-common - org.springframework.session diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 4833cc4..e0b2b9f 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> fizz-gateway-community - we + com.fizzgate 1.5.0 ../pom.xml @@ -25,11 +25,11 @@ - we + com.fizzgate fizz-common - we + com.fizzgate fizz-core diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 7a410b9..393f935 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> fizz-gateway-community - we + com.fizzgate 1.5.0 ../pom.xml @@ -252,15 +252,15 @@ - we + com.fizzgate fizz-common - we + com.fizzgate fizz-core - we + com.fizzgate fizz-plugin diff --git a/pom.xml b/pom.xml index 837291c..ed4428d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ 1.5.0 2.2.13.RELEASE - 5.2.13.RELEASE - Dysprosium-SR18 - 5.3.6.RELEASE + 5.2.14.RELEASE + Dysprosium-SR19 + 5.3.7.RELEASE 0.2.7 4.1.63.Final 4.4.14 @@ -28,7 +28,7 @@ 2.2.13.RELEASE - we + com.fizzgate fizz-gateway-community ${project.artifactId} fizz gateway community @@ -38,7 +38,7 @@ fizz-common fizz-core fizz-plugin - fizz-bootstrap + fizz-spring-boot-starter @@ -72,17 +72,17 @@ --> - we + com.fizzgate fizz-common ${fizz.version} - we + com.fizzgate fizz-core ${fizz.version} - we + com.fizzgate fizz-plugin ${fizz.version} @@ -357,7 +357,6 @@ kxml2 2.3.0 - @@ -397,7 +396,8 @@ 1.5.0 --> - + release @@ -482,7 +482,7 @@ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - --> +