diff --git a/README.md b/README.md
index 9f0f6996b808..39ea069bad83 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@
## Latest Release (2023/10/10)
-We're happy to announce the release of Pinpoint v2.5.3.
-Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.3).
+We're happy to announce the release of Pinpoint v3.0.0.
+Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v3.0.0).
-The current stable version is [v2.5.3](https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.3).
+The current stable version is [v3.0.0](https://github.com/pinpoint-apm/pinpoint/releases/tag/v3.0.0).
## Live Demo
diff --git a/agent-module/agent-plugins/agent-plugins-parent/pom.xml b/agent-module/agent-plugins/agent-plugins-parent/pom.xml
index b07d57c499b9..e93f66cd2019 100644
--- a/agent-module/agent-plugins/agent-plugins-parent/pom.xml
+++ b/agent-module/agent-plugins/agent-plugins-parent/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
../../pom.xml
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-plugins-parent
diff --git a/agent-module/agent-plugins/pom.xml b/agent-module/agent-plugins/pom.xml
index 9a5b559f9500..8c7409d48007 100644
--- a/agent-module/agent-plugins/pom.xml
+++ b/agent-module/agent-plugins/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-plugins
diff --git a/agent-module/agent-plugins/proxy-apache/pom.xml b/agent-module/agent-plugins/proxy-apache/pom.xml
index 60c382b62d47..b0322371d0be 100644
--- a/agent-module/agent-plugins/proxy-apache/pom.xml
+++ b/agent-module/agent-plugins/proxy-apache/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-plugins-parent
../agent-plugins-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-apache-plugin
diff --git a/agent-module/agent-plugins/proxy-app/pom.xml b/agent-module/agent-plugins/proxy-app/pom.xml
index 3953bdce8239..3daefb786e50 100644
--- a/agent-module/agent-plugins/proxy-app/pom.xml
+++ b/agent-module/agent-plugins/proxy-app/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-plugins-parent
../agent-plugins-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-app-plugin
diff --git a/agent-module/agent-plugins/proxy-common/pom.xml b/agent-module/agent-plugins/proxy-common/pom.xml
index 9fd2b220cd0c..5786e820d52e 100644
--- a/agent-module/agent-plugins/proxy-common/pom.xml
+++ b/agent-module/agent-plugins/proxy-common/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-plugins-parent
../agent-plugins-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-common
diff --git a/agent-module/agent-plugins/proxy-nginx/pom.xml b/agent-module/agent-plugins/proxy-nginx/pom.xml
index 0956a1f8ff59..3fc7c9d068fe 100644
--- a/agent-module/agent-plugins/proxy-nginx/pom.xml
+++ b/agent-module/agent-plugins/proxy-nginx/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-plugins-parent
../agent-plugins-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-nginx-plugin
diff --git a/agent-module/agent-plugins/proxy-user/pom.xml b/agent-module/agent-plugins/proxy-user/pom.xml
index a38414a0d5a4..ce46334019a7 100644
--- a/agent-module/agent-plugins/proxy-user/pom.xml
+++ b/agent-module/agent-plugins/proxy-user/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-plugins-parent
../agent-plugins-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-user-plugin
diff --git a/agent-module/agent-sdk/pom.xml b/agent-module/agent-sdk/pom.xml
index a3e79a412644..31b4bce4155c 100644
--- a/agent-module/agent-sdk/pom.xml
+++ b/agent-module/agent-sdk/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/agent-testweb/agent-proxy-plugin-testweb/pom.xml b/agent-module/agent-testweb/agent-proxy-plugin-testweb/pom.xml
index 122a04626a7a..856f76ff7620 100644
--- a/agent-module/agent-testweb/agent-proxy-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/agent-proxy-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-proxy-plugin-testweb
diff --git a/agent-module/agent-testweb/agent-testweb-commons/pom.xml b/agent-module/agent-testweb/agent-testweb-commons/pom.xml
index ee1d68a5346e..f3614a75b95e 100644
--- a/agent-module/agent-testweb/agent-testweb-commons/pom.xml
+++ b/agent-module/agent-testweb/agent-testweb-commons/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-testweb-commons
jar
diff --git a/agent-module/agent-testweb/agentsdk-async-testweb/pom.xml b/agent-module/agent-testweb/agentsdk-async-testweb/pom.xml
index 035bef3a78cb..b5f8b98bf06e 100644
--- a/agent-module/agent-testweb/agentsdk-async-testweb/pom.xml
+++ b/agent-module/agent-testweb/agentsdk-async-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agentsdk-async-testweb
diff --git a/agent-module/agent-testweb/bom/pom.xml b/agent-module/agent-testweb/bom/pom.xml
index e55927af6050..45c4714a5d4b 100644
--- a/agent-module/agent-testweb/bom/pom.xml
+++ b/agent-module/agent-testweb/bom/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
../../pom.xml
- 3.0.0-SNAPSHOT
+ 3.0.0
pom
diff --git a/agent-module/agent-testweb/cassandra3-plugin-testweb/pom.xml b/agent-module/agent-testweb/cassandra3-plugin-testweb/pom.xml
index bc3c89a20f61..219a12fbc39a 100644
--- a/agent-module/agent-testweb/cassandra3-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/cassandra3-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra3-plugin-testweb
diff --git a/agent-module/agent-testweb/cassandra4-plugin-testweb/pom.xml b/agent-module/agent-testweb/cassandra4-plugin-testweb/pom.xml
index 7775adcd255c..930a0f6e16dd 100644
--- a/agent-module/agent-testweb/cassandra4-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/cassandra4-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra4-plugin-testweb
diff --git a/agent-module/agent-testweb/closed-module-testlib/pom.xml b/agent-module/agent-testweb/closed-module-testlib/pom.xml
index c13ee0663802..49374e927c23 100644
--- a/agent-module/agent-testweb/closed-module-testlib/pom.xml
+++ b/agent-module/agent-testweb/closed-module-testlib/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-closed-module-testlib
diff --git a/agent-module/agent-testweb/closed-module-testweb/pom.xml b/agent-module/agent-testweb/closed-module-testweb/pom.xml
index f7c92201be3f..5beca84364f3 100644
--- a/agent-module/agent-testweb/closed-module-testweb/pom.xml
+++ b/agent-module/agent-testweb/closed-module-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-closed-module-testweb
diff --git a/agent-module/agent-testweb/dubbo-plugin-testweb/pom.xml b/agent-module/agent-testweb/dubbo-plugin-testweb/pom.xml
index 7c77bc413421..fe3e6fbae8f6 100644
--- a/agent-module/agent-testweb/dubbo-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/dubbo-plugin-testweb/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-dubbo-plugin-testweb
diff --git a/agent-module/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml b/agent-module/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml
index 2fb9a1cec17c..a9a6094b9e7b 100644
--- a/agent-module/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch-8-plugin-testweb
diff --git a/agent-module/agent-testweb/elasticsearch-plugin-testweb/pom.xml b/agent-module/agent-testweb/elasticsearch-plugin-testweb/pom.xml
index 8919aa7120af..18196cd4fb04 100644
--- a/agent-module/agent-testweb/elasticsearch-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/elasticsearch-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch-plugin-testweb
diff --git a/agent-module/agent-testweb/grpc-plugin-testweb/pom.xml b/agent-module/agent-testweb/grpc-plugin-testweb/pom.xml
index a73e370965ee..58d0b0d86a2e 100644
--- a/agent-module/agent-testweb/grpc-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/grpc-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-grpc-plugin-testweb
diff --git a/agent-module/agent-testweb/httpclient4-plugin-testweb/pom.xml b/agent-module/agent-testweb/httpclient4-plugin-testweb/pom.xml
index e4f2d85ac935..ccde98063b24 100644
--- a/agent-module/agent-testweb/httpclient4-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/httpclient4-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient4-plugin-testweb
diff --git a/agent-module/agent-testweb/httpclient5-plugin-testweb/pom.xml b/agent-module/agent-testweb/httpclient5-plugin-testweb/pom.xml
index 320c22b1106b..b99ed4986490 100644
--- a/agent-module/agent-testweb/httpclient5-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/httpclient5-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient5-plugin-testweb
diff --git a/agent-module/agent-testweb/jdk-http-plugin-testweb/pom.xml b/agent-module/agent-testweb/jdk-http-plugin-testweb/pom.xml
index bb4420d24c9a..d394bf289675 100644
--- a/agent-module/agent-testweb/jdk-http-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/jdk-http-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-http-plugin-testweb
diff --git a/agent-module/agent-testweb/jdk-httpclient-plugin-testweb/pom.xml b/agent-module/agent-testweb/jdk-httpclient-plugin-testweb/pom.xml
index b55eccea1739..6e277a419d7b 100644
--- a/agent-module/agent-testweb/jdk-httpclient-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/jdk-httpclient-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-httpclient-plugin-testweb
diff --git a/agent-module/agent-testweb/jetty-plugin-testweb/pom.xml b/agent-module/agent-testweb/jetty-plugin-testweb/pom.xml
index 2500afb3bdd8..20b5a72f911e 100644
--- a/agent-module/agent-testweb/jetty-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/jetty-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jetty-plugin-testweb
diff --git a/agent-module/agent-testweb/kafka-plugin-testweb/pom.xml b/agent-module/agent-testweb/kafka-plugin-testweb/pom.xml
index faedb39feb4d..c021f96f7aa4 100644
--- a/agent-module/agent-testweb/kafka-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/kafka-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-kafka-plugin-testweb
diff --git a/agent-module/agent-testweb/kafka-streams-testweb/pom.xml b/agent-module/agent-testweb/kafka-streams-testweb/pom.xml
index 870b507791a2..d4a32aefe7eb 100644
--- a/agent-module/agent-testweb/kafka-streams-testweb/pom.xml
+++ b/agent-module/agent-testweb/kafka-streams-testweb/pom.xml
@@ -5,7 +5,7 @@
pinpoint-agent-testweb
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/agent-testweb/mongodb-plugin-testweb/pom.xml b/agent-module/agent-testweb/mongodb-plugin-testweb/pom.xml
index 3929e002c7dc..e85945361ebd 100644
--- a/agent-module/agent-testweb/mongodb-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/mongodb-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mongodb-plugin-testweb
diff --git a/agent-module/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml b/agent-module/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml
index 0f213fb12592..b212f804f21a 100644
--- a/agent-module/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mongodb-reactive-plugin-testweb
diff --git a/agent-module/agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml b/agent-module/agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml
index bdc93911f796..b7fb0275deb7 100644
--- a/agent-module/agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-ning-asynchttpclient-plugin-testweb
diff --git a/agent-module/agent-testweb/okhttp-plugin-testweb/pom.xml b/agent-module/agent-testweb/okhttp-plugin-testweb/pom.xml
index a4ceb5a73620..0e6ef7ce5ac8 100644
--- a/agent-module/agent-testweb/okhttp-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/okhttp-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-okhttp-plugin-testweb
diff --git a/agent-module/agent-testweb/paho-mqtt-plugin-testweb/pom.xml b/agent-module/agent-testweb/paho-mqtt-plugin-testweb/pom.xml
index 7baeaea28793..4cde194a1ed0 100644
--- a/agent-module/agent-testweb/paho-mqtt-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/paho-mqtt-plugin-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-paho-mqtt-plugin-testweb
diff --git a/agent-module/agent-testweb/pom.xml b/agent-module/agent-testweb/pom.xml
index ad4632a0d979..eebe9ce97ee0 100644
--- a/agent-module/agent-testweb/pom.xml
+++ b/agent-module/agent-testweb/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-testweb
diff --git a/agent-module/agent-testweb/postgresql-plugin-testweb/pom.xml b/agent-module/agent-testweb/postgresql-plugin-testweb/pom.xml
index 3e536cbaacaf..1d2d9ba30fd8 100644
--- a/agent-module/agent-testweb/postgresql-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/postgresql-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-postgresql-plugin-testweb
diff --git a/agent-module/agent-testweb/reactor-netty-plugin-testweb/pom.xml b/agent-module/agent-testweb/reactor-netty-plugin-testweb/pom.xml
index 3d6404192870..8ccfeee63527 100644
--- a/agent-module/agent-testweb/reactor-netty-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/reactor-netty-plugin-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-reactor-netty-plugin-testweb
diff --git a/agent-module/agent-testweb/reactor-plugin-testweb/pom.xml b/agent-module/agent-testweb/reactor-plugin-testweb/pom.xml
index 1483b862b7cb..2561d7b7ea32 100644
--- a/agent-module/agent-testweb/reactor-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/reactor-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-reactor-plugin-testweb
diff --git a/agent-module/agent-testweb/redis-lettuce-plugin-testweb/pom.xml b/agent-module/agent-testweb/redis-lettuce-plugin-testweb/pom.xml
index a3541422aa10..2793306941d2 100644
--- a/agent-module/agent-testweb/redis-lettuce-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/redis-lettuce-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-redis-lettuce-plugin-testweb
diff --git a/agent-module/agent-testweb/resilience4j-plugin-testweb/pom.xml b/agent-module/agent-testweb/resilience4j-plugin-testweb/pom.xml
index 1e0ae23dda20..781e25b9271e 100644
--- a/agent-module/agent-testweb/resilience4j-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/resilience4j-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-resilience4j-plugin-testweb
diff --git a/agent-module/agent-testweb/rocketmq-plugin-testweb/pom.xml b/agent-module/agent-testweb/rocketmq-plugin-testweb/pom.xml
index 67c5212aaea0..a3ec7d09206f 100644
--- a/agent-module/agent-testweb/rocketmq-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/rocketmq-plugin-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rocketmq-plugin-testweb
diff --git a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml
index 0d1a435cd2e6..bd127a8f7e37 100644
--- a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml
+++ b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml
@@ -5,7 +5,7 @@
pinpoint-rocketmq-plugin-testweb
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
../pom.xml
4.0.0
diff --git a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml
index 4fbcd8f8861d..7b3d5969f7c3 100644
--- a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml
+++ b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml
@@ -5,7 +5,7 @@
pinpoint-agent-testweb
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
../../pom.xml
4.0.0
diff --git a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml
index 9394d9483d40..4495f1395bb9 100644
--- a/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml
+++ b/agent-module/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml
@@ -5,7 +5,7 @@
pinpoint-agent-testweb
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
../../pom.xml
4.0.0
diff --git a/agent-module/agent-testweb/spring-boot3-testweb/pom.xml b/agent-module/agent-testweb/spring-boot3-testweb/pom.xml
index 2535cb3fafab..9f3170959bc5 100644
--- a/agent-module/agent-testweb/spring-boot3-testweb/pom.xml
+++ b/agent-module/agent-testweb/spring-boot3-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-boot3-testweb
diff --git a/agent-module/agent-testweb/spring-boot3-webflux-plugin-testweb/pom.xml b/agent-module/agent-testweb/spring-boot3-webflux-plugin-testweb/pom.xml
index da70b060fbe6..c6ac3af2aa9f 100644
--- a/agent-module/agent-testweb/spring-boot3-webflux-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/spring-boot3-webflux-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-boot3-webflux-plugin-testweb
diff --git a/agent-module/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml b/agent-module/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml
index 3819801f024a..d09d75892979 100644
--- a/agent-module/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-cloud-gateway-plugin-testweb
diff --git a/agent-module/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml b/agent-module/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml
index 9c4af1667311..38167db6a577 100644
--- a/agent-module/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-data-r2dbc-plugin-testweb
diff --git a/agent-module/agent-testweb/spring-webflux-plugin-testweb/pom.xml b/agent-module/agent-testweb/spring-webflux-plugin-testweb/pom.xml
index 78f724cb4ed8..4c3a02d134fd 100644
--- a/agent-module/agent-testweb/spring-webflux-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/spring-webflux-plugin-testweb/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-webflux-plugin-testweb
diff --git a/agent-module/agent-testweb/thread-plugin-testweb/pom.xml b/agent-module/agent-testweb/thread-plugin-testweb/pom.xml
index 9b1e5f44df82..aa0cc2933aa2 100644
--- a/agent-module/agent-testweb/thread-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/thread-plugin-testweb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thread-plugin-testweb
diff --git a/agent-module/agent-testweb/thrift-plugin-testweb/pom.xml b/agent-module/agent-testweb/thrift-plugin-testweb/pom.xml
index 11338deab32c..4a731785c989 100644
--- a/agent-module/agent-testweb/thrift-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/thrift-plugin-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thrift-plugin-testweb
diff --git a/agent-module/agent-testweb/undertow-plugin-testweb/pom.xml b/agent-module/agent-testweb/undertow-plugin-testweb/pom.xml
index e605f7d491e4..aad6eadb009f 100644
--- a/agent-module/agent-testweb/undertow-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/undertow-plugin-testweb/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-undertow-plugin-testweb
diff --git a/agent-module/agent-testweb/vertx-3-plugin-testweb/pom.xml b/agent-module/agent-testweb/vertx-3-plugin-testweb/pom.xml
index 36c6e083e118..ffd0515abf33 100644
--- a/agent-module/agent-testweb/vertx-3-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/vertx-3-plugin-testweb/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-vertx-3-plugin-testweb
jar
diff --git a/agent-module/agent-testweb/vertx-4-plugin-testweb/pom.xml b/agent-module/agent-testweb/vertx-4-plugin-testweb/pom.xml
index 3f520835f658..1b05782fe7fb 100644
--- a/agent-module/agent-testweb/vertx-4-plugin-testweb/pom.xml
+++ b/agent-module/agent-testweb/vertx-4-plugin-testweb/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-testweb
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-vertx-4-plugin-testweb
diff --git a/agent-module/agent-tools/pom.xml b/agent-module/agent-tools/pom.xml
index c1fa74779011..2b2757256d48 100644
--- a/agent-module/agent-tools/pom.xml
+++ b/agent-module/agent-tools/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-tools
diff --git a/agent-module/agent/pom.xml b/agent-module/agent/pom.xml
index b6848e4f3f83..90674cbb53d4 100644
--- a/agent-module/agent/pom.xml
+++ b/agent-module/agent/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent
diff --git a/agent-module/bootstraps/bootstrap-core/pom.xml b/agent-module/bootstraps/bootstrap-core/pom.xml
index 3b42abc31629..49ec0fa95e8a 100644
--- a/agent-module/bootstraps/bootstrap-core/pom.xml
+++ b/agent-module/bootstraps/bootstrap-core/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-bootstrap-core
diff --git a/agent-module/bootstraps/bootstrap-java15/pom.xml b/agent-module/bootstraps/bootstrap-java15/pom.xml
index 5b395da468b0..b206d9e77946 100644
--- a/agent-module/bootstraps/bootstrap-java15/pom.xml
+++ b/agent-module/bootstraps/bootstrap-java15/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/agent-module/bootstraps/bootstrap-java16/pom.xml b/agent-module/bootstraps/bootstrap-java16/pom.xml
index f2f766791402..3fd9d166e97f 100644
--- a/agent-module/bootstraps/bootstrap-java16/pom.xml
+++ b/agent-module/bootstraps/bootstrap-java16/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/agent-module/bootstraps/bootstrap-java9-internal/pom.xml b/agent-module/bootstraps/bootstrap-java9-internal/pom.xml
index bbfd0dc75e73..add504e549c6 100644
--- a/agent-module/bootstraps/bootstrap-java9-internal/pom.xml
+++ b/agent-module/bootstraps/bootstrap-java9-internal/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/agent-module/bootstraps/bootstrap-java9/pom.xml b/agent-module/bootstraps/bootstrap-java9/pom.xml
index 5e11e7d3b9d7..c716ffb69ac8 100644
--- a/agent-module/bootstraps/bootstrap-java9/pom.xml
+++ b/agent-module/bootstraps/bootstrap-java9/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/agent-module/bootstraps/bootstrap-parent/pom.xml b/agent-module/bootstraps/bootstrap-parent/pom.xml
index 9338eaa6335f..c05323f581ef 100644
--- a/agent-module/bootstraps/bootstrap-parent/pom.xml
+++ b/agent-module/bootstraps/bootstrap-parent/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
../../pom.xml
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-bootstrap-parent
diff --git a/agent-module/bootstraps/bootstrap/pom.xml b/agent-module/bootstraps/bootstrap/pom.xml
index 6413d751473d..fd36fb0effe7 100644
--- a/agent-module/bootstraps/bootstrap/pom.xml
+++ b/agent-module/bootstraps/bootstrap/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-bootstrap-parent
../bootstrap-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-bootstrap
diff --git a/agent-module/bootstraps/pom.xml b/agent-module/bootstraps/pom.xml
index e5c036c3f9ad..3bc3e044d83c 100644
--- a/agent-module/bootstraps/pom.xml
+++ b/agent-module/bootstraps/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-bootstraps
diff --git a/agent-module/plugins-it/activemq-it/activemq-5-15-it/pom.xml b/agent-module/plugins-it/activemq-it/activemq-5-15-it/pom.xml
index ef187f395bc3..1cd72fc496aa 100644
--- a/agent-module/plugins-it/activemq-it/activemq-5-15-it/pom.xml
+++ b/agent-module/plugins-it/activemq-it/activemq-5-15-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-activemq-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-activemq-5-15-plugin-it
diff --git a/agent-module/plugins-it/activemq-it/activemq-5-17-it/pom.xml b/agent-module/plugins-it/activemq-it/activemq-5-17-it/pom.xml
index 4c9b682720ce..64e17c010c7e 100644
--- a/agent-module/plugins-it/activemq-it/activemq-5-17-it/pom.xml
+++ b/agent-module/plugins-it/activemq-it/activemq-5-17-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-activemq-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-activemq-5-17-plugin-it
diff --git a/agent-module/plugins-it/activemq-it/pom.xml b/agent-module/plugins-it/activemq-it/pom.xml
index 9b1f478d2292..d06cb1bbc749 100644
--- a/agent-module/plugins-it/activemq-it/pom.xml
+++ b/agent-module/plugins-it/activemq-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/cassandra-it/cassandra-2-it/pom.xml b/agent-module/plugins-it/cassandra-it/cassandra-2-it/pom.xml
index 53acd93be184..9fb1e6b9bc16 100644
--- a/agent-module/plugins-it/cassandra-it/cassandra-2-it/pom.xml
+++ b/agent-module/plugins-it/cassandra-it/cassandra-2-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-cassandra-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra-2-plugin-it
diff --git a/agent-module/plugins-it/cassandra-it/cassandra-4-it/pom.xml b/agent-module/plugins-it/cassandra-it/cassandra-4-it/pom.xml
index 0aa6cc3416d5..310757e58f02 100644
--- a/agent-module/plugins-it/cassandra-it/cassandra-4-it/pom.xml
+++ b/agent-module/plugins-it/cassandra-it/cassandra-4-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-cassandra-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra-4-plugin-it
diff --git a/agent-module/plugins-it/cassandra-it/pom.xml b/agent-module/plugins-it/cassandra-it/pom.xml
index e41293821d49..cd1962fb0187 100644
--- a/agent-module/plugins-it/cassandra-it/pom.xml
+++ b/agent-module/plugins-it/cassandra-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/clickhouse-jdbc-it/pom.xml b/agent-module/plugins-it/clickhouse-jdbc-it/pom.xml
index c6d389259687..8617eeeebb6d 100644
--- a/agent-module/plugins-it/clickhouse-jdbc-it/pom.xml
+++ b/agent-module/plugins-it/clickhouse-jdbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-clickhouse-jdbc-plugin-it
diff --git a/agent-module/plugins-it/cxf-it/cxf-3-0-it/pom.xml b/agent-module/plugins-it/cxf-it/cxf-3-0-it/pom.xml
index d35c19930997..32ff62763827 100644
--- a/agent-module/plugins-it/cxf-it/cxf-3-0-it/pom.xml
+++ b/agent-module/plugins-it/cxf-it/cxf-3-0-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-cxf-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cxf-3-0-plugin-it
diff --git a/agent-module/plugins-it/cxf-it/cxf-3-6-it/pom.xml b/agent-module/plugins-it/cxf-it/cxf-3-6-it/pom.xml
index a334cf2486b8..78d99bca5cc5 100644
--- a/agent-module/plugins-it/cxf-it/cxf-3-6-it/pom.xml
+++ b/agent-module/plugins-it/cxf-it/cxf-3-6-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-cxf-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cxf-3-6-plugin-it
diff --git a/agent-module/plugins-it/cxf-it/pom.xml b/agent-module/plugins-it/cxf-it/pom.xml
index b4e283472bc7..f87b1b0dcb5c 100644
--- a/agent-module/plugins-it/cxf-it/pom.xml
+++ b/agent-module/plugins-it/cxf-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/druid-it/pom.xml b/agent-module/plugins-it/druid-it/pom.xml
index d32eab0feefc..fe17fa2d15e8 100644
--- a/agent-module/plugins-it/druid-it/pom.xml
+++ b/agent-module/plugins-it/druid-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-druid-plugin-it
diff --git a/agent-module/plugins-it/dubbo-it/pom.xml b/agent-module/plugins-it/dubbo-it/pom.xml
index 499cb57edd3d..85aa960e70f0 100644
--- a/agent-module/plugins-it/dubbo-it/pom.xml
+++ b/agent-module/plugins-it/dubbo-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-dubbo-plugin-it
diff --git a/agent-module/plugins-it/elasticsearch-it/elasticsearch-6-it/pom.xml b/agent-module/plugins-it/elasticsearch-it/elasticsearch-6-it/pom.xml
index a7dbfd39c23d..09aad84a578c 100644
--- a/agent-module/plugins-it/elasticsearch-it/elasticsearch-6-it/pom.xml
+++ b/agent-module/plugins-it/elasticsearch-it/elasticsearch-6-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-elasticsearch-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch-6-plugin-it
diff --git a/agent-module/plugins-it/elasticsearch-it/elasticsearch-7-16-it/pom.xml b/agent-module/plugins-it/elasticsearch-it/elasticsearch-7-16-it/pom.xml
index 4f01b62b19b8..1cb66e207ab8 100644
--- a/agent-module/plugins-it/elasticsearch-it/elasticsearch-7-16-it/pom.xml
+++ b/agent-module/plugins-it/elasticsearch-it/elasticsearch-7-16-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-elasticsearch-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch-7-16-plugin-it
diff --git a/agent-module/plugins-it/elasticsearch-it/pom.xml b/agent-module/plugins-it/elasticsearch-it/pom.xml
index 38793ab5575d..48bdf416bf45 100644
--- a/agent-module/plugins-it/elasticsearch-it/pom.xml
+++ b/agent-module/plugins-it/elasticsearch-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/fastjson-it/pom.xml b/agent-module/plugins-it/fastjson-it/pom.xml
index d5f736282cb9..a0bd44dd1f59 100644
--- a/agent-module/plugins-it/fastjson-it/pom.xml
+++ b/agent-module/plugins-it/fastjson-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-fastjson-plugin-it
diff --git a/agent-module/plugins-it/google-grpc-it/google-grpc-1-42-it/pom.xml b/agent-module/plugins-it/google-grpc-it/google-grpc-1-42-it/pom.xml
index 4002f9ffa0c2..8681f92583ba 100644
--- a/agent-module/plugins-it/google-grpc-it/google-grpc-1-42-it/pom.xml
+++ b/agent-module/plugins-it/google-grpc-it/google-grpc-1-42-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-grpc-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/google-grpc-it/google-grpc-1-8-it/pom.xml b/agent-module/plugins-it/google-grpc-it/google-grpc-1-8-it/pom.xml
index 140578462d45..19cbf6187fcb 100644
--- a/agent-module/plugins-it/google-grpc-it/google-grpc-1-8-it/pom.xml
+++ b/agent-module/plugins-it/google-grpc-it/google-grpc-1-8-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-grpc-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-grpc-1-8-plugin-it
diff --git a/agent-module/plugins-it/google-grpc-it/pom.xml b/agent-module/plugins-it/google-grpc-it/pom.xml
index 94685d1bba12..e58f89f06e7d 100644
--- a/agent-module/plugins-it/google-grpc-it/pom.xml
+++ b/agent-module/plugins-it/google-grpc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/google-httpclient-it/pom.xml b/agent-module/plugins-it/google-httpclient-it/pom.xml
index d404f722ef08..a706077d6009 100644
--- a/agent-module/plugins-it/google-httpclient-it/pom.xml
+++ b/agent-module/plugins-it/google-httpclient-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-google-httpclient-plugin-it
diff --git a/agent-module/plugins-it/gson-it/pom.xml b/agent-module/plugins-it/gson-it/pom.xml
index 403eed5b670b..7888a92190ff 100644
--- a/agent-module/plugins-it/gson-it/pom.xml
+++ b/agent-module/plugins-it/gson-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-gson-plugin-it
diff --git a/agent-module/plugins-it/hbase-it/pom.xml b/agent-module/plugins-it/hbase-it/pom.xml
index 723026154404..02be5eaaf296 100644
--- a/agent-module/plugins-it/hbase-it/pom.xml
+++ b/agent-module/plugins-it/hbase-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hbase-plugin-it
diff --git a/agent-module/plugins-it/hikaricp-it/hikaricp-4-it/pom.xml b/agent-module/plugins-it/hikaricp-it/hikaricp-4-it/pom.xml
index fb0504bf9792..eac9df94117b 100644
--- a/agent-module/plugins-it/hikaricp-it/hikaricp-4-it/pom.xml
+++ b/agent-module/plugins-it/hikaricp-it/hikaricp-4-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-hikaricp-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hikaricp-4-plugin-it
diff --git a/agent-module/plugins-it/hikaricp-it/hikaricp-5-it/pom.xml b/agent-module/plugins-it/hikaricp-it/hikaricp-5-it/pom.xml
index 3cc4c77b28e3..76cdc1e834ad 100644
--- a/agent-module/plugins-it/hikaricp-it/hikaricp-5-it/pom.xml
+++ b/agent-module/plugins-it/hikaricp-it/hikaricp-5-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-hikaricp-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hikaricp-5-plugin-it
diff --git a/agent-module/plugins-it/hikaricp-it/pom.xml b/agent-module/plugins-it/hikaricp-it/pom.xml
index 080614522903..2e5cc50a3cc6 100644
--- a/agent-module/plugins-it/hikaricp-it/pom.xml
+++ b/agent-module/plugins-it/hikaricp-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/httpclient-it/httpclient-3-it/pom.xml b/agent-module/plugins-it/httpclient-it/httpclient-3-it/pom.xml
index 45f164b78e98..062e8d29ad35 100644
--- a/agent-module/plugins-it/httpclient-it/httpclient-3-it/pom.xml
+++ b/agent-module/plugins-it/httpclient-it/httpclient-3-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-httpclient-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient-3-plugin-it
diff --git a/agent-module/plugins-it/httpclient-it/httpclient-4-it/pom.xml b/agent-module/plugins-it/httpclient-it/httpclient-4-it/pom.xml
index 3ba2c8bbd22c..3fabf1624856 100644
--- a/agent-module/plugins-it/httpclient-it/httpclient-4-it/pom.xml
+++ b/agent-module/plugins-it/httpclient-it/httpclient-4-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-httpclient-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient-4-plugin-it
diff --git a/agent-module/plugins-it/httpclient-it/pom.xml b/agent-module/plugins-it/httpclient-it/pom.xml
index 6f12e9461d21..3de0d00407f8 100644
--- a/agent-module/plugins-it/httpclient-it/pom.xml
+++ b/agent-module/plugins-it/httpclient-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/hystrix-it/pom.xml b/agent-module/plugins-it/hystrix-it/pom.xml
index 7074830fd74d..aa095a4ea2b5 100644
--- a/agent-module/plugins-it/hystrix-it/pom.xml
+++ b/agent-module/plugins-it/hystrix-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hystrix-plugin-it
diff --git a/agent-module/plugins-it/ibatis-it/pom.xml b/agent-module/plugins-it/ibatis-it/pom.xml
index edacefc50609..dd858756b42f 100644
--- a/agent-module/plugins-it/ibatis-it/pom.xml
+++ b/agent-module/plugins-it/ibatis-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-ibatis-plugin-it
diff --git a/agent-module/plugins-it/informix-jdbc-it/pom.xml b/agent-module/plugins-it/informix-jdbc-it/pom.xml
index 17f00dcbdd54..bad19b09ffa6 100644
--- a/agent-module/plugins-it/informix-jdbc-it/pom.xml
+++ b/agent-module/plugins-it/informix-jdbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-informix-jdbc-driver-plugin-it
diff --git a/agent-module/plugins-it/jackson-it/pom.xml b/agent-module/plugins-it/jackson-it/pom.xml
index 298cf0571721..7a7cf58a95d3 100644
--- a/agent-module/plugins-it/jackson-it/pom.xml
+++ b/agent-module/plugins-it/jackson-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jackson-plugin-it
diff --git a/agent-module/plugins-it/jdk-http-it/pom.xml b/agent-module/plugins-it/jdk-http-it/pom.xml
index 90c543c1e114..373d90cd06f6 100644
--- a/agent-module/plugins-it/jdk-http-it/pom.xml
+++ b/agent-module/plugins-it/jdk-http-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-http-plugin-it
diff --git a/agent-module/plugins-it/json-lib-it/pom.xml b/agent-module/plugins-it/json-lib-it/pom.xml
index 5ccf167a3b6d..09b10e2c2617 100644
--- a/agent-module/plugins-it/json-lib-it/pom.xml
+++ b/agent-module/plugins-it/json-lib-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-json-lib-plugin-it
diff --git a/agent-module/plugins-it/jtds-it/pom.xml b/agent-module/plugins-it/jtds-it/pom.xml
index 20e8aff3775d..506974460b92 100644
--- a/agent-module/plugins-it/jtds-it/pom.xml
+++ b/agent-module/plugins-it/jtds-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jtds-plugin-it
diff --git a/agent-module/plugins-it/kafka-it/kafka-2-it/pom.xml b/agent-module/plugins-it/kafka-it/kafka-2-it/pom.xml
index a3e381242abb..4cbc792c47fa 100644
--- a/agent-module/plugins-it/kafka-it/kafka-2-it/pom.xml
+++ b/agent-module/plugins-it/kafka-it/kafka-2-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-kafka-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/kafka-it/kafka-3-it/pom.xml b/agent-module/plugins-it/kafka-it/kafka-3-it/pom.xml
index d282b931ffbd..a9f660f335f9 100644
--- a/agent-module/plugins-it/kafka-it/kafka-3-it/pom.xml
+++ b/agent-module/plugins-it/kafka-it/kafka-3-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-kafka-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/kafka-it/pom.xml b/agent-module/plugins-it/kafka-it/pom.xml
index 574f39ae9923..b614b98220de 100644
--- a/agent-module/plugins-it/kafka-it/pom.xml
+++ b/agent-module/plugins-it/kafka-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/kotlin-coroutines-it/pom.xml b/agent-module/plugins-it/kotlin-coroutines-it/pom.xml
index dd2dc06cd7d4..d5ed983fd078 100644
--- a/agent-module/plugins-it/kotlin-coroutines-it/pom.xml
+++ b/agent-module/plugins-it/kotlin-coroutines-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/lambda-it/pom.xml b/agent-module/plugins-it/lambda-it/pom.xml
index df33399e257a..dd0c9919f6df 100644
--- a/agent-module/plugins-it/lambda-it/pom.xml
+++ b/agent-module/plugins-it/lambda-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-lambda-it
diff --git a/agent-module/plugins-it/log4j-it/pom.xml b/agent-module/plugins-it/log4j-it/pom.xml
index d379c5124344..364b7ba0d979 100644
--- a/agent-module/plugins-it/log4j-it/pom.xml
+++ b/agent-module/plugins-it/log4j-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-log4j-plugin-it
diff --git a/agent-module/plugins-it/log4j2-it/pom.xml b/agent-module/plugins-it/log4j2-it/pom.xml
index b4941f15ba29..b19484e62b27 100644
--- a/agent-module/plugins-it/log4j2-it/pom.xml
+++ b/agent-module/plugins-it/log4j2-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-log4j2-plugin-it
diff --git a/agent-module/plugins-it/logback-it/pom.xml b/agent-module/plugins-it/logback-it/pom.xml
index bf52878a804d..251fe0cb321a 100644
--- a/agent-module/plugins-it/logback-it/pom.xml
+++ b/agent-module/plugins-it/logback-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-logback-plugin-it
diff --git a/agent-module/plugins-it/mariadb-jdbc-it/pom.xml b/agent-module/plugins-it/mariadb-jdbc-it/pom.xml
index 59fda2ab8e11..dcc6784a352a 100644
--- a/agent-module/plugins-it/mariadb-jdbc-it/pom.xml
+++ b/agent-module/plugins-it/mariadb-jdbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mariadb-jdbc-driver-plugin-it
diff --git a/agent-module/plugins-it/mongodb-it/mongodb-3-it/pom.xml b/agent-module/plugins-it/mongodb-it/mongodb-3-it/pom.xml
index c624aef08c08..9f01bb7f5455 100644
--- a/agent-module/plugins-it/mongodb-it/mongodb-3-it/pom.xml
+++ b/agent-module/plugins-it/mongodb-it/mongodb-3-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-mongodb-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mongodb-3-plugin-it
diff --git a/agent-module/plugins-it/mongodb-it/mongodb-4-it/pom.xml b/agent-module/plugins-it/mongodb-it/mongodb-4-it/pom.xml
index f91b0340f2be..8a6e17f33943 100644
--- a/agent-module/plugins-it/mongodb-it/mongodb-4-it/pom.xml
+++ b/agent-module/plugins-it/mongodb-it/mongodb-4-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-mongodb-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mongodb-4-plugin-it
diff --git a/agent-module/plugins-it/mongodb-it/pom.xml b/agent-module/plugins-it/mongodb-it/pom.xml
index 0095c2c9c287..018386b3f6d2 100644
--- a/agent-module/plugins-it/mongodb-it/pom.xml
+++ b/agent-module/plugins-it/mongodb-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/mssql-jdbc-it/pom.xml b/agent-module/plugins-it/mssql-jdbc-it/pom.xml
index 8fa5835a5aaf..a9a97af2c1b1 100644
--- a/agent-module/plugins-it/mssql-jdbc-it/pom.xml
+++ b/agent-module/plugins-it/mssql-jdbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mssql-jdbc-driver-plugin-it
diff --git a/agent-module/plugins-it/mybatis-it/pom.xml b/agent-module/plugins-it/mybatis-it/pom.xml
index 471c922e4ea9..8c4c573bea88 100644
--- a/agent-module/plugins-it/mybatis-it/pom.xml
+++ b/agent-module/plugins-it/mybatis-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mybatis-plugin-it
diff --git a/agent-module/plugins-it/mysql-jdbc-driver-plugin-it/pom.xml b/agent-module/plugins-it/mysql-jdbc-driver-plugin-it/pom.xml
index d50b68ad73b0..06cbf069edc5 100644
--- a/agent-module/plugins-it/mysql-jdbc-driver-plugin-it/pom.xml
+++ b/agent-module/plugins-it/mysql-jdbc-driver-plugin-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mysql-jdbc-driver-plugin-it
diff --git a/agent-module/plugins-it/netty-it/pom.xml b/agent-module/plugins-it/netty-it/pom.xml
index 593ec5b4ec7c..299b8e522fb4 100644
--- a/agent-module/plugins-it/netty-it/pom.xml
+++ b/agent-module/plugins-it/netty-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-netty-plugin-it
diff --git a/agent-module/plugins-it/ning-asyncclient-it/pom.xml b/agent-module/plugins-it/ning-asyncclient-it/pom.xml
index 5134145eefbc..bdc0ad4f3541 100644
--- a/agent-module/plugins-it/ning-asyncclient-it/pom.xml
+++ b/agent-module/plugins-it/ning-asyncclient-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-ning-aysncclient-plugin-it
diff --git a/agent-module/plugins-it/okhttp-it/pom.xml b/agent-module/plugins-it/okhttp-it/pom.xml
index 739c09715eff..fedd4bb313aa 100644
--- a/agent-module/plugins-it/okhttp-it/pom.xml
+++ b/agent-module/plugins-it/okhttp-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-okhttp-plugin-it
diff --git a/agent-module/plugins-it/oracledb-it/oracledb-11-it/pom.xml b/agent-module/plugins-it/oracledb-it/oracledb-11-it/pom.xml
index ad91e3aaa01a..16679711de99 100644
--- a/agent-module/plugins-it/oracledb-it/oracledb-11-it/pom.xml
+++ b/agent-module/plugins-it/oracledb-it/oracledb-11-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-oracle-jdbc-driver-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-oracle-jdbc-driver-11-plugin-it
diff --git a/agent-module/plugins-it/oracledb-it/oracledb-19-it/pom.xml b/agent-module/plugins-it/oracledb-it/oracledb-19-it/pom.xml
index 7ea4769a5011..8d4b187c07e6 100644
--- a/agent-module/plugins-it/oracledb-it/oracledb-19-it/pom.xml
+++ b/agent-module/plugins-it/oracledb-it/oracledb-19-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-oracle-jdbc-driver-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-oracle-jdbc-driver-19-plugin-it
diff --git a/agent-module/plugins-it/oracledb-it/pom.xml b/agent-module/plugins-it/oracledb-it/pom.xml
index e42070b2620f..13a20ba91f2c 100644
--- a/agent-module/plugins-it/oracledb-it/pom.xml
+++ b/agent-module/plugins-it/oracledb-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/paho-mqtt-it/pom.xml b/agent-module/plugins-it/paho-mqtt-it/pom.xml
index 6677d3088dc1..f69526781c7d 100644
--- a/agent-module/plugins-it/paho-mqtt-it/pom.xml
+++ b/agent-module/plugins-it/paho-mqtt-it/pom.xml
@@ -6,7 +6,7 @@
pinpoint-plugins-it
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-paho-mqtt-plugin-it
diff --git a/agent-module/plugins-it/pom.xml b/agent-module/plugins-it/pom.xml
index a823922abf96..57f857919247 100644
--- a/agent-module/plugins-it/pom.xml
+++ b/agent-module/plugins-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins-it
diff --git a/agent-module/plugins-it/postgresql-jdbc-it/pom.xml b/agent-module/plugins-it/postgresql-jdbc-it/pom.xml
index 9a0517969c0b..f336f40ac24c 100644
--- a/agent-module/plugins-it/postgresql-jdbc-it/pom.xml
+++ b/agent-module/plugins-it/postgresql-jdbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-postgresql-jdbc-driver-plugin-it
diff --git a/agent-module/plugins-it/process-it/pom.xml b/agent-module/plugins-it/process-it/pom.xml
index ebb47e033e38..70b43c1ebe06 100644
--- a/agent-module/plugins-it/process-it/pom.xml
+++ b/agent-module/plugins-it/process-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/rabbitmq-it/pom.xml b/agent-module/plugins-it/rabbitmq-it/pom.xml
index 43d15b2db803..0edff1e87652 100644
--- a/agent-module/plugins-it/rabbitmq-it/pom.xml
+++ b/agent-module/plugins-it/rabbitmq-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rabbitmq-plugin-it
diff --git a/agent-module/plugins-it/redis-lettuce-it/pom.xml b/agent-module/plugins-it/redis-lettuce-it/pom.xml
index d56e98cb2e7a..4dc36c1b43f3 100644
--- a/agent-module/plugins-it/redis-lettuce-it/pom.xml
+++ b/agent-module/plugins-it/redis-lettuce-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-redis-lettuce-plugin-it
diff --git a/agent-module/plugins-it/rxjava-it/pom.xml b/agent-module/plugins-it/rxjava-it/pom.xml
index b56c47709408..d7596cd1eb97 100644
--- a/agent-module/plugins-it/rxjava-it/pom.xml
+++ b/agent-module/plugins-it/rxjava-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rxjava-plugin-it
diff --git a/agent-module/plugins-it/spring-data-r2dbc-it/pom.xml b/agent-module/plugins-it/spring-data-r2dbc-it/pom.xml
index ed985e632ed8..32f915d7bd99 100644
--- a/agent-module/plugins-it/spring-data-r2dbc-it/pom.xml
+++ b/agent-module/plugins-it/spring-data-r2dbc-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-data-r2dbc-plugin-it
diff --git a/agent-module/plugins-it/spring-it/pom.xml b/agent-module/plugins-it/spring-it/pom.xml
index 93e2fa35c019..daf10bccfb4a 100644
--- a/agent-module/plugins-it/spring-it/pom.xml
+++ b/agent-module/plugins-it/spring-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/spring-it/spring-3-it/pom.xml b/agent-module/plugins-it/spring-it/spring-3-it/pom.xml
index 6c52d7f3c4a0..2ad49549c5f6 100644
--- a/agent-module/plugins-it/spring-it/spring-3-it/pom.xml
+++ b/agent-module/plugins-it/spring-it/spring-3-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-spring-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-3-plugin-it
diff --git a/agent-module/plugins-it/spring-it/spring-6-it/pom.xml b/agent-module/plugins-it/spring-it/spring-6-it/pom.xml
index e91957ac13ec..2139ac8aceaf 100644
--- a/agent-module/plugins-it/spring-it/spring-6-it/pom.xml
+++ b/agent-module/plugins-it/spring-it/spring-6-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-spring-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-6-plugin-it
diff --git a/agent-module/plugins-it/thread-it/pom.xml b/agent-module/plugins-it/thread-it/pom.xml
index b3dd42524e92..98782851c0ea 100644
--- a/agent-module/plugins-it/thread-it/pom.xml
+++ b/agent-module/plugins-it/thread-it/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thread-plugin-it
diff --git a/agent-module/plugins-it/thrift-it/pom.xml b/agent-module/plugins-it/thrift-it/pom.xml
index c025453128fe..99234a7c90b0 100644
--- a/agent-module/plugins-it/thrift-it/pom.xml
+++ b/agent-module/plugins-it/thrift-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-it
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins-it/thrift-it/thrift-0-10-it/pom.xml b/agent-module/plugins-it/thrift-it/thrift-0-10-it/pom.xml
index 83664b0f6892..e1079be4aa0f 100644
--- a/agent-module/plugins-it/thrift-it/thrift-0-10-it/pom.xml
+++ b/agent-module/plugins-it/thrift-it/thrift-0-10-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-thrift-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thrift-0-10-plugin-it
diff --git a/agent-module/plugins-it/thrift-it/thrift-0-14-it/pom.xml b/agent-module/plugins-it/thrift-it/thrift-0-14-it/pom.xml
index 1decb58dfce3..b0de509397df 100644
--- a/agent-module/plugins-it/thrift-it/thrift-0-14-it/pom.xml
+++ b/agent-module/plugins-it/thrift-it/thrift-0-14-it/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-thrift-plugin-it
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thrift-0-14-plugin-it
diff --git a/agent-module/plugins-loader/pom.xml b/agent-module/plugins-loader/pom.xml
index b79848f436c6..d24baeb55a34 100644
--- a/agent-module/plugins-loader/pom.xml
+++ b/agent-module/plugins-loader/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins-loader
diff --git a/agent-module/plugins-test-module/plugins-it-utils-jdbc/pom.xml b/agent-module/plugins-test-module/plugins-it-utils-jdbc/pom.xml
index 72d918649cea..869ba27ee335 100644
--- a/agent-module/plugins-test-module/plugins-it-utils-jdbc/pom.xml
+++ b/agent-module/plugins-test-module/plugins-it-utils-jdbc/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-test-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugin-it-utils-jdbc
diff --git a/agent-module/plugins-test-module/plugins-it-utils/pom.xml b/agent-module/plugins-test-module/plugins-it-utils/pom.xml
index 43077e00f869..29503c7544f5 100644
--- a/agent-module/plugins-test-module/plugins-it-utils/pom.xml
+++ b/agent-module/plugins-test-module/plugins-it-utils/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins-test-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugin-it-utils
diff --git a/agent-module/plugins-test-module/plugins-test/pom.xml b/agent-module/plugins-test-module/plugins-test/pom.xml
index 06248858b43e..718e26f7f023 100644
--- a/agent-module/plugins-test-module/plugins-test/pom.xml
+++ b/agent-module/plugins-test-module/plugins-test/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins-test-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins-test
diff --git a/agent-module/plugins-test-module/pom.xml b/agent-module/plugins-test-module/pom.xml
index 072ef5f99a85..77b2aafe8bee 100644
--- a/agent-module/plugins-test-module/pom.xml
+++ b/agent-module/plugins-test-module/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins-test-module
diff --git a/agent-module/plugins-test-module/testcase/pom.xml b/agent-module/plugins-test-module/testcase/pom.xml
index 070375faef7c..e44d31928c53 100644
--- a/agent-module/plugins-test-module/testcase/pom.xml
+++ b/agent-module/plugins-test-module/testcase/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins-test-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-testcase
diff --git a/agent-module/plugins/activemq-client/pom.xml b/agent-module/plugins/activemq-client/pom.xml
index c5d9cb75aff4..b49ed0d327d0 100644
--- a/agent-module/plugins/activemq-client/pom.xml
+++ b/agent-module/plugins/activemq-client/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-activemq-client-plugin
diff --git a/agent-module/plugins/agentsdk-async/pom.xml b/agent-module/plugins/agentsdk-async/pom.xml
index 535fccf2a74e..950e77d92213 100644
--- a/agent-module/plugins/agentsdk-async/pom.xml
+++ b/agent-module/plugins/agentsdk-async/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agentsdk-async-plugin
diff --git a/agent-module/plugins/akka-http/pom.xml b/agent-module/plugins/akka-http/pom.xml
index 533428ffa9eb..a24866f0d62c 100644
--- a/agent-module/plugins/akka-http/pom.xml
+++ b/agent-module/plugins/akka-http/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-akka-http-plugin
diff --git a/agent-module/plugins/apache-dubbo/pom.xml b/agent-module/plugins/apache-dubbo/pom.xml
index eddc61122a44..ea807e935e9a 100644
--- a/agent-module/plugins/apache-dubbo/pom.xml
+++ b/agent-module/plugins/apache-dubbo/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-apache-dubbo-plugin
diff --git a/agent-module/plugins/arcus/pom.xml b/agent-module/plugins/arcus/pom.xml
index 3e1a8d4c2513..e111e4af3f48 100644
--- a/agent-module/plugins/arcus/pom.xml
+++ b/agent-module/plugins/arcus/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-arcus-plugin
diff --git a/agent-module/plugins/assembly/pom.xml b/agent-module/plugins/assembly/pom.xml
index 9f1230611661..1a70c1b9566a 100644
--- a/agent-module/plugins/assembly/pom.xml
+++ b/agent-module/plugins/assembly/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins-assembly
diff --git a/agent-module/plugins/bom/pom.xml b/agent-module/plugins/bom/pom.xml
index 6bdffdc3e725..8878d804205c 100644
--- a/agent-module/plugins/bom/pom.xml
+++ b/agent-module/plugins/bom/pom.xml
@@ -22,7 +22,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
../../pom.xml
- 3.0.0-SNAPSHOT
+ 3.0.0
pom
diff --git a/agent-module/plugins/cassandra/pom.xml b/agent-module/plugins/cassandra/pom.xml
index 1668635d7633..2b1d958ab176 100644
--- a/agent-module/plugins/cassandra/pom.xml
+++ b/agent-module/plugins/cassandra/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra-driver-plugin
diff --git a/agent-module/plugins/cassandra4/pom.xml b/agent-module/plugins/cassandra4/pom.xml
index 998f35ab068b..f187e3d97d45 100644
--- a/agent-module/plugins/cassandra4/pom.xml
+++ b/agent-module/plugins/cassandra4/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cassandra4-driver-plugin
diff --git a/agent-module/plugins/clickhouse-jdbc/pom.xml b/agent-module/plugins/clickhouse-jdbc/pom.xml
index 916af3deee3b..6df9e9434d61 100644
--- a/agent-module/plugins/clickhouse-jdbc/pom.xml
+++ b/agent-module/plugins/clickhouse-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-clickhouse-jdbc-driver-plugin
diff --git a/agent-module/plugins/common-servlet/pom.xml b/agent-module/plugins/common-servlet/pom.xml
index 9fba63344d08..4b9bd9b891b3 100644
--- a/agent-module/plugins/common-servlet/pom.xml
+++ b/agent-module/plugins/common-servlet/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-common-servlet
diff --git a/agent-module/plugins/cubrid-jdbc/pom.xml b/agent-module/plugins/cubrid-jdbc/pom.xml
index 32ee22fcc4c8..43bffb9982ea 100644
--- a/agent-module/plugins/cubrid-jdbc/pom.xml
+++ b/agent-module/plugins/cubrid-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cubrid-jdbc-driver-plugin
diff --git a/agent-module/plugins/cxf/pom.xml b/agent-module/plugins/cxf/pom.xml
index 9a5cd1c7d549..95e9341b1fb5 100644
--- a/agent-module/plugins/cxf/pom.xml
+++ b/agent-module/plugins/cxf/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-cxf-plugin
diff --git a/agent-module/plugins/dbcp/pom.xml b/agent-module/plugins/dbcp/pom.xml
index a3bd67483921..aab45dfdc909 100644
--- a/agent-module/plugins/dbcp/pom.xml
+++ b/agent-module/plugins/dbcp/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-commons-dbcp-plugin
diff --git a/agent-module/plugins/dbcp2/pom.xml b/agent-module/plugins/dbcp2/pom.xml
index 371f90ad3c8d..014894717bb3 100644
--- a/agent-module/plugins/dbcp2/pom.xml
+++ b/agent-module/plugins/dbcp2/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/agent-module/plugins/druid/pom.xml b/agent-module/plugins/druid/pom.xml
index 17603ad79c5c..220dc55d0b6b 100644
--- a/agent-module/plugins/druid/pom.xml
+++ b/agent-module/plugins/druid/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-druid-plugin
diff --git a/agent-module/plugins/dubbo/pom.xml b/agent-module/plugins/dubbo/pom.xml
index c3834762ee76..d1fcd055d078 100644
--- a/agent-module/plugins/dubbo/pom.xml
+++ b/agent-module/plugins/dubbo/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-dubbo-plugin
diff --git a/agent-module/plugins/elasticsearch/pom.xml b/agent-module/plugins/elasticsearch/pom.xml
index cafbcc7da6cb..4082c8ed3cdd 100644
--- a/agent-module/plugins/elasticsearch/pom.xml
+++ b/agent-module/plugins/elasticsearch/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch-plugin
pinpoint-elasticsearch-plugin
diff --git a/agent-module/plugins/elasticsearch8/pom.xml b/agent-module/plugins/elasticsearch8/pom.xml
index 217b8f4e9f2a..ab19ae0956b6 100644
--- a/agent-module/plugins/elasticsearch8/pom.xml
+++ b/agent-module/plugins/elasticsearch8/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-elasticsearch8-plugin
pinpoint-elasticsearch8-plugin
diff --git a/agent-module/plugins/external/pom.xml b/agent-module/plugins/external/pom.xml
index 8013d60d049c..696259650f4d 100644
--- a/agent-module/plugins/external/pom.xml
+++ b/agent-module/plugins/external/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-external-plugins
diff --git a/agent-module/plugins/fastjson/pom.xml b/agent-module/plugins/fastjson/pom.xml
index 1abd8a739679..0eb5841a6f83 100644
--- a/agent-module/plugins/fastjson/pom.xml
+++ b/agent-module/plugins/fastjson/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-fastjson-plugin
diff --git a/agent-module/plugins/google-httpclient/pom.xml b/agent-module/plugins/google-httpclient/pom.xml
index 4a868dbbc25e..50e2a876cb40 100644
--- a/agent-module/plugins/google-httpclient/pom.xml
+++ b/agent-module/plugins/google-httpclient/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-google-httpclient-plugin
diff --git a/agent-module/plugins/grpc/pom.xml b/agent-module/plugins/grpc/pom.xml
index 7c8e446e2ab3..bcf30d02c018 100644
--- a/agent-module/plugins/grpc/pom.xml
+++ b/agent-module/plugins/grpc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-grpc-plugin
diff --git a/agent-module/plugins/gson/pom.xml b/agent-module/plugins/gson/pom.xml
index 81677bcbe68e..3ef1645f409a 100644
--- a/agent-module/plugins/gson/pom.xml
+++ b/agent-module/plugins/gson/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-gson-plugin
diff --git a/agent-module/plugins/hbase/pom.xml b/agent-module/plugins/hbase/pom.xml
index 616a3471e45a..ce7a5f606327 100644
--- a/agent-module/plugins/hbase/pom.xml
+++ b/agent-module/plugins/hbase/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hbase-plugin
diff --git a/agent-module/plugins/hikaricp/pom.xml b/agent-module/plugins/hikaricp/pom.xml
index f4cd6a14c1a7..40af8d3a1534 100644
--- a/agent-module/plugins/hikaricp/pom.xml
+++ b/agent-module/plugins/hikaricp/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hikaricp-plugin
diff --git a/agent-module/plugins/httpclient3/pom.xml b/agent-module/plugins/httpclient3/pom.xml
index ba73f2aa4e62..eaeb5e4a1c02 100644
--- a/agent-module/plugins/httpclient3/pom.xml
+++ b/agent-module/plugins/httpclient3/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient3-plugin
diff --git a/agent-module/plugins/httpclient4/pom.xml b/agent-module/plugins/httpclient4/pom.xml
index ca3d9b2bdb70..551c5d431a96 100644
--- a/agent-module/plugins/httpclient4/pom.xml
+++ b/agent-module/plugins/httpclient4/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient4-plugin
diff --git a/agent-module/plugins/httpclient5/pom.xml b/agent-module/plugins/httpclient5/pom.xml
index 0a478c1e63b5..405ace8aed29 100644
--- a/agent-module/plugins/httpclient5/pom.xml
+++ b/agent-module/plugins/httpclient5/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-httpclient5-plugin
diff --git a/agent-module/plugins/hystrix/pom.xml b/agent-module/plugins/hystrix/pom.xml
index 6e03d7a55a50..9b17f28efdb1 100644
--- a/agent-module/plugins/hystrix/pom.xml
+++ b/agent-module/plugins/hystrix/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-hystrix-plugin
diff --git a/agent-module/plugins/ibatis/pom.xml b/agent-module/plugins/ibatis/pom.xml
index 6e3038a8ca88..d6ecc113008c 100644
--- a/agent-module/plugins/ibatis/pom.xml
+++ b/agent-module/plugins/ibatis/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-ibatis-plugin
diff --git a/agent-module/plugins/informix-jdbc/pom.xml b/agent-module/plugins/informix-jdbc/pom.xml
index 3b418238d50f..45ca41b9bdba 100644
--- a/agent-module/plugins/informix-jdbc/pom.xml
+++ b/agent-module/plugins/informix-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-informix-jdbc-driver-plugin
diff --git a/agent-module/plugins/jackson/pom.xml b/agent-module/plugins/jackson/pom.xml
index f70328e80424..749f419821dd 100644
--- a/agent-module/plugins/jackson/pom.xml
+++ b/agent-module/plugins/jackson/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jackson-plugin
diff --git a/agent-module/plugins/jboss/pom.xml b/agent-module/plugins/jboss/pom.xml
index 4c169f250178..a25b86c6f5b6 100644
--- a/agent-module/plugins/jboss/pom.xml
+++ b/agent-module/plugins/jboss/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jboss-plugin
diff --git a/agent-module/plugins/jdk-completable-future/pom.xml b/agent-module/plugins/jdk-completable-future/pom.xml
index 190951a7c288..a7bf3ea3284e 100644
--- a/agent-module/plugins/jdk-completable-future/pom.xml
+++ b/agent-module/plugins/jdk-completable-future/pom.xml
@@ -4,7 +4,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-completable-future-plugin
diff --git a/agent-module/plugins/jdk-http/pom.xml b/agent-module/plugins/jdk-http/pom.xml
index 61bf872cf275..ea59f2f37e55 100644
--- a/agent-module/plugins/jdk-http/pom.xml
+++ b/agent-module/plugins/jdk-http/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-http-plugin
diff --git a/agent-module/plugins/jdk-httpclient/pom.xml b/agent-module/plugins/jdk-httpclient/pom.xml
index 4fb325096c17..4dbeb2bd0d93 100644
--- a/agent-module/plugins/jdk-httpclient/pom.xml
+++ b/agent-module/plugins/jdk-httpclient/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jdk-httpclient-plugin
diff --git a/agent-module/plugins/jetty/pom.xml b/agent-module/plugins/jetty/pom.xml
index d24a65e93444..a1b706e8d4d3 100644
--- a/agent-module/plugins/jetty/pom.xml
+++ b/agent-module/plugins/jetty/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jetty-plugin
diff --git a/agent-module/plugins/json-lib/pom.xml b/agent-module/plugins/json-lib/pom.xml
index 4d04c947a489..a91182db0230 100644
--- a/agent-module/plugins/json-lib/pom.xml
+++ b/agent-module/plugins/json-lib/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-json-lib-plugin
diff --git a/agent-module/plugins/jsp/pom.xml b/agent-module/plugins/jsp/pom.xml
index 1ddbfc18a9f5..dc6489246629 100644
--- a/agent-module/plugins/jsp/pom.xml
+++ b/agent-module/plugins/jsp/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jsp-plugin
diff --git a/agent-module/plugins/jtds/pom.xml b/agent-module/plugins/jtds/pom.xml
index 7e6db983b73d..10d28d530b7e 100644
--- a/agent-module/plugins/jtds/pom.xml
+++ b/agent-module/plugins/jtds/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-jtds-plugin
diff --git a/agent-module/plugins/kafka/pom.xml b/agent-module/plugins/kafka/pom.xml
index d6f6f3c8968d..165b02926609 100644
--- a/agent-module/plugins/kafka/pom.xml
+++ b/agent-module/plugins/kafka/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-kafka-plugin
diff --git a/agent-module/plugins/kotlin-coroutines/pom.xml b/agent-module/plugins/kotlin-coroutines/pom.xml
index 8fdf5cb24606..ce23759809e9 100644
--- a/agent-module/plugins/kotlin-coroutines/pom.xml
+++ b/agent-module/plugins/kotlin-coroutines/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-kotlin-coroutines-plugin
diff --git a/agent-module/plugins/log4j/pom.xml b/agent-module/plugins/log4j/pom.xml
index cf6edb8ae9a0..0c06d66bfec2 100644
--- a/agent-module/plugins/log4j/pom.xml
+++ b/agent-module/plugins/log4j/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-log4j-plugin
diff --git a/agent-module/plugins/log4j2/pom.xml b/agent-module/plugins/log4j2/pom.xml
index a53350407527..04f7dc3dbe07 100644
--- a/agent-module/plugins/log4j2/pom.xml
+++ b/agent-module/plugins/log4j2/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-log4j2-plugin
diff --git a/agent-module/plugins/logback/pom.xml b/agent-module/plugins/logback/pom.xml
index 4ddf585e531a..5082cb81d0db 100644
--- a/agent-module/plugins/logback/pom.xml
+++ b/agent-module/plugins/logback/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-logback-plugin
diff --git a/agent-module/plugins/mariadb-jdbc/pom.xml b/agent-module/plugins/mariadb-jdbc/pom.xml
index 0b0278161885..93f76cc2a2a4 100644
--- a/agent-module/plugins/mariadb-jdbc/pom.xml
+++ b/agent-module/plugins/mariadb-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mariadb-jdbc-driver-plugin
diff --git a/agent-module/plugins/mongodb/pom.xml b/agent-module/plugins/mongodb/pom.xml
index ee95f6ef5309..38df303aad59 100644
--- a/agent-module/plugins/mongodb/pom.xml
+++ b/agent-module/plugins/mongodb/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mongodb-driver-plugin
diff --git a/agent-module/plugins/mssql-jdbc/pom.xml b/agent-module/plugins/mssql-jdbc/pom.xml
index 07fa7d8a0e61..51f312a31529 100644
--- a/agent-module/plugins/mssql-jdbc/pom.xml
+++ b/agent-module/plugins/mssql-jdbc/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mssql-jdbc-driver-plugin
diff --git a/agent-module/plugins/mybatis/pom.xml b/agent-module/plugins/mybatis/pom.xml
index 972e13b92ebb..8a390574db4d 100644
--- a/agent-module/plugins/mybatis/pom.xml
+++ b/agent-module/plugins/mybatis/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mybatis-plugin
diff --git a/agent-module/plugins/mysql-jdbc/pom.xml b/agent-module/plugins/mysql-jdbc/pom.xml
index 24d8d7d535f2..e698cb4df526 100644
--- a/agent-module/plugins/mysql-jdbc/pom.xml
+++ b/agent-module/plugins/mysql-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-mysql-jdbc-driver-plugin
diff --git a/agent-module/plugins/netty/pom.xml b/agent-module/plugins/netty/pom.xml
index 907a411c8971..75dcfba9bc46 100644
--- a/agent-module/plugins/netty/pom.xml
+++ b/agent-module/plugins/netty/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-netty-plugin
diff --git a/agent-module/plugins/ning-asynchttpclient/pom.xml b/agent-module/plugins/ning-asynchttpclient/pom.xml
index 5a54eb3582bd..829cadcbb308 100644
--- a/agent-module/plugins/ning-asynchttpclient/pom.xml
+++ b/agent-module/plugins/ning-asynchttpclient/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-ning-asynchttpclient-plugin
diff --git a/agent-module/plugins/okhttp/pom.xml b/agent-module/plugins/okhttp/pom.xml
index f1efa59e8ae4..4e635d09e451 100644
--- a/agent-module/plugins/okhttp/pom.xml
+++ b/agent-module/plugins/okhttp/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-okhttp-plugin
diff --git a/agent-module/plugins/openwhisk/pom.xml b/agent-module/plugins/openwhisk/pom.xml
index e1d7e124954f..dbc4fccf29e4 100644
--- a/agent-module/plugins/openwhisk/pom.xml
+++ b/agent-module/plugins/openwhisk/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-openwhisk-plugin
diff --git a/agent-module/plugins/oracle-jdbc/pom.xml b/agent-module/plugins/oracle-jdbc/pom.xml
index 621f87cd293f..b2c1f0f105f1 100644
--- a/agent-module/plugins/oracle-jdbc/pom.xml
+++ b/agent-module/plugins/oracle-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-oracle-jdbc-driver-plugin
diff --git a/agent-module/plugins/paho-mqtt/pom.xml b/agent-module/plugins/paho-mqtt/pom.xml
index 853fbddb96a0..8f8134f7531a 100644
--- a/agent-module/plugins/paho-mqtt/pom.xml
+++ b/agent-module/plugins/paho-mqtt/pom.xml
@@ -5,7 +5,7 @@
pinpoint-plugins
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
4.0.0
diff --git a/agent-module/plugins/pom.xml b/agent-module/plugins/pom.xml
index 2eee9d447211..02e817597625 100644
--- a/agent-module/plugins/pom.xml
+++ b/agent-module/plugins/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-plugins
diff --git a/agent-module/plugins/postgresql-jdbc/pom.xml b/agent-module/plugins/postgresql-jdbc/pom.xml
index 2347fa54d155..77233186a024 100644
--- a/agent-module/plugins/postgresql-jdbc/pom.xml
+++ b/agent-module/plugins/postgresql-jdbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-postgresql-jdbc-driver-plugin
diff --git a/agent-module/plugins/process/pom.xml b/agent-module/plugins/process/pom.xml
index 6662dfd00d29..59c61ebabf41 100644
--- a/agent-module/plugins/process/pom.xml
+++ b/agent-module/plugins/process/pom.xml
@@ -7,7 +7,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-process-plugin
diff --git a/agent-module/plugins/rabbitmq/pom.xml b/agent-module/plugins/rabbitmq/pom.xml
index 03d47bcd5065..9aa894071af2 100644
--- a/agent-module/plugins/rabbitmq/pom.xml
+++ b/agent-module/plugins/rabbitmq/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rabbitmq-plugin
diff --git a/agent-module/plugins/reactor-netty/pom.xml b/agent-module/plugins/reactor-netty/pom.xml
index 76fda08a23ed..f91c6a361fe7 100644
--- a/agent-module/plugins/reactor-netty/pom.xml
+++ b/agent-module/plugins/reactor-netty/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-reactor-netty-plugin
diff --git a/agent-module/plugins/reactor/pom.xml b/agent-module/plugins/reactor/pom.xml
index bd39984e6189..c9bcfc9668fa 100644
--- a/agent-module/plugins/reactor/pom.xml
+++ b/agent-module/plugins/reactor/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-reactor-plugin
diff --git a/agent-module/plugins/redis-lettuce/pom.xml b/agent-module/plugins/redis-lettuce/pom.xml
index 1bf1485bef02..836a9ae55f4c 100644
--- a/agent-module/plugins/redis-lettuce/pom.xml
+++ b/agent-module/plugins/redis-lettuce/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-redis-lettuce-plugin
diff --git a/agent-module/plugins/redis-redisson/pom.xml b/agent-module/plugins/redis-redisson/pom.xml
index 308a6d3043e1..73fb4c95ce8d 100644
--- a/agent-module/plugins/redis-redisson/pom.xml
+++ b/agent-module/plugins/redis-redisson/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-redis-redisson-plugin
diff --git a/agent-module/plugins/redis/pom.xml b/agent-module/plugins/redis/pom.xml
index 3c599b24fb0a..5ccd46f2a5ea 100644
--- a/agent-module/plugins/redis/pom.xml
+++ b/agent-module/plugins/redis/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-redis-plugin
diff --git a/agent-module/plugins/resilience4j/pom.xml b/agent-module/plugins/resilience4j/pom.xml
index b0f243680636..dfb47aa4ead9 100644
--- a/agent-module/plugins/resilience4j/pom.xml
+++ b/agent-module/plugins/resilience4j/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-resilience4j-plugin
diff --git a/agent-module/plugins/resin/pom.xml b/agent-module/plugins/resin/pom.xml
index 0fb3310821e4..6606fc6be47c 100644
--- a/agent-module/plugins/resin/pom.xml
+++ b/agent-module/plugins/resin/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-resin-plugin
diff --git a/agent-module/plugins/resttemplate/pom.xml b/agent-module/plugins/resttemplate/pom.xml
index 2464c379c6ba..044539d7f380 100644
--- a/agent-module/plugins/resttemplate/pom.xml
+++ b/agent-module/plugins/resttemplate/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-resttemplate-plugin
diff --git a/agent-module/plugins/rocketmq/pom.xml b/agent-module/plugins/rocketmq/pom.xml
index 8e5e19d2c303..695882f2f342 100644
--- a/agent-module/plugins/rocketmq/pom.xml
+++ b/agent-module/plugins/rocketmq/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rocketmq-plugin
diff --git a/agent-module/plugins/rxjava/pom.xml b/agent-module/plugins/rxjava/pom.xml
index 4a2b106083a8..1d94f4b6e79a 100644
--- a/agent-module/plugins/rxjava/pom.xml
+++ b/agent-module/plugins/rxjava/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-rxjava-plugin
diff --git a/agent-module/plugins/spring-boot/pom.xml b/agent-module/plugins/spring-boot/pom.xml
index 5990458bf78b..1f915f96f19c 100644
--- a/agent-module/plugins/spring-boot/pom.xml
+++ b/agent-module/plugins/spring-boot/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-boot-plugin
diff --git a/agent-module/plugins/spring-cloud-sleuth/pom.xml b/agent-module/plugins/spring-cloud-sleuth/pom.xml
index 3f8ab276e484..84d6f0086f85 100644
--- a/agent-module/plugins/spring-cloud-sleuth/pom.xml
+++ b/agent-module/plugins/spring-cloud-sleuth/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-cloud-sleuth-plugin
diff --git a/agent-module/plugins/spring-data-r2dbc/pom.xml b/agent-module/plugins/spring-data-r2dbc/pom.xml
index 24b7bafe90dd..7c7135261900 100644
--- a/agent-module/plugins/spring-data-r2dbc/pom.xml
+++ b/agent-module/plugins/spring-data-r2dbc/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-data-r2dbc-plugin
diff --git a/agent-module/plugins/spring-stub/pom.xml b/agent-module/plugins/spring-stub/pom.xml
index 7cfca0fcbc53..6a802ab68c73 100644
--- a/agent-module/plugins/spring-stub/pom.xml
+++ b/agent-module/plugins/spring-stub/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-stub
diff --git a/agent-module/plugins/spring-tx/pom.xml b/agent-module/plugins/spring-tx/pom.xml
index 19b059514369..da752971f201 100644
--- a/agent-module/plugins/spring-tx/pom.xml
+++ b/agent-module/plugins/spring-tx/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-tx-plugin
diff --git a/agent-module/plugins/spring-webflux/pom.xml b/agent-module/plugins/spring-webflux/pom.xml
index f67f55c0f540..6a4e5fcff77d 100644
--- a/agent-module/plugins/spring-webflux/pom.xml
+++ b/agent-module/plugins/spring-webflux/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-webflux-plugin
diff --git a/agent-module/plugins/spring/pom.xml b/agent-module/plugins/spring/pom.xml
index 604aa9883059..c7e9ffcff070 100644
--- a/agent-module/plugins/spring/pom.xml
+++ b/agent-module/plugins/spring/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-spring-plugin
diff --git a/agent-module/plugins/thread/pom.xml b/agent-module/plugins/thread/pom.xml
index 3d19ca09d6b8..62ea6c1073f7 100644
--- a/agent-module/plugins/thread/pom.xml
+++ b/agent-module/plugins/thread/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thread-plugin
diff --git a/agent-module/plugins/thrift/pom.xml b/agent-module/plugins/thrift/pom.xml
index b18bcadb8587..373af4e89bfa 100644
--- a/agent-module/plugins/thrift/pom.xml
+++ b/agent-module/plugins/thrift/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-thrift-plugin
diff --git a/agent-module/plugins/tomcat/pom.xml b/agent-module/plugins/tomcat/pom.xml
index 2ca277a38f6f..e93b07adfe3b 100644
--- a/agent-module/plugins/tomcat/pom.xml
+++ b/agent-module/plugins/tomcat/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-tomcat-plugin
diff --git a/agent-module/plugins/undertow-servlet/pom.xml b/agent-module/plugins/undertow-servlet/pom.xml
index 9a237d6ac03d..21e6760ed580 100644
--- a/agent-module/plugins/undertow-servlet/pom.xml
+++ b/agent-module/plugins/undertow-servlet/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-undertow-servlet-plugin
diff --git a/agent-module/plugins/undertow/pom.xml b/agent-module/plugins/undertow/pom.xml
index f8deae07c713..639301939a2e 100644
--- a/agent-module/plugins/undertow/pom.xml
+++ b/agent-module/plugins/undertow/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-undertow-plugin
diff --git a/agent-module/plugins/user/pom.xml b/agent-module/plugins/user/pom.xml
index da752336861a..4ed874bace18 100644
--- a/agent-module/plugins/user/pom.xml
+++ b/agent-module/plugins/user/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-user-plugin
diff --git a/agent-module/plugins/vertx/pom.xml b/agent-module/plugins/vertx/pom.xml
index 37178d3b3b51..df089ca48505 100644
--- a/agent-module/plugins/vertx/pom.xml
+++ b/agent-module/plugins/vertx/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-vertx-plugin
diff --git a/agent-module/plugins/weblogic/pom.xml b/agent-module/plugins/weblogic/pom.xml
index 983ac60846c1..453e8c896922 100644
--- a/agent-module/plugins/weblogic/pom.xml
+++ b/agent-module/plugins/weblogic/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-weblogic-plugin
diff --git a/agent-module/plugins/websphere/pom.xml b/agent-module/plugins/websphere/pom.xml
index 297c73413427..cf421bbcbeb2 100644
--- a/agent-module/plugins/websphere/pom.xml
+++ b/agent-module/plugins/websphere/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-plugins
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-websphere-plugin
diff --git a/agent-module/pom.xml b/agent-module/pom.xml
index d4d1db152fd0..08c18b497ad5 100644
--- a/agent-module/pom.xml
+++ b/agent-module/pom.xml
@@ -21,7 +21,7 @@
pinpoint
com.navercorp.pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-agent-module
diff --git a/agent-module/profiler-logging/pom.xml b/agent-module/profiler-logging/pom.xml
index 8e467696611f..cff48fd4d797 100644
--- a/agent-module/profiler-logging/pom.xml
+++ b/agent-module/profiler-logging/pom.xml
@@ -6,7 +6,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-logging
diff --git a/agent-module/profiler-optional/pom.xml b/agent-module/profiler-optional/pom.xml
index ff1e04a48896..9b3ad63ef09e 100644
--- a/agent-module/profiler-optional/pom.xml
+++ b/agent-module/profiler-optional/pom.xml
@@ -20,7 +20,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-optional
diff --git a/agent-module/profiler-optional/profiler-optional-jdk8/pom.xml b/agent-module/profiler-optional/profiler-optional-jdk8/pom.xml
index d1e012412b88..eeaa6c6ebc53 100644
--- a/agent-module/profiler-optional/profiler-optional-jdk8/pom.xml
+++ b/agent-module/profiler-optional/profiler-optional-jdk8/pom.xml
@@ -23,7 +23,7 @@
com.navercorp.pinpoint
pinpoint-profiler-optional-parent
../profiler-optional-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-optional-jdk8
diff --git a/agent-module/profiler-optional/profiler-optional-jdk9/pom.xml b/agent-module/profiler-optional/profiler-optional-jdk9/pom.xml
index 709a11254ac9..0e08884ff5e2 100644
--- a/agent-module/profiler-optional/profiler-optional-jdk9/pom.xml
+++ b/agent-module/profiler-optional/profiler-optional-jdk9/pom.xml
@@ -23,7 +23,7 @@
com.navercorp.pinpoint
pinpoint-profiler-optional-parent
../profiler-optional-parent
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-optional-jdk9
diff --git a/agent-module/profiler-optional/profiler-optional-parent/pom.xml b/agent-module/profiler-optional/profiler-optional-parent/pom.xml
index 7b507b391332..f6a0467cb4f1 100644
--- a/agent-module/profiler-optional/profiler-optional-parent/pom.xml
+++ b/agent-module/profiler-optional/profiler-optional-parent/pom.xml
@@ -9,7 +9,7 @@
pinpoint-agent-module
../../pom.xml
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-optional-parent
diff --git a/agent-module/profiler-test/pom.xml b/agent-module/profiler-test/pom.xml
index 0b372dc6710b..9dc9292aad02 100644
--- a/agent-module/profiler-test/pom.xml
+++ b/agent-module/profiler-test/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler-test
diff --git a/agent-module/profiler/pom.xml b/agent-module/profiler/pom.xml
index 19ed0cfcc3d0..6834c3b10090 100644
--- a/agent-module/profiler/pom.xml
+++ b/agent-module/profiler/pom.xml
@@ -21,7 +21,7 @@
com.navercorp.pinpoint
pinpoint-agent-module
- 3.0.0-SNAPSHOT
+ 3.0.0
pinpoint-profiler
diff --git a/annotations/pom.xml b/annotations/pom.xml
index db1c885aea4f..3639b409c5d4 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -5,7 +5,7 @@
com.navercorp.pinpoint
pinpoint
- 3.0.0-SNAPSHOT
+ 3.0.0