From 93fb00d40cde0a760588a8fb5fdab54959c0e182 Mon Sep 17 00:00:00 2001 From: baymax55 Date: Thu, 8 Dec 2022 11:35:32 +0800 Subject: [PATCH] Replace ${project.version} with ${revision} --- .../hippo4j-adapter-alibaba-dubbo/pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-dubbo/pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-dubbox/pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-hystrix/pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-rabbitmq/pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-rocketmq/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- hippo4j-adapter/hippo4j-adapter-web/pom.xml | 2 +- hippo4j-core/pom.xml | 2 +- hippo4j-message/pom.xml | 2 +- hippo4j-monitor/hippo4j-monitor-base/pom.xml | 6 +++--- .../hippo4j-monitor-elasticsearch/pom.xml | 2 +- hippo4j-monitor/hippo4j-monitor-local-log/pom.xml | 2 +- hippo4j-monitor/hippo4j-monitor-micrometer/pom.xml | 2 +- hippo4j-rpc/pom.xml | 2 +- hippo4j-server/hippo4j-auth/pom.xml | 2 +- hippo4j-server/hippo4j-bootstrap/pom.xml | 2 +- hippo4j-server/hippo4j-config/pom.xml | 4 ++-- hippo4j-server/hippo4j-console/pom.xml | 6 +++--- hippo4j-server/hippo4j-discovery/pom.xml | 2 +- .../hippo4j-config-spring-boot-1x-starter/pom.xml | 2 +- .../hippo4j-config-spring-boot-starter/pom.xml | 12 ++++++------ .../pom.xml | 2 +- .../hippo4j-spring-boot-starter-adapter-all/pom.xml | 12 ++++++------ .../pom.xml | 4 ++-- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../hippo4j-spring-boot-starter-adapter-web/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../hippo4j-spring-boot-starter/pom.xml | 12 ++++++------ 37 files changed, 58 insertions(+), 58 deletions(-) diff --git a/hippo4j-adapter/hippo4j-adapter-alibaba-dubbo/pom.xml b/hippo4j-adapter/hippo4j-adapter-alibaba-dubbo/pom.xml index 5ffcc442..bf041aa2 100644 --- a/hippo4j-adapter/hippo4j-adapter-alibaba-dubbo/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-alibaba-dubbo/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} com.alibaba diff --git a/hippo4j-adapter/hippo4j-adapter-dubbo/pom.xml b/hippo4j-adapter/hippo4j-adapter-dubbo/pom.xml index 62bd25f2..4ad5ab2f 100644 --- a/hippo4j-adapter/hippo4j-adapter-dubbo/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-dubbo/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} org.apache.dubbo diff --git a/hippo4j-adapter/hippo4j-adapter-dubbox/pom.xml b/hippo4j-adapter/hippo4j-adapter-dubbox/pom.xml index 90d50e80..7404c1f3 100644 --- a/hippo4j-adapter/hippo4j-adapter-dubbox/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-dubbox/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-dubbo - ${revision} + ${project.version} diff --git a/hippo4j-adapter/hippo4j-adapter-hystrix/pom.xml b/hippo4j-adapter/hippo4j-adapter-hystrix/pom.xml index 128e1ccb..55553850 100644 --- a/hippo4j-adapter/hippo4j-adapter-hystrix/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-hystrix/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} org.springframework.cloud diff --git a/hippo4j-adapter/hippo4j-adapter-rabbitmq/pom.xml b/hippo4j-adapter/hippo4j-adapter-rabbitmq/pom.xml index 2d54fe82..9de38874 100644 --- a/hippo4j-adapter/hippo4j-adapter-rabbitmq/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-rabbitmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} org.springframework.boot diff --git a/hippo4j-adapter/hippo4j-adapter-rocketmq/pom.xml b/hippo4j-adapter/hippo4j-adapter-rocketmq/pom.xml index bf046e13..70210369 100644 --- a/hippo4j-adapter/hippo4j-adapter-rocketmq/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-rocketmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} org.apache.rocketmq diff --git a/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rabbitmq/pom.xml b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rabbitmq/pom.xml index c0a96526..3c4e1be6 100644 --- a/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rabbitmq/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rabbitmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} org.springframework.cloud diff --git a/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml index b8c524fa..95e96968 100644 --- a/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} com.alibaba.cloud diff --git a/hippo4j-adapter/hippo4j-adapter-web/pom.xml b/hippo4j-adapter/hippo4j-adapter-web/pom.xml index 62ab8998..b6e98183 100644 --- a/hippo4j-adapter/hippo4j-adapter-web/pom.xml +++ b/hippo4j-adapter/hippo4j-adapter-web/pom.xml @@ -38,7 +38,7 @@ cn.hippo4j hippo4j-core - ${revision} + ${project.version} diff --git a/hippo4j-core/pom.xml b/hippo4j-core/pom.xml index ae43fb91..7088a3f1 100644 --- a/hippo4j-core/pom.xml +++ b/hippo4j-core/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-common - ${revision} + ${project.version} org.springframework.boot diff --git a/hippo4j-message/pom.xml b/hippo4j-message/pom.xml index e865476f..3a2b349d 100644 --- a/hippo4j-message/pom.xml +++ b/hippo4j-message/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-core - ${revision} + ${project.version} commons-codec diff --git a/hippo4j-monitor/hippo4j-monitor-base/pom.xml b/hippo4j-monitor/hippo4j-monitor-base/pom.xml index f5485ee1..082d2f18 100644 --- a/hippo4j-monitor/hippo4j-monitor-base/pom.xml +++ b/hippo4j-monitor/hippo4j-monitor-base/pom.xml @@ -13,17 +13,17 @@ cn.hippo4j hippo4j-core - ${revision} + ${project.version} cn.hippo4j hippo4j-adapter-web - ${revision} + ${project.version} cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} diff --git a/hippo4j-monitor/hippo4j-monitor-elasticsearch/pom.xml b/hippo4j-monitor/hippo4j-monitor-elasticsearch/pom.xml index 0fcd444c..5f555c66 100644 --- a/hippo4j-monitor/hippo4j-monitor-elasticsearch/pom.xml +++ b/hippo4j-monitor/hippo4j-monitor-elasticsearch/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-base - ${revision} + ${project.version} io.micrometer diff --git a/hippo4j-monitor/hippo4j-monitor-local-log/pom.xml b/hippo4j-monitor/hippo4j-monitor-local-log/pom.xml index 9bdf12ed..e1fdacf2 100644 --- a/hippo4j-monitor/hippo4j-monitor-local-log/pom.xml +++ b/hippo4j-monitor/hippo4j-monitor-local-log/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-base - ${revision} + ${project.version} diff --git a/hippo4j-monitor/hippo4j-monitor-micrometer/pom.xml b/hippo4j-monitor/hippo4j-monitor-micrometer/pom.xml index 8e8037ce..91daefab 100644 --- a/hippo4j-monitor/hippo4j-monitor-micrometer/pom.xml +++ b/hippo4j-monitor/hippo4j-monitor-micrometer/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-base - ${revision} + ${project.version} io.micrometer diff --git a/hippo4j-rpc/pom.xml b/hippo4j-rpc/pom.xml index 49058de8..456495b4 100644 --- a/hippo4j-rpc/pom.xml +++ b/hippo4j-rpc/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-common - ${revision} + ${project.version} org.springframework.boot diff --git a/hippo4j-server/hippo4j-auth/pom.xml b/hippo4j-server/hippo4j-auth/pom.xml index 11164c20..ce568c53 100644 --- a/hippo4j-server/hippo4j-auth/pom.xml +++ b/hippo4j-server/hippo4j-auth/pom.xml @@ -57,7 +57,7 @@ cn.hippo4j hippo4j-common - ${revision} + ${project.version} diff --git a/hippo4j-server/hippo4j-bootstrap/pom.xml b/hippo4j-server/hippo4j-bootstrap/pom.xml index 54ffe8e6..9a43ca07 100644 --- a/hippo4j-server/hippo4j-bootstrap/pom.xml +++ b/hippo4j-server/hippo4j-bootstrap/pom.xml @@ -17,7 +17,7 @@ cn.hippo4j hippo4j-console - ${revision} + ${project.version} diff --git a/hippo4j-server/hippo4j-config/pom.xml b/hippo4j-server/hippo4j-config/pom.xml index f548e2cc..a677b899 100644 --- a/hippo4j-server/hippo4j-config/pom.xml +++ b/hippo4j-server/hippo4j-config/pom.xml @@ -17,7 +17,7 @@ cn.hippo4j hippo4j-common - ${revision} + ${project.version} org.springframework.boot @@ -49,7 +49,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} cn.hippo4j diff --git a/hippo4j-server/hippo4j-console/pom.xml b/hippo4j-server/hippo4j-console/pom.xml index 193658a6..3cd14888 100644 --- a/hippo4j-server/hippo4j-console/pom.xml +++ b/hippo4j-server/hippo4j-console/pom.xml @@ -17,17 +17,17 @@ cn.hippo4j hippo4j-config - ${revision} + ${project.version} cn.hippo4j hippo4j-discovery - ${revision} + ${project.version} cn.hippo4j hippo4j-auth - ${revision} + ${project.version} diff --git a/hippo4j-server/hippo4j-discovery/pom.xml b/hippo4j-server/hippo4j-discovery/pom.xml index cd105afd..9e245836 100644 --- a/hippo4j-server/hippo4j-discovery/pom.xml +++ b/hippo4j-server/hippo4j-discovery/pom.xml @@ -25,7 +25,7 @@ cn.hippo4j hippo4j-common - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-1x-starter/pom.xml b/hippo4j-spring-boot/hippo4j-config-spring-boot-1x-starter/pom.xml index 5a95141a..1e3e7d8d 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-1x-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-1x-starter/pom.xml @@ -20,7 +20,7 @@ cn.hippo4j hippo4j-config-spring-boot-starter - ${revision} + ${project.version} \ No newline at end of file diff --git a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml index 5302d378..b90bd1a8 100644 --- a/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-config-spring-boot-starter/pom.xml @@ -22,12 +22,12 @@ cn.hippo4j hippo4j-core - ${revision} + ${project.version} cn.hippo4j hippo4j-message - ${revision} + ${project.version} com.alibaba.nacos @@ -114,22 +114,22 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-web - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-monitor-local-log - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-monitor-micrometer - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-alibaba-dubbo/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-alibaba-dubbo/pom.xml index dd62ea40..1755044d 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-alibaba-dubbo/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-alibaba-dubbo/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-alibaba-dubbo - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-all/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-all/pom.xml index 81248282..f44de4ef 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-all/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-all/pom.xml @@ -13,32 +13,32 @@ cn.hippo4j hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-rocketmq - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-rabbitmq - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-dubbo - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-alibaba-dubbo - ${revision} + ${project.version} cn.hippo4j hippo4j-spring-boot-starter-adapter-hystrix - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbo/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbo/pom.xml index 799cf251..0403e6cc 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbo/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbo/pom.xml @@ -13,12 +13,12 @@ cn.hippo4j hippo4j-adapter-dubbo - ${revision} + ${project.version} cn.hippo4j hippo4j-adapter-dubbox - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbox/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbox/pom.xml index ae22e46b..0fd0efe5 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbox/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-dubbox/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-dubbox - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/pom.xml index 75507386..d85a9435 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-hystrix/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-hystrix - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rabbitmq/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rabbitmq/pom.xml index 0ca029cc..deeebf48 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rabbitmq/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rabbitmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-rabbitmq - ${revision} + ${project.version} org.springframework.boot diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rocketmq/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rocketmq/pom.xml index f62eb3c8..402c7e35 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rocketmq/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-rocketmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-rocketmq - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rabbitmq/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rabbitmq/pom.xml index c2d58f96..058b8604 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rabbitmq/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rabbitmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-spring-cloud-stream-rabbitmq - ${revision} + ${project.version} org.springframework.cloud diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq/pom.xml index 84062d72..18aef00c 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-spring-cloud-stream-rocketmq - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/pom.xml index d5fe8f80..3680215b 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/hippo4j-spring-boot-starter-adapter-web/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-adapter-web - ${revision} + ${project.version} org.springframework.boot diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-elasticsearch/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-elasticsearch/pom.xml index 273cfe40..c0c3a6df 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-elasticsearch/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-elasticsearch/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-elasticsearch - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-local-log/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-local-log/pom.xml index d945cfd0..5ec4e934 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-local-log/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-local-log/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-local-log - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-micrometer/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-micrometer/pom.xml index d9bdba1d..9b04a1fc 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-micrometer/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-monitor/hippo4j-spring-boot-starter-monitor-micrometer/pom.xml @@ -13,7 +13,7 @@ cn.hippo4j hippo4j-monitor-micrometer - ${revision} + ${project.version} diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml index 5de5c2ee..d8a1dbbe 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter/pom.xml @@ -21,17 +21,17 @@ cn.hippo4j hippo4j-core - ${revision} + ${project.version} cn.hippo4j hippo4j-common - ${revision} + ${project.version} cn.hippo4j hippo4j-message - ${revision} + ${project.version} org.springframework.boot @@ -60,7 +60,7 @@ cn.hippo4j hippo4j-adapter-base - ${revision} + ${project.version} io.netty @@ -69,12 +69,12 @@ cn.hippo4j hippo4j-spring-boot-starter-adapter-web - ${revision} + ${project.version} cn.hippo4j hippo4j-monitor-base - ${revision} + ${project.version}