From d1c0e0646d66f9dc47a1495113de132caa82c9c2 Mon Sep 17 00:00:00 2001 From: javahongxi Date: Fri, 6 Dec 2019 20:20:45 +0800 Subject: [PATCH] Upgrade to Rocket.S8 --- pom.xml | 4 ++-- whatsmars-common/pom.xml | 2 +- whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml | 2 +- whatsmars-dubbo/pom.xml | 4 ++-- whatsmars-dubbo/whatsmars-dubbo-api/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-consumer-annotation/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml | 2 +- whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml | 2 +- whatsmars-elasticjob/pom.xml | 2 +- whatsmars-elasticsearch/pom.xml | 2 +- whatsmars-flink/pom.xml | 2 +- whatsmars-mq/pom.xml | 2 +- whatsmars-mq/rocketmq-spring-boot-starter/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-activemq/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-kafka-server/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-kafka-spring/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-kafka/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml | 2 +- whatsmars-mq/whatsmars-mq-rocketmq/pom.xml | 4 ++-- whatsmars-mq/whatsmars-otter-mq/pom.xml | 2 +- whatsmars-redis/pom.xml | 2 +- whatsmars-rpc/pom.xml | 2 +- whatsmars-rpc/whatsmars-logging/pom.xml | 2 +- whatsmars-rpc/whatsmars-netty/pom.xml | 2 +- whatsmars-rpc/whatsmars-remoting/pom.xml | 4 ++-- whatsmars-rpc/whatsmars-serialization/pom.xml | 2 +- whatsmars-shardingsphere/pom.xml | 2 +- whatsmars-spring-boot-samples/pom.xml | 2 +- .../whatsmars-boot-sample-aop/pom.xml | 2 +- .../whatsmars-boot-sample-cache/pom.xml | 2 +- .../whatsmars-boot-sample-logback/pom.xml | 2 +- .../whatsmars-boot-sample-mongodb/pom.xml | 2 +- .../whatsmars-boot-sample-mybatis/pom.xml | 2 +- .../whatsmars-boot-sample-redis/pom.xml | 2 +- .../whatsmars-boot-sample-session/pom.xml | 2 +- whatsmars-spring-boot/pom.xml | 2 +- whatsmars-spring-cloud/pom.xml | 2 +- whatsmars-spring-cloud/whatsmars-cloud-consumer/pom.xml | 2 +- whatsmars-spring-cloud/whatsmars-cloud-eureka/pom.xml | 2 +- whatsmars-spring-cloud/whatsmars-cloud-provider/pom.xml | 2 +- whatsmars-spring-data/pom.xml | 2 +- whatsmars-spring/pom.xml | 2 +- whatsmars-zk/pom.xml | 2 +- 51 files changed, 55 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 2cd05f77..b28a11dc 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.hongxi whatsmars-parent pom - Rocket.S7 + Rocket.S8 https://github.com/javahongxi/whatsmars @@ -269,7 +269,7 @@ org.apache.maven.plugins maven-release-plugin - + org.codehaus.mojo versions-maven-plugin diff --git a/whatsmars-common/pom.xml b/whatsmars-common/pom.xml index 365766dc..257007a3 100644 --- a/whatsmars-common/pom.xml +++ b/whatsmars-common/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml b/whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml index c4612998..6b466dca 100644 --- a/whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml +++ b/whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/pom.xml b/whatsmars-dubbo/pom.xml index 364c59ab..0ea68422 100644 --- a/whatsmars-dubbo/pom.xml +++ b/whatsmars-dubbo/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 @@ -30,7 +30,7 @@ org.hongxi dubbo-spring-boot-starter - Rocket.S7 + Rocket.S8 diff --git a/whatsmars-dubbo/whatsmars-dubbo-api/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-api/pom.xml index da8dfced..1daf9911 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-api/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-api/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-consumer-annotation/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-consumer-annotation/pom.xml index 8c4f24ff..985f2f5c 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-consumer-annotation/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-consumer-annotation/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml index b4916c73..2d680354 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml index 4d078c22..e77d150e 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml index 2a059131..d7a73a38 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml index cda9394b..21c8662c 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml b/whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml index 014b27cb..a99436df 100644 --- a/whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml +++ b/whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml @@ -5,7 +5,7 @@ whatsmars-dubbo org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-elasticjob/pom.xml b/whatsmars-elasticjob/pom.xml index b41b5e3e..ac663d4b 100644 --- a/whatsmars-elasticjob/pom.xml +++ b/whatsmars-elasticjob/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-elasticsearch/pom.xml b/whatsmars-elasticsearch/pom.xml index edc9806a..61f965fb 100644 --- a/whatsmars-elasticsearch/pom.xml +++ b/whatsmars-elasticsearch/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-flink/pom.xml b/whatsmars-flink/pom.xml index af8e3ecb..34df46b3 100644 --- a/whatsmars-flink/pom.xml +++ b/whatsmars-flink/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/pom.xml b/whatsmars-mq/pom.xml index 63dd1755..325723ab 100644 --- a/whatsmars-mq/pom.xml +++ b/whatsmars-mq/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/rocketmq-spring-boot-starter/pom.xml b/whatsmars-mq/rocketmq-spring-boot-starter/pom.xml index 2d407dc6..4e9843a9 100644 --- a/whatsmars-mq/rocketmq-spring-boot-starter/pom.xml +++ b/whatsmars-mq/rocketmq-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml b/whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml index 34d65097..e58b9074 100644 --- a/whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml +++ b/whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-activemq/pom.xml b/whatsmars-mq/whatsmars-mq-activemq/pom.xml index 9e14a9b1..1473c4d3 100644 --- a/whatsmars-mq/whatsmars-mq-activemq/pom.xml +++ b/whatsmars-mq/whatsmars-mq-activemq/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-kafka-server/pom.xml b/whatsmars-mq/whatsmars-mq-kafka-server/pom.xml index f424f209..71d557a1 100644 --- a/whatsmars-mq/whatsmars-mq-kafka-server/pom.xml +++ b/whatsmars-mq/whatsmars-mq-kafka-server/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-kafka-spring/pom.xml b/whatsmars-mq/whatsmars-mq-kafka-spring/pom.xml index 4f8d5664..37f45823 100644 --- a/whatsmars-mq/whatsmars-mq-kafka-spring/pom.xml +++ b/whatsmars-mq/whatsmars-mq-kafka-spring/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-kafka/pom.xml b/whatsmars-mq/whatsmars-mq-kafka/pom.xml index 9584706d..93bb3b06 100644 --- a/whatsmars-mq/whatsmars-mq-kafka/pom.xml +++ b/whatsmars-mq/whatsmars-mq-kafka/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml b/whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml index fcddc0bb..5411221f 100644 --- a/whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml b/whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml index a5cde949..c17d9ea4 100644 --- a/whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml b/whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml index 884b7a07..71818b1e 100644 --- a/whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml b/whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml index b1703d3e..51c0ada5 100644 --- a/whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml b/whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml index 8e3bd9ec..61222078 100644 --- a/whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-mq/whatsmars-mq-rocketmq/pom.xml b/whatsmars-mq/whatsmars-mq-rocketmq/pom.xml index 7222316f..f0c7713e 100644 --- a/whatsmars-mq/whatsmars-mq-rocketmq/pom.xml +++ b/whatsmars-mq/whatsmars-mq-rocketmq/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 @@ -22,7 +22,7 @@ org.hongxi rocketmq-spring-boot-starter - Rocket.S7 + Rocket.S8 diff --git a/whatsmars-mq/whatsmars-otter-mq/pom.xml b/whatsmars-mq/whatsmars-otter-mq/pom.xml index f89deb7e..67254316 100644 --- a/whatsmars-mq/whatsmars-otter-mq/pom.xml +++ b/whatsmars-mq/whatsmars-otter-mq/pom.xml @@ -5,7 +5,7 @@ whatsmars-mq org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-redis/pom.xml b/whatsmars-redis/pom.xml index 0434ecd8..0f3ce784 100644 --- a/whatsmars-redis/pom.xml +++ b/whatsmars-redis/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-parent - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-rpc/pom.xml b/whatsmars-rpc/pom.xml index 1cb7bc68..fe0f2660 100644 --- a/whatsmars-rpc/pom.xml +++ b/whatsmars-rpc/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-rpc/whatsmars-logging/pom.xml b/whatsmars-rpc/whatsmars-logging/pom.xml index 9c4bb53c..a47851bb 100644 --- a/whatsmars-rpc/whatsmars-logging/pom.xml +++ b/whatsmars-rpc/whatsmars-logging/pom.xml @@ -5,7 +5,7 @@ whatsmars-rpc org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-rpc/whatsmars-netty/pom.xml b/whatsmars-rpc/whatsmars-netty/pom.xml index 6a530663..a2248155 100644 --- a/whatsmars-rpc/whatsmars-netty/pom.xml +++ b/whatsmars-rpc/whatsmars-netty/pom.xml @@ -5,7 +5,7 @@ whatsmars-rpc org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-rpc/whatsmars-remoting/pom.xml b/whatsmars-rpc/whatsmars-remoting/pom.xml index 9662b98e..9c0e1909 100644 --- a/whatsmars-rpc/whatsmars-remoting/pom.xml +++ b/whatsmars-rpc/whatsmars-remoting/pom.xml @@ -5,7 +5,7 @@ whatsmars-rpc org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 @@ -31,7 +31,7 @@ org.hongxi whatsmars-logging - Rocket.S7 + Rocket.S8 diff --git a/whatsmars-rpc/whatsmars-serialization/pom.xml b/whatsmars-rpc/whatsmars-serialization/pom.xml index f3b5bbb9..21bfc9c8 100644 --- a/whatsmars-rpc/whatsmars-serialization/pom.xml +++ b/whatsmars-rpc/whatsmars-serialization/pom.xml @@ -5,7 +5,7 @@ whatsmars-rpc org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-shardingsphere/pom.xml b/whatsmars-shardingsphere/pom.xml index 04c52dff..ea20177b 100644 --- a/whatsmars-shardingsphere/pom.xml +++ b/whatsmars-shardingsphere/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-parent - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/pom.xml b/whatsmars-spring-boot-samples/pom.xml index bcaeb4f6..a317757b 100644 --- a/whatsmars-spring-boot-samples/pom.xml +++ b/whatsmars-spring-boot-samples/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-parent - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-aop/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-aop/pom.xml index c616906f..ec74caee 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-aop/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-aop/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-cache/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-cache/pom.xml index 57983694..9d0bd4e2 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-cache/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-cache/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-logback/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-logback/pom.xml index 3bb2c6f8..857ef162 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-logback/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-logback/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-mongodb/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-mongodb/pom.xml index 4c67992f..e0428bbe 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-mongodb/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-mongodb/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-mybatis/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-mybatis/pom.xml index 87da26dc..d83f1376 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-mybatis/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-mybatis/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-redis/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-redis/pom.xml index 940d14c7..3fafcda6 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-redis/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-redis/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot-samples/whatsmars-boot-sample-session/pom.xml b/whatsmars-spring-boot-samples/whatsmars-boot-sample-session/pom.xml index 709439c6..134046a9 100644 --- a/whatsmars-spring-boot-samples/whatsmars-boot-sample-session/pom.xml +++ b/whatsmars-spring-boot-samples/whatsmars-boot-sample-session/pom.xml @@ -5,7 +5,7 @@ whatsmars-spring-boot-samples org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-boot/pom.xml b/whatsmars-spring-boot/pom.xml index 9a7de9f2..1eafe181 100644 --- a/whatsmars-spring-boot/pom.xml +++ b/whatsmars-spring-boot/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-parent - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-cloud/pom.xml b/whatsmars-spring-cloud/pom.xml index fb3ee0fd..0ddbba72 100644 --- a/whatsmars-spring-cloud/pom.xml +++ b/whatsmars-spring-cloud/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-parent - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-cloud/whatsmars-cloud-consumer/pom.xml b/whatsmars-spring-cloud/whatsmars-cloud-consumer/pom.xml index 25177d42..d984d57a 100644 --- a/whatsmars-spring-cloud/whatsmars-cloud-consumer/pom.xml +++ b/whatsmars-spring-cloud/whatsmars-cloud-consumer/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-spring-cloud - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-cloud/whatsmars-cloud-eureka/pom.xml b/whatsmars-spring-cloud/whatsmars-cloud-eureka/pom.xml index 64f28d47..c574d13e 100644 --- a/whatsmars-spring-cloud/whatsmars-cloud-eureka/pom.xml +++ b/whatsmars-spring-cloud/whatsmars-cloud-eureka/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-spring-cloud - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-cloud/whatsmars-cloud-provider/pom.xml b/whatsmars-spring-cloud/whatsmars-cloud-provider/pom.xml index dfce1b85..accf762d 100644 --- a/whatsmars-spring-cloud/whatsmars-cloud-provider/pom.xml +++ b/whatsmars-spring-cloud/whatsmars-cloud-provider/pom.xml @@ -5,7 +5,7 @@ org.hongxi whatsmars-spring-cloud - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring-data/pom.xml b/whatsmars-spring-data/pom.xml index 8983f8a7..47268af5 100644 --- a/whatsmars-spring-data/pom.xml +++ b/whatsmars-spring-data/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-spring/pom.xml b/whatsmars-spring/pom.xml index 2f73ac69..6f93b882 100644 --- a/whatsmars-spring/pom.xml +++ b/whatsmars-spring/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0 diff --git a/whatsmars-zk/pom.xml b/whatsmars-zk/pom.xml index 4eed417a..e45de120 100644 --- a/whatsmars-zk/pom.xml +++ b/whatsmars-zk/pom.xml @@ -5,7 +5,7 @@ whatsmars-parent org.hongxi - Rocket.S7 + Rocket.S8 4.0.0