diff --git a/CHANGELOG.next-release.md b/CHANGELOG.next-release.md
index 5d6b9f3917..91ab0d62d0 100644
--- a/CHANGELOG.next-release.md
+++ b/CHANGELOG.next-release.md
@@ -9,12 +9,10 @@ This file contains all changes which are not released yet.
# Fixes
-* Added missing java 17 and 21 compatible runtimes for published lambda layers - [#4088](https://github.com/elastic/apm-agent-java/pull/4088)
# Features and enhancements
-* Remove 1000 character limit for HTTP client body capturing - [#1234](https://github.com/elastic/apm-agent-java/pull/4058)
# Deprecations
@@ -24,6 +22,5 @@ This file contains all changes which are not released yet.
# Breaking Changes
-* Switched from using a label for HTTP client body storage to using the `http.request.body.orginal` span field. This requires APM-server 8.18+, the old behaviour can be restored via the `capture_http_client_request_body_as_label` config option - [#1234](https://github.com/elastic/apm-agent-java/pull/4058)
diff --git a/apm-agent-api/pom.xml b/apm-agent-api/pom.xml
index dc84071cf9..ef613fbd2f 100644
--- a/apm-agent-api/pom.xml
+++ b/apm-agent-api/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-api
diff --git a/apm-agent-attach-cli/pom.xml b/apm-agent-attach-cli/pom.xml
index 6242b7698c..0f76114d60 100644
--- a/apm-agent-attach-cli/pom.xml
+++ b/apm-agent-attach-cli/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-attach/pom.xml b/apm-agent-attach/pom.xml
index 5d1e23e9be..904906f28d 100644
--- a/apm-agent-attach/pom.xml
+++ b/apm-agent-attach/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-attach
diff --git a/apm-agent-benchmarks/pom.xml b/apm-agent-benchmarks/pom.xml
index cd3bd9ecaf..00bf154d81 100644
--- a/apm-agent-benchmarks/pom.xml
+++ b/apm-agent-benchmarks/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-benchmarks
diff --git a/apm-agent-bootstrap/pom.xml b/apm-agent-bootstrap/pom.xml
index 502bc798df..c181da2577 100644
--- a/apm-agent-bootstrap/pom.xml
+++ b/apm-agent-bootstrap/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-bootstrap
diff --git a/apm-agent-builds/apm-agent-java8/pom.xml b/apm-agent-builds/apm-agent-java8/pom.xml
index c7b04b503c..1cf5faf2ba 100644
--- a/apm-agent-builds/apm-agent-java8/pom.xml
+++ b/apm-agent-builds/apm-agent-java8/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-builds
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-java8
diff --git a/apm-agent-builds/apm-agent/pom.xml b/apm-agent-builds/apm-agent/pom.xml
index 634ded9235..a06d8bcee7 100644
--- a/apm-agent-builds/apm-agent/pom.xml
+++ b/apm-agent-builds/apm-agent/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-builds
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent
diff --git a/apm-agent-builds/pom.xml b/apm-agent-builds/pom.xml
index c30edf9986..6ee83e9a45 100644
--- a/apm-agent-builds/pom.xml
+++ b/apm-agent-builds/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-cached-lookup-key/pom.xml b/apm-agent-cached-lookup-key/pom.xml
index 6d10dbcb6e..d6685b7abc 100644
--- a/apm-agent-cached-lookup-key/pom.xml
+++ b/apm-agent-cached-lookup-key/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-common/pom.xml b/apm-agent-common/pom.xml
index fe82fec71c..3f45575d13 100644
--- a/apm-agent-common/pom.xml
+++ b/apm-agent-common/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-core/pom.xml b/apm-agent-core/pom.xml
index f2207fbd4c..8a668cf865 100644
--- a/apm-agent-core/pom.xml
+++ b/apm-agent-core/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-core
diff --git a/apm-agent-lambda-layer/pom.xml b/apm-agent-lambda-layer/pom.xml
index b29724ce3b..3fc6916a3c 100644
--- a/apm-agent-lambda-layer/pom.xml
+++ b/apm-agent-lambda-layer/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugin-sdk/pom.xml b/apm-agent-plugin-sdk/pom.xml
index fcf7ffa114..3346970e1a 100644
--- a/apm-agent-plugin-sdk/pom.xml
+++ b/apm-agent-plugin-sdk/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient-common/pom.xml b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient-common/pom.xml
index 06147be281..b76f70763e 100644
--- a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient-common/pom.xml
+++ b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient-common/pom.xml
@@ -5,7 +5,7 @@
apm-apache-httpclient
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-apache-httpclient-common
diff --git a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient3-plugin/pom.xml b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient3-plugin/pom.xml
index 46df922e67..58a2197336 100644
--- a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient3-plugin/pom.xml
+++ b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient3-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-apache-httpclient
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-apache-httpclient3-plugin
diff --git a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient4-plugin/pom.xml b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient4-plugin/pom.xml
index a280e8add1..01dc667d00 100644
--- a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient4-plugin/pom.xml
+++ b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient4-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-apache-httpclient
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-apache-httpclient4-plugin
diff --git a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient5-plugin/pom.xml b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient5-plugin/pom.xml
index 76e878b46f..45109c8cec 100644
--- a/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient5-plugin/pom.xml
+++ b/apm-agent-plugins/apm-apache-httpclient/apm-apache-httpclient5-plugin/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-apache-httpclient
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-apache-httpclient5-plugin
diff --git a/apm-agent-plugins/apm-apache-httpclient/pom.xml b/apm-agent-plugins/apm-apache-httpclient/pom.xml
index e85fa51589..1eaa0a3c3d 100644
--- a/apm-agent-plugins/apm-apache-httpclient/pom.xml
+++ b/apm-agent-plugins/apm-apache-httpclient/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-apache-httpclient
diff --git a/apm-agent-plugins/apm-api-plugin/pom.xml b/apm-agent-plugins/apm-api-plugin/pom.xml
index bd8f6a0a7f..35c4d18151 100644
--- a/apm-agent-plugins/apm-api-plugin/pom.xml
+++ b/apm-agent-plugins/apm-api-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
diff --git a/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml b/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml
index bb6df699d7..e3bc3b0bf1 100644
--- a/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml
+++ b/apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-asynchttpclient-plugin
diff --git a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-1-plugin/pom.xml b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-1-plugin/pom.xml
index a831ae300d..5415e1d4e0 100644
--- a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-1-plugin/pom.xml
+++ b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-1-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-aws-sdk
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-2-plugin/pom.xml b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-2-plugin/pom.xml
index 9795ec9689..34e1c1050f 100644
--- a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-2-plugin/pom.xml
+++ b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-2-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-aws-sdk
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-common/pom.xml b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-common/pom.xml
index a6dd804725..4d1586dd0c 100644
--- a/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-common/pom.xml
+++ b/apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-common/pom.xml
@@ -3,7 +3,7 @@
apm-aws-sdk
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-aws-sdk/pom.xml b/apm-agent-plugins/apm-aws-sdk/pom.xml
index f474a7f8b3..025cf198b1 100644
--- a/apm-agent-plugins/apm-aws-sdk/pom.xml
+++ b/apm-agent-plugins/apm-aws-sdk/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-awslambda-plugin/pom.xml b/apm-agent-plugins/apm-awslambda-plugin/pom.xml
index f21dc74fb2..94c0a07ac8 100644
--- a/apm-agent-plugins/apm-awslambda-plugin/pom.xml
+++ b/apm-agent-plugins/apm-awslambda-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-cassandra/apm-cassandra-core-plugin/pom.xml b/apm-agent-plugins/apm-cassandra/apm-cassandra-core-plugin/pom.xml
index 71537db137..ca051fe988 100644
--- a/apm-agent-plugins/apm-cassandra/apm-cassandra-core-plugin/pom.xml
+++ b/apm-agent-plugins/apm-cassandra/apm-cassandra-core-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-cassandra
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-cassandra/apm-cassandra3-plugin/pom.xml b/apm-agent-plugins/apm-cassandra/apm-cassandra3-plugin/pom.xml
index 121641dd95..8939b5c9aa 100644
--- a/apm-agent-plugins/apm-cassandra/apm-cassandra3-plugin/pom.xml
+++ b/apm-agent-plugins/apm-cassandra/apm-cassandra3-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-cassandra
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-cassandra/apm-cassandra4-plugin/pom.xml b/apm-agent-plugins/apm-cassandra/apm-cassandra4-plugin/pom.xml
index f89a5098e9..8d434dc451 100644
--- a/apm-agent-plugins/apm-cassandra/apm-cassandra4-plugin/pom.xml
+++ b/apm-agent-plugins/apm-cassandra/apm-cassandra4-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-cassandra
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-cassandra/pom.xml b/apm-agent-plugins/apm-cassandra/pom.xml
index 16636e5573..9c7b7c58ee 100644
--- a/apm-agent-plugins/apm-cassandra/pom.xml
+++ b/apm-agent-plugins/apm-cassandra/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-dubbo-plugin/pom.xml b/apm-agent-plugins/apm-dubbo-plugin/pom.xml
index 1986f54ddd..86e89b8068 100644
--- a/apm-agent-plugins/apm-dubbo-plugin/pom.xml
+++ b/apm-agent-plugins/apm-dubbo-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-ecs-logging-plugin/pom.xml b/apm-agent-plugins/apm-ecs-logging-plugin/pom.xml
index 5b06e4f341..a6995b97c1 100644
--- a/apm-agent-plugins/apm-ecs-logging-plugin/pom.xml
+++ b/apm-agent-plugins/apm-ecs-logging-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-ecs-logging-plugin
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml
index 63698220ca..b2b2cbdb5b 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml
@@ -5,7 +5,7 @@
apm-es-restclient-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-es-restclient-plugin-5_6
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml
index cd9fa73144..28cbeacaba 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-6_4/pom.xml
@@ -5,7 +5,7 @@
apm-es-restclient-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-es-restclient-plugin-6_4
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_x/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_x/pom.xml
index a721276402..d2df9bafde 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_x/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-7_x/pom.xml
@@ -5,7 +5,7 @@
apm-es-restclient-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-es-restclient-plugin-7_x
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-8_x/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-8_x/pom.xml
index b362dade37..fa66f17abd 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-8_x/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-8_x/pom.xml
@@ -3,7 +3,7 @@
apm-es-restclient-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml
index bbaa7b647e..a7d452542c 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-common/pom.xml
@@ -5,7 +5,7 @@
apm-es-restclient-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-es-restclient-plugin-common
diff --git a/apm-agent-plugins/apm-es-restclient-plugin/pom.xml b/apm-agent-plugins/apm-es-restclient-plugin/pom.xml
index 8064221901..e24525f3a7 100644
--- a/apm-agent-plugins/apm-es-restclient-plugin/pom.xml
+++ b/apm-agent-plugins/apm-es-restclient-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-es-restclient-plugin
diff --git a/apm-agent-plugins/apm-finagle-httpclient-plugin/pom.xml b/apm-agent-plugins/apm-finagle-httpclient-plugin/pom.xml
index 4aa486906e..5679835c95 100644
--- a/apm-agent-plugins/apm-finagle-httpclient-plugin/pom.xml
+++ b/apm-agent-plugins/apm-finagle-httpclient-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-finagle-httpclient-plugin
diff --git a/apm-agent-plugins/apm-grails-plugin/pom.xml b/apm-agent-plugins/apm-grails-plugin/pom.xml
index a5c3f58a5e..036de77ad0 100644
--- a/apm-agent-plugins/apm-grails-plugin/pom.xml
+++ b/apm-agent-plugins/apm-grails-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-grails-plugin
diff --git a/apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml b/apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml
index 02dcba0d24..4c33effb3b 100644
--- a/apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml
+++ b/apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-grpc
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-grpc-plugin
diff --git a/apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml b/apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml
index 56338c2145..772ba270c2 100644
--- a/apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml
+++ b/apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-grpc
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-grpc-test-1.6.1
diff --git a/apm-agent-plugins/apm-grpc/apm-grpc-test-latest/pom.xml b/apm-agent-plugins/apm-grpc/apm-grpc-test-latest/pom.xml
index dc97c09b10..3c349cae82 100644
--- a/apm-agent-plugins/apm-grpc/apm-grpc-test-latest/pom.xml
+++ b/apm-agent-plugins/apm-grpc/apm-grpc-test-latest/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-grpc
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-grpc-test-latest
diff --git a/apm-agent-plugins/apm-grpc/pom.xml b/apm-agent-plugins/apm-grpc/pom.xml
index 2d249bf07b..94ee8973dc 100644
--- a/apm-agent-plugins/apm-grpc/pom.xml
+++ b/apm-agent-plugins/apm-grpc/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-plugins
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-grpc
diff --git a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-5_x/pom.xml b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-5_x/pom.xml
index c248659bcb..8b8d038f7a 100644
--- a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-5_x/pom.xml
+++ b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-5_x/pom.xml
@@ -5,7 +5,7 @@
apm-hibernate-search-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-hibernate-search-plugin-5_x
diff --git a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-6_x/pom.xml b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-6_x/pom.xml
index e0c0ce82b9..963e75fc89 100644
--- a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-6_x/pom.xml
+++ b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-6_x/pom.xml
@@ -5,7 +5,7 @@
apm-hibernate-search-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-hibernate-search-plugin-6_x
diff --git a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-common/pom.xml b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-common/pom.xml
index 1de05d9fd9..9e5c504333 100644
--- a/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-common/pom.xml
+++ b/apm-agent-plugins/apm-hibernate-search-plugin/apm-hibernate-search-plugin-common/pom.xml
@@ -5,7 +5,7 @@
apm-hibernate-search-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-hibernate-search-plugin-common
diff --git a/apm-agent-plugins/apm-hibernate-search-plugin/pom.xml b/apm-agent-plugins/apm-hibernate-search-plugin/pom.xml
index 3ce11da4cb..5933611892 100644
--- a/apm-agent-plugins/apm-hibernate-search-plugin/pom.xml
+++ b/apm-agent-plugins/apm-hibernate-search-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-hibernate-search-plugin
diff --git a/apm-agent-plugins/apm-httpclient-core/pom.xml b/apm-agent-plugins/apm-httpclient-core/pom.xml
index 9e6a21f902..30257af7d4 100644
--- a/apm-agent-plugins/apm-httpclient-core/pom.xml
+++ b/apm-agent-plugins/apm-httpclient-core/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-httpclient-core
diff --git a/apm-agent-plugins/apm-httpserver-core/pom.xml b/apm-agent-plugins/apm-httpserver-core/pom.xml
index 604c88f210..21dd58a95d 100644
--- a/apm-agent-plugins/apm-httpserver-core/pom.xml
+++ b/apm-agent-plugins/apm-httpserver-core/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-httpserver-core
diff --git a/apm-agent-plugins/apm-jakarta-websocket-plugin/pom.xml b/apm-agent-plugins/apm-jakarta-websocket-plugin/pom.xml
index bacdeb3edd..664655c2fc 100644
--- a/apm-agent-plugins/apm-jakarta-websocket-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jakarta-websocket-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jakarta-websocket-plugin
diff --git a/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml b/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml
index 4968562bd7..c6ef529b27 100644
--- a/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml
+++ b/apm-agent-plugins/apm-java-concurrent-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-java-concurrent-plugin
diff --git a/apm-agent-plugins/apm-java-ldap-plugin/pom.xml b/apm-agent-plugins/apm-java-ldap-plugin/pom.xml
index 54c7d8a33b..0e97a24b27 100644
--- a/apm-agent-plugins/apm-java-ldap-plugin/pom.xml
+++ b/apm-agent-plugins/apm-java-ldap-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-java-ldap-plugin
diff --git a/apm-agent-plugins/apm-javalin-plugin/pom.xml b/apm-agent-plugins/apm-javalin-plugin/pom.xml
index fe264f7dad..faae405620 100644
--- a/apm-agent-plugins/apm-javalin-plugin/pom.xml
+++ b/apm-agent-plugins/apm-javalin-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-javalin-plugin
diff --git a/apm-agent-plugins/apm-jaxrs-plugin-jakartaee-test/pom.xml b/apm-agent-plugins/apm-jaxrs-plugin-jakartaee-test/pom.xml
index 3122d2d8b5..d68e772dd6 100644
--- a/apm-agent-plugins/apm-jaxrs-plugin-jakartaee-test/pom.xml
+++ b/apm-agent-plugins/apm-jaxrs-plugin-jakartaee-test/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-jaxrs-plugin/pom.xml b/apm-agent-plugins/apm-jaxrs-plugin/pom.xml
index 81c59017c5..402b32fd0e 100644
--- a/apm-agent-plugins/apm-jaxrs-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jaxrs-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jaxrs-plugin
diff --git a/apm-agent-plugins/apm-jaxws-plugin-jakartaee-test/pom.xml b/apm-agent-plugins/apm-jaxws-plugin-jakartaee-test/pom.xml
index 07ac3d7a9b..4f16f619b7 100644
--- a/apm-agent-plugins/apm-jaxws-plugin-jakartaee-test/pom.xml
+++ b/apm-agent-plugins/apm-jaxws-plugin-jakartaee-test/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-jaxws-plugin/pom.xml b/apm-agent-plugins/apm-jaxws-plugin/pom.xml
index 5539a80bdd..0d3eef114e 100644
--- a/apm-agent-plugins/apm-jaxws-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jaxws-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jaxws-plugin
diff --git a/apm-agent-plugins/apm-jdbc-plugin/pom.xml b/apm-agent-plugins/apm-jdbc-plugin/pom.xml
index 3f0cad357a..d9b65c3ea9 100644
--- a/apm-agent-plugins/apm-jdbc-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jdbc-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jdbc-plugin
diff --git a/apm-agent-plugins/apm-jdk-httpclient-plugin/pom.xml b/apm-agent-plugins/apm-jdk-httpclient-plugin/pom.xml
index 5f45fb9561..4af6410ade 100644
--- a/apm-agent-plugins/apm-jdk-httpclient-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jdk-httpclient-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jdk-httpclient-plugin
diff --git a/apm-agent-plugins/apm-jdk-httpserver-plugin/pom.xml b/apm-agent-plugins/apm-jdk-httpserver-plugin/pom.xml
index 3d0ea5830e..70e94cb23e 100644
--- a/apm-agent-plugins/apm-jdk-httpserver-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jdk-httpserver-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jdk-httpserver-plugin
diff --git a/apm-agent-plugins/apm-jms-plugin/apm-jms-jakarta/pom.xml b/apm-agent-plugins/apm-jms-plugin/apm-jms-jakarta/pom.xml
index e7678320b9..bc0cbc076e 100644
--- a/apm-agent-plugins/apm-jms-plugin/apm-jms-jakarta/pom.xml
+++ b/apm-agent-plugins/apm-jms-plugin/apm-jms-jakarta/pom.xml
@@ -3,7 +3,7 @@
apm-jms-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-jms-plugin/apm-jms-javax/pom.xml b/apm-agent-plugins/apm-jms-plugin/apm-jms-javax/pom.xml
index 9723b02b91..4dd894cd9f 100644
--- a/apm-agent-plugins/apm-jms-plugin/apm-jms-javax/pom.xml
+++ b/apm-agent-plugins/apm-jms-plugin/apm-jms-javax/pom.xml
@@ -3,7 +3,7 @@
apm-jms-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-jms-plugin/apm-jms-plugin-base/pom.xml b/apm-agent-plugins/apm-jms-plugin/apm-jms-plugin-base/pom.xml
index 69282d949b..84567da3ed 100644
--- a/apm-agent-plugins/apm-jms-plugin/apm-jms-plugin-base/pom.xml
+++ b/apm-agent-plugins/apm-jms-plugin/apm-jms-plugin-base/pom.xml
@@ -5,7 +5,7 @@
apm-jms-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jms-plugin-base
diff --git a/apm-agent-plugins/apm-jms-plugin/apm-jms-spring-plugin/pom.xml b/apm-agent-plugins/apm-jms-plugin/apm-jms-spring-plugin/pom.xml
index 144e190798..edccabca15 100644
--- a/apm-agent-plugins/apm-jms-plugin/apm-jms-spring-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jms-plugin/apm-jms-spring-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-jms-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jms-spring-plugin
diff --git a/apm-agent-plugins/apm-jms-plugin/pom.xml b/apm-agent-plugins/apm-jms-plugin/pom.xml
index 1b6c0818cc..292732303b 100644
--- a/apm-agent-plugins/apm-jms-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jms-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jms-plugin
diff --git a/apm-agent-plugins/apm-jmx-plugin/pom.xml b/apm-agent-plugins/apm-jmx-plugin/pom.xml
index bf4e0089d5..cded627c96 100644
--- a/apm-agent-plugins/apm-jmx-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jmx-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jmx-plugin
diff --git a/apm-agent-plugins/apm-jsf-plugin/pom.xml b/apm-agent-plugins/apm-jsf-plugin/pom.xml
index 015c387b71..8f95c6c7d2 100644
--- a/apm-agent-plugins/apm-jsf-plugin/pom.xml
+++ b/apm-agent-plugins/apm-jsf-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jsf-plugin
diff --git a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-base-plugin/pom.xml b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-base-plugin/pom.xml
index 6fbf52432f..fa19dad323 100644
--- a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-base-plugin/pom.xml
+++ b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-base-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-kafka-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-headers-plugin/pom.xml b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-headers-plugin/pom.xml
index b600b0c1ab..0558684bc0 100644
--- a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-headers-plugin/pom.xml
+++ b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-headers-plugin/pom.xml
@@ -4,7 +4,7 @@
apm-kafka-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-spring-plugin/pom.xml b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-spring-plugin/pom.xml
index 18645729f8..a9ded8b508 100644
--- a/apm-agent-plugins/apm-kafka-plugin/apm-kafka-spring-plugin/pom.xml
+++ b/apm-agent-plugins/apm-kafka-plugin/apm-kafka-spring-plugin/pom.xml
@@ -4,7 +4,7 @@
apm-kafka-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-kafka-plugin/pom.xml b/apm-agent-plugins/apm-kafka-plugin/pom.xml
index 9a7ba49c6c..fe34418914 100644
--- a/apm-agent-plugins/apm-kafka-plugin/pom.xml
+++ b/apm-agent-plugins/apm-kafka-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-jboss-logging-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-jboss-logging-plugin/pom.xml
index 972d539c41..359f2c4077 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-jboss-logging-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-jboss-logging-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jboss-logging-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-jul-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-jul-plugin/pom.xml
index dca3c91c4d..a03ee64783 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-jul-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-jul-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jul-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-log4j1-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-log4j1-plugin/pom.xml
index 9cd5636042..3bf49fd31f 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-log4j1-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-log4j1-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-log4j1-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin-tests/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin-tests/pom.xml
index 6aefa2ec33..f3e979bbe8 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin-tests/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin-tests/pom.xml
@@ -6,7 +6,7 @@
co.elastic.apm
apm-logging-plugin
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-log4j2-plugin-tests
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin/pom.xml
index e49f348309..344f56ad1a 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-log4j2-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-impl/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-impl/pom.xml
index 4fd9a3304c..e99bfc2c42 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-impl/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-impl/pom.xml
@@ -5,7 +5,7 @@
apm-logback-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-logback-plugin-impl
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-legacy-tests/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-legacy-tests/pom.xml
index 8f89c15edd..82a1d3b93c 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-legacy-tests/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/apm-logback-plugin-legacy-tests/pom.xml
@@ -5,7 +5,7 @@
apm-logback-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-logback-plugin-legacy-tests
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/pom.xml
index f47ffcf8ff..9e3702b9aa 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-logback-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-logback-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-logging-plugin-common/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-logging-plugin-common/pom.xml
index ac316858de..14b780d35b 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-logging-plugin-common/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-logging-plugin-common/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-logging-plugin-common
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-slf4j-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-slf4j-plugin/pom.xml
index b2ec0800a0..4ab5012e10 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-slf4j-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-slf4j-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-slf4j-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/apm-tomcat-logging-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/apm-tomcat-logging-plugin/pom.xml
index be96fdcd14..513fd41c71 100644
--- a/apm-agent-plugins/apm-logging-plugin/apm-tomcat-logging-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/apm-tomcat-logging-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-logging-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-tomcat-logging-plugin
diff --git a/apm-agent-plugins/apm-logging-plugin/pom.xml b/apm-agent-plugins/apm-logging-plugin/pom.xml
index e2cc5ee15a..c40a0aba0a 100644
--- a/apm-agent-plugins/apm-logging-plugin/pom.xml
+++ b/apm-agent-plugins/apm-logging-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-logging-plugin
diff --git a/apm-agent-plugins/apm-micrometer-plugin/pom.xml b/apm-agent-plugins/apm-micrometer-plugin/pom.xml
index f8cdb6fae3..64aa3f7673 100644
--- a/apm-agent-plugins/apm-micrometer-plugin/pom.xml
+++ b/apm-agent-plugins/apm-micrometer-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-mongodb/apm-mongodb-common/pom.xml b/apm-agent-plugins/apm-mongodb/apm-mongodb-common/pom.xml
index 9626c8df5d..09c7e0d581 100644
--- a/apm-agent-plugins/apm-mongodb/apm-mongodb-common/pom.xml
+++ b/apm-agent-plugins/apm-mongodb/apm-mongodb-common/pom.xml
@@ -4,7 +4,7 @@
apm-mongodb
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
diff --git a/apm-agent-plugins/apm-mongodb/apm-mongodb3-plugin/pom.xml b/apm-agent-plugins/apm-mongodb/apm-mongodb3-plugin/pom.xml
index 2d94e9ed9a..bf5123c33b 100644
--- a/apm-agent-plugins/apm-mongodb/apm-mongodb3-plugin/pom.xml
+++ b/apm-agent-plugins/apm-mongodb/apm-mongodb3-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-mongodb
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-mongodb/apm-mongodb4-plugin/pom.xml b/apm-agent-plugins/apm-mongodb/apm-mongodb4-plugin/pom.xml
index fa081ac931..ba5bfec588 100644
--- a/apm-agent-plugins/apm-mongodb/apm-mongodb4-plugin/pom.xml
+++ b/apm-agent-plugins/apm-mongodb/apm-mongodb4-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-mongodb
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-mongodb4-plugin
diff --git a/apm-agent-plugins/apm-mongodb/pom.xml b/apm-agent-plugins/apm-mongodb/pom.xml
index 046f0c21b3..4b92cdb8e3 100644
--- a/apm-agent-plugins/apm-mongodb/pom.xml
+++ b/apm-agent-plugins/apm-mongodb/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-mongodb
diff --git a/apm-agent-plugins/apm-okhttp-plugin/pom.xml b/apm-agent-plugins/apm-okhttp-plugin/pom.xml
index dd6ec7af18..217c17a287 100644
--- a/apm-agent-plugins/apm-okhttp-plugin/pom.xml
+++ b/apm-agent-plugins/apm-okhttp-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-okhttp-plugin
diff --git a/apm-agent-plugins/apm-okhttp-test/pom.xml b/apm-agent-plugins/apm-okhttp-test/pom.xml
index 3db9872fe3..94e9946f0e 100644
--- a/apm-agent-plugins/apm-okhttp-test/pom.xml
+++ b/apm-agent-plugins/apm-okhttp-test/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-embedded-metrics-sdk/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-embedded-metrics-sdk/pom.xml
index 5793d86ade..b28a9c3c6f 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-embedded-metrics-sdk/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-embedded-metrics-sdk/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-opentelemetry
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentelemetry-embedded-metrics-sdk
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-common/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-common/pom.xml
index 823976e5c4..aeca9a3a43 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-common/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-common/pom.xml
@@ -3,7 +3,7 @@
apm-opentelemetry-metrics-bridge-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-latest/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-latest/pom.xml
index 7d70dc1e35..536ce333b8 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-latest/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-latest/pom.xml
@@ -3,7 +3,7 @@
apm-opentelemetry-metrics-bridge-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-v1_14/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-v1_14/pom.xml
index 0b9fc4f6a9..33ba1763eb 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-v1_14/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/apm-opentelemetry-metrics-bridge-v1_14/pom.xml
@@ -3,7 +3,7 @@
apm-opentelemetry-metrics-bridge-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/pom.xml
index 6a9f9ed8cc..4d4c272c0d 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metrics-bridge-parent/pom.xml
@@ -3,7 +3,7 @@
apm-opentelemetry
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metricsdk-plugin/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metricsdk-plugin/pom.xml
index 01f6f20716..450846aee6 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metricsdk-plugin/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-metricsdk-plugin/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-opentelemetry
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentelemetry-metricsdk-plugin
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-plugin/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-plugin/pom.xml
index a4462af56d..1168248c7b 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-plugin/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-plugin/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-opentelemetry
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentelemetry-plugin
diff --git a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-test/pom.xml b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-test/pom.xml
index f12fe4f2f7..4617e78a18 100644
--- a/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-test/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/apm-opentelemetry-test/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-opentelemetry
- 1.53.1-SNAPSHOT
+ 1.54.0
${project.groupId}:${project.artifactId}
diff --git a/apm-agent-plugins/apm-opentelemetry/pom.xml b/apm-agent-plugins/apm-opentelemetry/pom.xml
index 2f1ba6fbd5..ee59701fce 100644
--- a/apm-agent-plugins/apm-opentelemetry/pom.xml
+++ b/apm-agent-plugins/apm-opentelemetry/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-plugins
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentelemetry
diff --git a/apm-agent-plugins/apm-opentracing-plugin/pom.xml b/apm-agent-plugins/apm-opentracing-plugin/pom.xml
index c75dcb7cf4..985c91716a 100644
--- a/apm-agent-plugins/apm-opentracing-plugin/pom.xml
+++ b/apm-agent-plugins/apm-opentracing-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentracing-plugin
diff --git a/apm-agent-plugins/apm-process-plugin/pom.xml b/apm-agent-plugins/apm-process-plugin/pom.xml
index 66ca71ce36..22ccc5092d 100644
--- a/apm-agent-plugins/apm-process-plugin/pom.xml
+++ b/apm-agent-plugins/apm-process-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-profiling-plugin/pom.xml b/apm-agent-plugins/apm-profiling-plugin/pom.xml
index 5fa0ee6af6..304edad3c8 100644
--- a/apm-agent-plugins/apm-profiling-plugin/pom.xml
+++ b/apm-agent-plugins/apm-profiling-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-profiling-plugin
diff --git a/apm-agent-plugins/apm-quartz/apm-quartz-common/pom.xml b/apm-agent-plugins/apm-quartz/apm-quartz-common/pom.xml
index 4c5399e688..d40f1fd1c6 100644
--- a/apm-agent-plugins/apm-quartz/apm-quartz-common/pom.xml
+++ b/apm-agent-plugins/apm-quartz/apm-quartz-common/pom.xml
@@ -3,7 +3,7 @@
apm-quartz
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-quartz/apm-quartz-plugin-1/pom.xml b/apm-agent-plugins/apm-quartz/apm-quartz-plugin-1/pom.xml
index 6d805f7236..7735378df1 100644
--- a/apm-agent-plugins/apm-quartz/apm-quartz-plugin-1/pom.xml
+++ b/apm-agent-plugins/apm-quartz/apm-quartz-plugin-1/pom.xml
@@ -3,7 +3,7 @@
apm-quartz
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-quartz/apm-quartz-plugin-2/pom.xml b/apm-agent-plugins/apm-quartz/apm-quartz-plugin-2/pom.xml
index dcea3c34ae..e6a81735ff 100644
--- a/apm-agent-plugins/apm-quartz/apm-quartz-plugin-2/pom.xml
+++ b/apm-agent-plugins/apm-quartz/apm-quartz-plugin-2/pom.xml
@@ -3,7 +3,7 @@
apm-quartz
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-quartz/pom.xml b/apm-agent-plugins/apm-quartz/pom.xml
index 4fa5deba9f..87f093f273 100644
--- a/apm-agent-plugins/apm-quartz/pom.xml
+++ b/apm-agent-plugins/apm-quartz/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-quartz
diff --git a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/pom.xml b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/pom.xml
index 09d4ef3547..7df1249a42 100644
--- a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-rabbitmq
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq-plugin
diff --git a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-spring5/pom.xml b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-spring5/pom.xml
index 33cd39a8e7..8f591cfc91 100644
--- a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-spring5/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-spring5/pom.xml
@@ -6,7 +6,7 @@
apm-rabbitmq
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq-spring5
diff --git a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-3/pom.xml b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-3/pom.xml
index 4a1c041fab..f73a7392f1 100644
--- a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-3/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-3/pom.xml
@@ -5,7 +5,7 @@
apm-rabbitmq
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq-test-3
diff --git a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-4/pom.xml b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-4/pom.xml
index f4c09dc2e4..1869b5d025 100644
--- a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-4/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-4/pom.xml
@@ -5,7 +5,7 @@
apm-rabbitmq
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq-test-4
diff --git a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-spring6/pom.xml b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-spring6/pom.xml
index 41bf3fcdb4..889851c91c 100644
--- a/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-spring6/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/apm-rabbitmq-test-spring6/pom.xml
@@ -6,7 +6,7 @@
apm-rabbitmq
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq-test-spring6
diff --git a/apm-agent-plugins/apm-rabbitmq/pom.xml b/apm-agent-plugins/apm-rabbitmq/pom.xml
index de8111c126..9e24074ae6 100644
--- a/apm-agent-plugins/apm-rabbitmq/pom.xml
+++ b/apm-agent-plugins/apm-rabbitmq/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-rabbitmq
diff --git a/apm-agent-plugins/apm-reactor-plugin/pom.xml b/apm-agent-plugins/apm-reactor-plugin/pom.xml
index 95113462da..60f58d5a4f 100644
--- a/apm-agent-plugins/apm-reactor-plugin/pom.xml
+++ b/apm-agent-plugins/apm-reactor-plugin/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-plugins
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-reactor-plugin
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-jedis-2-tests/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-jedis-2-tests/pom.xml
index 0c944b9e5b..54e5a70e19 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-jedis-2-tests/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-jedis-2-tests/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jedis-2-tests
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-jedis-3-tests/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-jedis-3-tests/pom.xml
index ba08dc0bf3..14abf8902f 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-jedis-3-tests/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-jedis-3-tests/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jedis-3-tests
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-jedis-4-plugin/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-jedis-4-plugin/pom.xml
index 7d48144343..5bb9a18f06 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-jedis-4-plugin/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-jedis-4-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jedis-4-plugin
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-jedis-5-tests/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-jedis-5-tests/pom.xml
index b84f9a802f..1178b12053 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-jedis-5-tests/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-jedis-5-tests/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jedis-5-tests
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-jedis-plugin/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-jedis-plugin/pom.xml
index 515fa60796..76971fb3b5 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-jedis-plugin/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-jedis-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-jedis-plugin
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-lettuce-3-tests/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-lettuce-3-tests/pom.xml
index 450f08f0fd..67807d119e 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-lettuce-3-tests/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-lettuce-3-tests/pom.xml
@@ -3,7 +3,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-lettuce-plugin/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-lettuce-plugin/pom.xml
index c98863deac..9f312833b8 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-lettuce-plugin/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-lettuce-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-redis-common/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-redis-common/pom.xml
index 713ecd768e..0f9fee6e0d 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-redis-common/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-redis-common/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-redis-common
diff --git a/apm-agent-plugins/apm-redis-plugin/apm-redisson-plugin/pom.xml b/apm-agent-plugins/apm-redis-plugin/apm-redisson-plugin/pom.xml
index 2b3456d7ba..8c2d5d8ac5 100644
--- a/apm-agent-plugins/apm-redis-plugin/apm-redisson-plugin/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/apm-redisson-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-redis-plugin
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-redisson-plugin
diff --git a/apm-agent-plugins/apm-redis-plugin/pom.xml b/apm-agent-plugins/apm-redis-plugin/pom.xml
index 9e37b2ad11..02f3ea8001 100644
--- a/apm-agent-plugins/apm-redis-plugin/pom.xml
+++ b/apm-agent-plugins/apm-redis-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-redis-plugin
diff --git a/apm-agent-plugins/apm-scala-concurrent-plugin/pom.xml b/apm-agent-plugins/apm-scala-concurrent-plugin/pom.xml
index ce74141276..f393491815 100644
--- a/apm-agent-plugins/apm-scala-concurrent-plugin/pom.xml
+++ b/apm-agent-plugins/apm-scala-concurrent-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-scala-concurrent-plugin
diff --git a/apm-agent-plugins/apm-scheduled-annotation-plugin-jakartaee-test/pom.xml b/apm-agent-plugins/apm-scheduled-annotation-plugin-jakartaee-test/pom.xml
index ac79e0db98..fddfdeb3df 100644
--- a/apm-agent-plugins/apm-scheduled-annotation-plugin-jakartaee-test/pom.xml
+++ b/apm-agent-plugins/apm-scheduled-annotation-plugin-jakartaee-test/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml b/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml
index a1e4cdb84e..9c1c8be805 100644
--- a/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml
+++ b/apm-agent-plugins/apm-scheduled-annotation-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-scheduled-annotation-plugin
diff --git a/apm-agent-plugins/apm-servlet-jakarta-test/pom.xml b/apm-agent-plugins/apm-servlet-jakarta-test/pom.xml
index 04590a5ac3..fec15fbd71 100644
--- a/apm-agent-plugins/apm-servlet-jakarta-test/pom.xml
+++ b/apm-agent-plugins/apm-servlet-jakarta-test/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-servlet-jakarta-test
diff --git a/apm-agent-plugins/apm-servlet-plugin/pom.xml b/apm-agent-plugins/apm-servlet-plugin/pom.xml
index 02d2c00b3f..379e36f813 100644
--- a/apm-agent-plugins/apm-servlet-plugin/pom.xml
+++ b/apm-agent-plugins/apm-servlet-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-servlet-plugin
diff --git a/apm-agent-plugins/apm-sparkjava-plugin/pom.xml b/apm-agent-plugins/apm-sparkjava-plugin/pom.xml
index 004cbbe7d4..f2e0b64f7e 100644
--- a/apm-agent-plugins/apm-sparkjava-plugin/pom.xml
+++ b/apm-agent-plugins/apm-sparkjava-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-restclient-test/pom.xml b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-restclient-test/pom.xml
index d957827d08..49ae6d2bd9 100644
--- a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-restclient-test/pom.xml
+++ b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-restclient-test/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-resttemplate
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-restclient-test
diff --git a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-plugin/pom.xml b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-plugin/pom.xml
index a1e0108baa..934b178e0e 100644
--- a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-plugin/pom.xml
+++ b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-plugin/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-resttemplate
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-resttemplate-plugin
diff --git a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-test/pom.xml b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-test/pom.xml
index 51eedd6b98..3516ceb17f 100644
--- a/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-test/pom.xml
+++ b/apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-test/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-resttemplate
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-resttemplate-test
diff --git a/apm-agent-plugins/apm-spring-resttemplate/pom.xml b/apm-agent-plugins/apm-spring-resttemplate/pom.xml
index 834a19dff6..87053b85cd 100644
--- a/apm-agent-plugins/apm-spring-resttemplate/pom.xml
+++ b/apm-agent-plugins/apm-spring-resttemplate/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-plugins
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-resttemplate
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webclient-plugin/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webclient-plugin/pom.xml
index 0527d95bb8..988a27d100 100755
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webclient-plugin/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webclient-plugin/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webclient-plugin
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common-spring5/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common-spring5/pom.xml
index 1f0f3d54dc..a93d78d1b4 100644
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common-spring5/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common-spring5/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux-common-spring5
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common/pom.xml
index 6314d03af5..071dcc0329 100644
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-common/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux-common
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-plugin/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-plugin/pom.xml
index 0ce59365da..126078fbe5 100644
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-plugin/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-plugin/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux-plugin
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-spring5/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-spring5/pom.xml
index de7efd4a19..4b25b69539 100644
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-spring5/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-spring5/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux-spring5
diff --git a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-testapp/pom.xml b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-testapp/pom.xml
index 329ed2fc65..f8c3fb3b22 100644
--- a/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-testapp/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-testapp/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-spring-webflux
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux-testapp
diff --git a/apm-agent-plugins/apm-spring-webflux/pom.xml b/apm-agent-plugins/apm-spring-webflux/pom.xml
index fbc10bbbea..0e4cff5e70 100644
--- a/apm-agent-plugins/apm-spring-webflux/pom.xml
+++ b/apm-agent-plugins/apm-spring-webflux/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-plugins
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webflux
diff --git a/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-plugin/pom.xml b/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-plugin/pom.xml
index 4bce4800ea..118f38ed08 100644
--- a/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-plugin/pom.xml
+++ b/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-spring-webmvc
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webmvc-plugin
diff --git a/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-spring5/pom.xml b/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-spring5/pom.xml
index 25f34e4704..3da66512e5 100644
--- a/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-spring5/pom.xml
+++ b/apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-spring5/pom.xml
@@ -5,7 +5,7 @@
apm-spring-webmvc
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-spring-webmvc-spring5
diff --git a/apm-agent-plugins/apm-spring-webmvc/pom.xml b/apm-agent-plugins/apm-spring-webmvc/pom.xml
index 4559f16d98..9f2b1d1139 100644
--- a/apm-agent-plugins/apm-spring-webmvc/pom.xml
+++ b/apm-agent-plugins/apm-spring-webmvc/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-struts-plugin/pom.xml b/apm-agent-plugins/apm-struts-plugin/pom.xml
index bd98f222d5..2b876ebdd7 100644
--- a/apm-agent-plugins/apm-struts-plugin/pom.xml
+++ b/apm-agent-plugins/apm-struts-plugin/pom.xml
@@ -3,7 +3,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/apm-agent-plugins/apm-urlconnection-plugin/pom.xml b/apm-agent-plugins/apm-urlconnection-plugin/pom.xml
index d74e9260a0..0a1d5fc0ec 100644
--- a/apm-agent-plugins/apm-urlconnection-plugin/pom.xml
+++ b/apm-agent-plugins/apm-urlconnection-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-urlconnection-plugin
diff --git a/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml
index b2bf952de2..966706dc61 100644
--- a/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml
+++ b/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml
@@ -5,7 +5,7 @@
apm-vertx
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-vertx-common
diff --git a/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml
index 626b6e797e..cecefa1887 100644
--- a/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml
+++ b/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-vertx
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-vertx3-plugin
diff --git a/apm-agent-plugins/apm-vertx/apm-vertx3-test-latest/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx3-test-latest/pom.xml
index 03b6f3ef6c..fda7352e49 100644
--- a/apm-agent-plugins/apm-vertx/apm-vertx3-test-latest/pom.xml
+++ b/apm-agent-plugins/apm-vertx/apm-vertx3-test-latest/pom.xml
@@ -5,7 +5,7 @@
apm-vertx
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-vertx3-test-latest
diff --git a/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml
index f37ad7ae3a..ffcda237e0 100644
--- a/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml
+++ b/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml
@@ -5,7 +5,7 @@
apm-vertx
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-vertx4-plugin
diff --git a/apm-agent-plugins/apm-vertx/pom.xml b/apm-agent-plugins/apm-vertx/pom.xml
index 39b191c077..42d77ef535 100644
--- a/apm-agent-plugins/apm-vertx/pom.xml
+++ b/apm-agent-plugins/apm-vertx/pom.xml
@@ -5,7 +5,7 @@
apm-agent-plugins
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-vertx
diff --git a/apm-agent-plugins/pom.xml b/apm-agent-plugins/pom.xml
index 645680d90b..e13db14b51 100644
--- a/apm-agent-plugins/pom.xml
+++ b/apm-agent-plugins/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-plugins
diff --git a/apm-agent-tracer/pom.xml b/apm-agent-tracer/pom.xml
index be0325e770..bf961d6ea6 100644
--- a/apm-agent-tracer/pom.xml
+++ b/apm-agent-tracer/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-agent-parent
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-agent-tracer
diff --git a/apm-opentracing/pom.xml b/apm-opentracing/pom.xml
index 5affe4b737..e0f1edb97d 100644
--- a/apm-opentracing/pom.xml
+++ b/apm-opentracing/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
apm-opentracing
diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md
index 2a5b242760..adeae938bb 100644
--- a/docs/release-notes/breaking-changes.md
+++ b/docs/release-notes/breaking-changes.md
@@ -18,6 +18,12 @@ To learn how to upgrade, check out [Upgrading](/reference/upgrading.md).
% **Action**
Steps for mitigating deprecation impact.
% ::::
+## 1.54.0 [1.54.0]
+
+**Release date:** May 27, 2025
+
+* Switched from using a label for HTTP client body storage to using the `http.request.body.orginal` span field. This requires APM-server 8.18+, the old behaviour can be restored via the `capture_http_client_request_body_as_label` config option - [#1234](https://github.com/elastic/apm-agent-java/pull/4058)
+
## 1.48.0 [1.48.0]
**Release date**: March 05, 2024
diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md
index 3da872a601..b9b98022e1 100644
--- a/docs/release-notes/index.md
+++ b/docs/release-notes/index.md
@@ -20,6 +20,15 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [elastic-apm-java-agent-versionext-fixes]
+## 1.54.0 [elastic-apm-java-agent-1-54-0-release-notes]
+**Release date:** May 27, 2025
+
+### Features and enhancements [elastic-apm-java-agent-1-54-0-features-enhancements]
+* Remove 1000 character limit for HTTP client body capturing - [#1234](https://github.com/elastic/apm-agent-java/pull/4058)
+
+### Fixes [elastic-apm-java-agent-1-54-0-fixes]
+* Added missing java 17 and 21 compatible runtimes for published lambda layers - [#4088](https://github.com/elastic/apm-agent-java/pull/4088)
+
## 1.53.0 [elastic-apm-java-agent-1-53-0-release-notes]
**Release date:** April 2, 2025
diff --git a/elastic-apm-agent-java8/pom.xml b/elastic-apm-agent-java8/pom.xml
index 834472840c..8121f08277 100644
--- a/elastic-apm-agent-java8/pom.xml
+++ b/elastic-apm-agent-java8/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-parent
- 1.53.1-SNAPSHOT
+ 1.54.0
elastic-apm-agent-java8
diff --git a/elastic-apm-agent-premain/pom.xml b/elastic-apm-agent-premain/pom.xml
index 5bc7b872eb..03decefaa7 100644
--- a/elastic-apm-agent-premain/pom.xml
+++ b/elastic-apm-agent-premain/pom.xml
@@ -3,7 +3,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/elastic-apm-agent/pom.xml b/elastic-apm-agent/pom.xml
index 05a6dd85da..8ddc6beea5 100644
--- a/elastic-apm-agent/pom.xml
+++ b/elastic-apm-agent/pom.xml
@@ -5,7 +5,7 @@
co.elastic.apm
apm-agent-parent
- 1.53.1-SNAPSHOT
+ 1.54.0
elastic-apm-agent
diff --git a/integration-tests/application-server-integration-tests/pom.xml b/integration-tests/application-server-integration-tests/pom.xml
index 1a305bbc41..a1def2f84d 100644
--- a/integration-tests/application-server-integration-tests/pom.xml
+++ b/integration-tests/application-server-integration-tests/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
application-server-integration-tests
diff --git a/integration-tests/aws-lambda-test/pom.xml b/integration-tests/aws-lambda-test/pom.xml
index 6f15bbc852..232e6581c5 100644
--- a/integration-tests/aws-lambda-test/pom.xml
+++ b/integration-tests/aws-lambda-test/pom.xml
@@ -3,7 +3,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-app/cdi-app-dependent/pom.xml b/integration-tests/cdi-app/cdi-app-dependent/pom.xml
index 4cfd170743..4137cb22a1 100644
--- a/integration-tests/cdi-app/cdi-app-dependent/pom.xml
+++ b/integration-tests/cdi-app/cdi-app-dependent/pom.xml
@@ -4,7 +4,7 @@
cdi-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-app/cdi-app-standalone/pom.xml b/integration-tests/cdi-app/cdi-app-standalone/pom.xml
index f3c0b27792..18f81c0228 100644
--- a/integration-tests/cdi-app/cdi-app-standalone/pom.xml
+++ b/integration-tests/cdi-app/cdi-app-standalone/pom.xml
@@ -4,7 +4,7 @@
cdi-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-app/pom.xml b/integration-tests/cdi-app/pom.xml
index 86de9a461e..4d189560ca 100644
--- a/integration-tests/cdi-app/pom.xml
+++ b/integration-tests/cdi-app/pom.xml
@@ -4,7 +4,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-dependent/pom.xml b/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-dependent/pom.xml
index 7034abd6de..9c026b6d68 100644
--- a/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-dependent/pom.xml
+++ b/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-dependent/pom.xml
@@ -4,7 +4,7 @@
cdi-jakartaee-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-standalone/pom.xml b/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-standalone/pom.xml
index a5f679505a..13ba5370fa 100644
--- a/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-standalone/pom.xml
+++ b/integration-tests/cdi-jakartaee-app/cdi-jakartaee-app-standalone/pom.xml
@@ -4,7 +4,7 @@
cdi-jakartaee-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/cdi-jakartaee-app/pom.xml b/integration-tests/cdi-jakartaee-app/pom.xml
index 24a31a1d28..06781978bd 100644
--- a/integration-tests/cdi-jakartaee-app/pom.xml
+++ b/integration-tests/cdi-jakartaee-app/pom.xml
@@ -4,7 +4,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-app/pom.xml b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-app/pom.xml
index bd56d37047..aa0eba8284 100644
--- a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-app/pom.xml
+++ b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-app/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
external-plugin-otel-test
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-otel-test-app
diff --git a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin1/pom.xml b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin1/pom.xml
index 1ce42aea9c..1433166505 100644
--- a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin1/pom.xml
+++ b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin1/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
external-plugin-otel-test
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-otel-test-plugin1
diff --git a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin2/pom.xml b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin2/pom.xml
index eb8c191940..de143446c5 100644
--- a/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin2/pom.xml
+++ b/integration-tests/external-plugin-otel-test/external-plugin-otel-test-plugin2/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
external-plugin-otel-test
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-otel-test-plugin2
diff --git a/integration-tests/external-plugin-otel-test/pom.xml b/integration-tests/external-plugin-otel-test/pom.xml
index b5204f8031..707c67343f 100644
--- a/integration-tests/external-plugin-otel-test/pom.xml
+++ b/integration-tests/external-plugin-otel-test/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
integration-tests
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-otel-test
diff --git a/integration-tests/external-plugin-test/external-plugin-app/pom.xml b/integration-tests/external-plugin-test/external-plugin-app/pom.xml
index 108fd8e204..809beee9a5 100644
--- a/integration-tests/external-plugin-test/external-plugin-app/pom.xml
+++ b/integration-tests/external-plugin-test/external-plugin-app/pom.xml
@@ -6,7 +6,7 @@
external-plugin-test
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-app
diff --git a/integration-tests/external-plugin-test/external-plugin-jakarta-app/pom.xml b/integration-tests/external-plugin-test/external-plugin-jakarta-app/pom.xml
index 8786c492db..c7fc0c6c96 100644
--- a/integration-tests/external-plugin-test/external-plugin-jakarta-app/pom.xml
+++ b/integration-tests/external-plugin-test/external-plugin-jakarta-app/pom.xml
@@ -6,7 +6,7 @@
external-plugin-test
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin-jakarta-app
diff --git a/integration-tests/external-plugin-test/external-plugin/pom.xml b/integration-tests/external-plugin-test/external-plugin/pom.xml
index b1a5a0f88b..8c2d854aaa 100644
--- a/integration-tests/external-plugin-test/external-plugin/pom.xml
+++ b/integration-tests/external-plugin-test/external-plugin/pom.xml
@@ -6,7 +6,7 @@
external-plugin-test
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
external-plugin
diff --git a/integration-tests/external-plugin-test/plugin-instrumentation-target/pom.xml b/integration-tests/external-plugin-test/plugin-instrumentation-target/pom.xml
index 2f6c0ac146..5e0ebdc860 100644
--- a/integration-tests/external-plugin-test/plugin-instrumentation-target/pom.xml
+++ b/integration-tests/external-plugin-test/plugin-instrumentation-target/pom.xml
@@ -6,7 +6,7 @@
external-plugin-test
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
plugin-instrumentation-target
diff --git a/integration-tests/external-plugin-test/pom.xml b/integration-tests/external-plugin-test/pom.xml
index 461849b3a6..39492a03e1 100644
--- a/integration-tests/external-plugin-test/pom.xml
+++ b/integration-tests/external-plugin-test/pom.xml
@@ -3,7 +3,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-dependent/pom.xml b/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-dependent/pom.xml
index e590ce8b95..f22b41be1d 100644
--- a/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-dependent/pom.xml
+++ b/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-dependent/pom.xml
@@ -3,7 +3,7 @@
jakartaee-jsf-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-standalone/pom.xml b/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-standalone/pom.xml
index 419ec8644a..e1c97bc75d 100644
--- a/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-standalone/pom.xml
+++ b/integration-tests/jakartaee-jsf-app/jakartaee-jsf-app-standalone/pom.xml
@@ -3,7 +3,7 @@
jakartaee-jsf-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/jakartaee-jsf-app/pom.xml b/integration-tests/jakartaee-jsf-app/pom.xml
index 391b94a025..fa8de91f67 100644
--- a/integration-tests/jakartaee-jsf-app/pom.xml
+++ b/integration-tests/jakartaee-jsf-app/pom.xml
@@ -3,7 +3,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
pom
diff --git a/integration-tests/jakartaee-simple-webapp/pom.xml b/integration-tests/jakartaee-simple-webapp/pom.xml
index 4a7db0a914..4c3d7c0df9 100644
--- a/integration-tests/jakartaee-simple-webapp/pom.xml
+++ b/integration-tests/jakartaee-simple-webapp/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
jakartaee-simple-webapp
diff --git a/integration-tests/jsf-app/jsf-app-dependent/pom.xml b/integration-tests/jsf-app/jsf-app-dependent/pom.xml
index cd80a2655c..f007a93d1d 100644
--- a/integration-tests/jsf-app/jsf-app-dependent/pom.xml
+++ b/integration-tests/jsf-app/jsf-app-dependent/pom.xml
@@ -4,7 +4,7 @@
jsf-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/jsf-app/jsf-app-standalone/pom.xml b/integration-tests/jsf-app/jsf-app-standalone/pom.xml
index 7ca2a8834b..0a702738a8 100644
--- a/integration-tests/jsf-app/jsf-app-standalone/pom.xml
+++ b/integration-tests/jsf-app/jsf-app-standalone/pom.xml
@@ -6,7 +6,7 @@
jsf-app
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
jsf-app-standalone
diff --git a/integration-tests/jsf-app/pom.xml b/integration-tests/jsf-app/pom.xml
index 3a58d069ad..3461a830b6 100644
--- a/integration-tests/jsf-app/pom.xml
+++ b/integration-tests/jsf-app/pom.xml
@@ -6,7 +6,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
jsf-app
diff --git a/integration-tests/main-app-test/pom.xml b/integration-tests/main-app-test/pom.xml
index e0ea1002a2..33b9d4281b 100644
--- a/integration-tests/main-app-test/pom.xml
+++ b/integration-tests/main-app-test/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
main-app-test
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index da3e4e6a27..de837a2c3a 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -5,7 +5,7 @@
apm-agent-parent
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
integration-tests
diff --git a/integration-tests/quarkus/pom.xml b/integration-tests/quarkus/pom.xml
index b776a7d9c1..f1bb6004de 100644
--- a/integration-tests/quarkus/pom.xml
+++ b/integration-tests/quarkus/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
quarkus
diff --git a/integration-tests/quarkus/quarkus-jaxrs-base/pom.xml b/integration-tests/quarkus/quarkus-jaxrs-base/pom.xml
index 11142d9e01..1f8a425eea 100644
--- a/integration-tests/quarkus/quarkus-jaxrs-base/pom.xml
+++ b/integration-tests/quarkus/quarkus-jaxrs-base/pom.xml
@@ -5,7 +5,7 @@
quarkus
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
quarkus-jaxrs-base
diff --git a/integration-tests/quarkus/quarkus-jaxrs-undertow/pom.xml b/integration-tests/quarkus/quarkus-jaxrs-undertow/pom.xml
index 6d29541427..04489f0a09 100644
--- a/integration-tests/quarkus/quarkus-jaxrs-undertow/pom.xml
+++ b/integration-tests/quarkus/quarkus-jaxrs-undertow/pom.xml
@@ -5,7 +5,7 @@
quarkus
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
quarkus-jaxrs-undertow
diff --git a/integration-tests/quarkus/quarkus-jaxrs-vertx/pom.xml b/integration-tests/quarkus/quarkus-jaxrs-vertx/pom.xml
index 4cbd1915a3..8d2059133e 100644
--- a/integration-tests/quarkus/quarkus-jaxrs-vertx/pom.xml
+++ b/integration-tests/quarkus/quarkus-jaxrs-vertx/pom.xml
@@ -5,7 +5,7 @@
quarkus
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
quarkus-jaxrs-vertx
diff --git a/integration-tests/runtime-attach/pom.xml b/integration-tests/runtime-attach/pom.xml
index 266842d05a..df7c94216e 100644
--- a/integration-tests/runtime-attach/pom.xml
+++ b/integration-tests/runtime-attach/pom.xml
@@ -6,7 +6,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
runtime-attach
diff --git a/integration-tests/runtime-attach/runtime-attach-app/pom.xml b/integration-tests/runtime-attach/runtime-attach-app/pom.xml
index c07e93a25f..2eb84077af 100644
--- a/integration-tests/runtime-attach/runtime-attach-app/pom.xml
+++ b/integration-tests/runtime-attach/runtime-attach-app/pom.xml
@@ -3,7 +3,7 @@
runtime-attach
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/runtime-attach/runtime-attach-test/pom.xml b/integration-tests/runtime-attach/runtime-attach-test/pom.xml
index 0bf96e6b02..8d20f95dc7 100644
--- a/integration-tests/runtime-attach/runtime-attach-test/pom.xml
+++ b/integration-tests/runtime-attach/runtime-attach-test/pom.xml
@@ -3,7 +3,7 @@
runtime-attach
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/simple-webapp/pom.xml b/integration-tests/simple-webapp/pom.xml
index 398eb2111f..9404b4aea3 100644
--- a/integration-tests/simple-webapp/pom.xml
+++ b/integration-tests/simple-webapp/pom.xml
@@ -6,7 +6,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
simple-webapp
diff --git a/integration-tests/soap-test/pom.xml b/integration-tests/soap-test/pom.xml
index b6b7ff954d..92c4c4dc2f 100644
--- a/integration-tests/soap-test/pom.xml
+++ b/integration-tests/soap-test/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
soap-test
diff --git a/integration-tests/spring-boot-1-5/pom.xml b/integration-tests/spring-boot-1-5/pom.xml
index 65da27408b..e2cf5ac5de 100644
--- a/integration-tests/spring-boot-1-5/pom.xml
+++ b/integration-tests/spring-boot-1-5/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-1-5
diff --git a/integration-tests/spring-boot-2/pom.xml b/integration-tests/spring-boot-2/pom.xml
index 6fef9b154b..9df9e03a1c 100644
--- a/integration-tests/spring-boot-2/pom.xml
+++ b/integration-tests/spring-boot-2/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-2
diff --git a/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml
index 2e7d85ee50..098afb7a56 100644
--- a/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml
+++ b/integration-tests/spring-boot-2/spring-boot-2-base/pom.xml
@@ -5,7 +5,7 @@
spring-boot-2
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-2-base
diff --git a/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml
index 5c163904c1..935df5a326 100644
--- a/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml
+++ b/integration-tests/spring-boot-2/spring-boot-2-jetty/pom.xml
@@ -5,7 +5,7 @@
spring-boot-2
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-2-jetty
diff --git a/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml
index 2c26da7d4e..691d29a5a8 100644
--- a/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml
+++ b/integration-tests/spring-boot-2/spring-boot-2-tomcat/pom.xml
@@ -5,7 +5,7 @@
spring-boot-2
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-2-tomcat
diff --git a/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml b/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml
index b6bed48d34..50114a004d 100644
--- a/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml
+++ b/integration-tests/spring-boot-2/spring-boot-2-undertow/pom.xml
@@ -5,7 +5,7 @@
spring-boot-2
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-2-undertow
diff --git a/integration-tests/spring-boot-3/pom.xml b/integration-tests/spring-boot-3/pom.xml
index ed99b385bc..7eebce13ed 100644
--- a/integration-tests/spring-boot-3/pom.xml
+++ b/integration-tests/spring-boot-3/pom.xml
@@ -5,7 +5,7 @@
integration-tests
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
spring-boot-3
diff --git a/integration-tests/spring-boot-3/spring-boot-3-jetty/pom.xml b/integration-tests/spring-boot-3/spring-boot-3-jetty/pom.xml
index 27354589ab..4b8bf2b204 100644
--- a/integration-tests/spring-boot-3/spring-boot-3-jetty/pom.xml
+++ b/integration-tests/spring-boot-3/spring-boot-3-jetty/pom.xml
@@ -3,7 +3,7 @@
spring-boot-3
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/spring-boot-3/spring-boot-3-tomcat/pom.xml b/integration-tests/spring-boot-3/spring-boot-3-tomcat/pom.xml
index 82f74c2b86..131abea456 100644
--- a/integration-tests/spring-boot-3/spring-boot-3-tomcat/pom.xml
+++ b/integration-tests/spring-boot-3/spring-boot-3-tomcat/pom.xml
@@ -3,7 +3,7 @@
spring-boot-3
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/integration-tests/spring-boot-3/spring-boot-3-undertow/pom.xml b/integration-tests/spring-boot-3/spring-boot-3-undertow/pom.xml
index 6e1ef15c88..d4ab1c4609 100644
--- a/integration-tests/spring-boot-3/spring-boot-3-undertow/pom.xml
+++ b/integration-tests/spring-boot-3/spring-boot-3-undertow/pom.xml
@@ -3,7 +3,7 @@
spring-boot-3
co.elastic.apm
- 1.53.1-SNAPSHOT
+ 1.54.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 569b22c4c2..15f3916fc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
co.elastic.apm
apm-agent-parent
- 1.53.1-SNAPSHOT
+ 1.54.0
pom
${project.groupId}:${project.artifactId}