From d69323eefec038d3831cc8153bcc44cbe41cef23 Mon Sep 17 00:00:00 2001
From: Pan-YuJie <646836760@qq.com>
Date: Thu, 17 Oct 2024 10:54:45 +0800
Subject: [PATCH] Fix: Fix build moudle error
---
.../spring-plugins/spring-boot-3x-plugin/pom.xml | 2 +-
examples/threadpool-example/agent/agent-example-core/pom.xml | 2 +-
.../agent/config-apollo-spring-boot-1x/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-3x-plugin/pom.xml b/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-3x-plugin/pom.xml
index 1470d28b..c3a32e47 100644
--- a/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-3x-plugin/pom.xml
+++ b/agent/hippo4j-agent-plugin/spring-plugins/spring-boot-3x-plugin/pom.xml
@@ -6,7 +6,7 @@
cn.hippo4j
hippo4j-agent-spring-plugins
- 2.0.0-SNAPSHOT
+ ${revision}
hippo4j-agent-spring-boot-3x-plugin
diff --git a/examples/threadpool-example/agent/agent-example-core/pom.xml b/examples/threadpool-example/agent/agent-example-core/pom.xml
index 3feb4a56..c43cb21a 100644
--- a/examples/threadpool-example/agent/agent-example-core/pom.xml
+++ b/examples/threadpool-example/agent/agent-example-core/pom.xml
@@ -6,7 +6,7 @@
cn.hippo4j
hippo4j-threadpool-agent-example
- 2.0.0-SNAPSHOT
+ ${revision}
hippo4j-agent-example-core
diff --git a/examples/threadpool-example/agent/config-apollo-spring-boot-1x/pom.xml b/examples/threadpool-example/agent/config-apollo-spring-boot-1x/pom.xml
index 6277fad0..9c579ad0 100644
--- a/examples/threadpool-example/agent/config-apollo-spring-boot-1x/pom.xml
+++ b/examples/threadpool-example/agent/config-apollo-spring-boot-1x/pom.xml
@@ -6,7 +6,7 @@
cn.hippo4j
hippo4j-threadpool-agent-example
- 2.0.0-SNAPSHOT
+ ${revision}
hippo4j-threadpool-agent-config-apollo-spring-boot-1x