This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 36b8a72042 [maven-release-plugin] prepare release juneau-9.2.0-RC3
36b8a72042 is described below
commit 36b8a7204282b358e70ac66746d18d941361c31a
Author: jamesbognar <[email protected]>
AuthorDate: Tue Dec 30 14:35:23 2025 -0500
[maven-release-plugin] prepare release juneau-9.2.0-RC3
---
juneau-bean/juneau-bean-atom/pom.xml | 2 +-
juneau-bean/juneau-bean-common/pom.xml | 2 +-
juneau-bean/juneau-bean-html5/pom.xml | 2 +-
juneau-bean/juneau-bean-jsonschema/pom.xml | 2 +-
juneau-bean/juneau-bean-openapi-v3/pom.xml | 2 +-
juneau-bean/juneau-bean-swagger-v2/pom.xml | 2 +-
juneau-bean/pom.xml | 2 +-
juneau-core/juneau-assertions/pom.xml | 2 +-
juneau-core/juneau-bct/pom.xml | 2 +-
juneau-core/juneau-commons/pom.xml | 2 +-
juneau-core/juneau-config/pom.xml | 2 +-
juneau-core/juneau-marshall/pom.xml | 2 +-
juneau-core/pom.xml | 2 +-
juneau-distrib/pom.xml | 2 +-
juneau-examples/juneau-examples-core/pom.xml | 2 +-
juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml | 2 +-
juneau-examples/juneau-examples-rest-jetty/pom.xml | 2 +-
juneau-examples/juneau-examples-rest-springboot/pom.xml | 2 +-
juneau-examples/juneau-examples-rest/pom.xml | 2 +-
juneau-examples/pom.xml | 2 +-
juneau-microservice/juneau-microservice-core/pom.xml | 2 +-
juneau-microservice/juneau-microservice-jetty/pom.xml | 2 +-
juneau-microservice/juneau-my-jetty-microservice/pom.xml | 4 ++--
juneau-microservice/juneau-my-springboot-microservice/pom.xml | 4 ++--
juneau-microservice/pom.xml | 2 +-
juneau-rest/juneau-rest-client/pom.xml | 2 +-
juneau-rest/juneau-rest-common/pom.xml | 2 +-
juneau-rest/juneau-rest-mock/pom.xml | 2 +-
juneau-rest/juneau-rest-server-springboot/pom.xml | 2 +-
juneau-rest/juneau-rest-server/pom.xml | 2 +-
juneau-rest/pom.xml | 2 +-
juneau-sc/juneau-sc-client/pom.xml | 2 +-
juneau-sc/juneau-sc-server/pom.xml | 2 +-
juneau-sc/pom.xml | 2 +-
juneau-shaded/juneau-shaded-all/pom.xml | 2 +-
juneau-shaded/juneau-shaded-core/pom.xml | 2 +-
juneau-shaded/juneau-shaded-rest-client/pom.xml | 2 +-
juneau-shaded/juneau-shaded-rest-server-springboot/pom.xml | 2 +-
juneau-shaded/juneau-shaded-rest-server/pom.xml | 2 +-
juneau-shaded/pom.xml | 2 +-
juneau-utest/pom.xml | 2 +-
pom.xml | 2 +-
42 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/juneau-bean/juneau-bean-atom/pom.xml
b/juneau-bean/juneau-bean-atom/pom.xml
index 6ca93a0b53..4ddbaf1e9d 100644
--- a/juneau-bean/juneau-bean-atom/pom.xml
+++ b/juneau-bean/juneau-bean-atom/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-atom</artifactId>
diff --git a/juneau-bean/juneau-bean-common/pom.xml
b/juneau-bean/juneau-bean-common/pom.xml
index 035e606b08..790d784dc6 100644
--- a/juneau-bean/juneau-bean-common/pom.xml
+++ b/juneau-bean/juneau-bean-common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-common</artifactId>
diff --git a/juneau-bean/juneau-bean-html5/pom.xml
b/juneau-bean/juneau-bean-html5/pom.xml
index 911ef034cd..1cbea4ab7f 100644
--- a/juneau-bean/juneau-bean-html5/pom.xml
+++ b/juneau-bean/juneau-bean-html5/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-html5</artifactId>
diff --git a/juneau-bean/juneau-bean-jsonschema/pom.xml
b/juneau-bean/juneau-bean-jsonschema/pom.xml
index 3cd28dc390..decd91113a 100644
--- a/juneau-bean/juneau-bean-jsonschema/pom.xml
+++ b/juneau-bean/juneau-bean-jsonschema/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-jsonschema</artifactId>
diff --git a/juneau-bean/juneau-bean-openapi-v3/pom.xml
b/juneau-bean/juneau-bean-openapi-v3/pom.xml
index 6a6ef80d59..97dc71535f 100644
--- a/juneau-bean/juneau-bean-openapi-v3/pom.xml
+++ b/juneau-bean/juneau-bean-openapi-v3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-openapi-v3</artifactId>
diff --git a/juneau-bean/juneau-bean-swagger-v2/pom.xml
b/juneau-bean/juneau-bean-swagger-v2/pom.xml
index 5ee01f4fec..3d9a0796d4 100644
--- a/juneau-bean/juneau-bean-swagger-v2/pom.xml
+++ b/juneau-bean/juneau-bean-swagger-v2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-bean</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean-swagger-v2</artifactId>
diff --git a/juneau-bean/pom.xml b/juneau-bean/pom.xml
index b772d42ab8..3bd4d6aed0 100644
--- a/juneau-bean/pom.xml
+++ b/juneau-bean/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bean</artifactId>
diff --git a/juneau-core/juneau-assertions/pom.xml
b/juneau-core/juneau-assertions/pom.xml
index 85540716cd..379f3ffc46 100644
--- a/juneau-core/juneau-assertions/pom.xml
+++ b/juneau-core/juneau-assertions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-core</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-assertions</artifactId>
diff --git a/juneau-core/juneau-bct/pom.xml b/juneau-core/juneau-bct/pom.xml
index 9dbd865c27..29c96d0ed0 100644
--- a/juneau-core/juneau-bct/pom.xml
+++ b/juneau-core/juneau-bct/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-core</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-bct</artifactId>
diff --git a/juneau-core/juneau-commons/pom.xml
b/juneau-core/juneau-commons/pom.xml
index 212978dde7..a658a90a04 100644
--- a/juneau-core/juneau-commons/pom.xml
+++ b/juneau-core/juneau-commons/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-core</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-commons</artifactId>
diff --git a/juneau-core/juneau-config/pom.xml
b/juneau-core/juneau-config/pom.xml
index c86986b272..2f654cab08 100644
--- a/juneau-core/juneau-config/pom.xml
+++ b/juneau-core/juneau-config/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-core</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml
b/juneau-core/juneau-marshall/pom.xml
index 8627b8cfbd..791753017d 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-core</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index 209cd0f611..058cdec589 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-core</artifactId>
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 950854dba9..9534a6dc5b 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-distrib</artifactId>
diff --git a/juneau-examples/juneau-examples-core/pom.xml
b/juneau-examples/juneau-examples-core/pom.xml
index 50e22ca13f..a83b056881 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>juneau-examples</artifactId>
<groupId>org.apache.juneau</groupId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples-core</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index a15e48d87f..c40f2ee51d 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-examples</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples-rest-jetty-ftest</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml
b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index 3952efcb5a..16b1039814 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-examples</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples-rest-jetty</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml
b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index 72309373d2..505827c644 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-examples</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples-rest-springboot</artifactId>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml
b/juneau-examples/juneau-examples-rest/pom.xml
index acb0612667..2dd3e7b6bf 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-examples</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index 8ea0bb6708..873b1acfa4 100644
--- a/juneau-examples/pom.xml
+++ b/juneau-examples/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-examples</artifactId>
diff --git a/juneau-microservice/juneau-microservice-core/pom.xml
b/juneau-microservice/juneau-microservice-core/pom.xml
index 5c0fd44e05..b004a31399 100644
--- a/juneau-microservice/juneau-microservice-core/pom.xml
+++ b/juneau-microservice/juneau-microservice-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-microservice-core</artifactId>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml
b/juneau-microservice/juneau-microservice-jetty/pom.xml
index b27f246e25..162ddb6000 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-microservice-jetty</artifactId>
diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index d9769baa02..538d3d837c 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-my-jetty-microservice</artifactId>
@@ -38,7 +38,7 @@
<description>Apache Juneau Jetty Microservice Template</description>
<properties>
- <juneau.version>9.2.0-SNAPSHOT</juneau.version>
+ <juneau.version>9.2.0</juneau.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index c901d6d307..dcdc8ae2a4 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-my-springboot-microservice</artifactId>
@@ -38,7 +38,7 @@
<description>Apache Juneau Spring Boot Microservice
Template</description>
<properties>
- <juneau.version>9.2.0-SNAPSHOT</juneau.version>
+ <juneau.version>9.2.0</juneau.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index a4292e9189..f0e21ad028 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-microservice</artifactId>
diff --git a/juneau-rest/juneau-rest-client/pom.xml
b/juneau-rest/juneau-rest-client/pom.xml
index 364d27128f..8116320737 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest-client</artifactId>
diff --git a/juneau-rest/juneau-rest-common/pom.xml
b/juneau-rest/juneau-rest-common/pom.xml
index 351244e3ca..7ee3500002 100644
--- a/juneau-rest/juneau-rest-common/pom.xml
+++ b/juneau-rest/juneau-rest-common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest-common</artifactId>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml
b/juneau-rest/juneau-rest-mock/pom.xml
index f0e6f41237..dca855d5ac 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest-mock</artifactId>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index fc580f8877..a71bd07cd0 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest-server-springboot</artifactId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml
b/juneau-rest/juneau-rest-server/pom.xml
index ad8575c52f..5613419efe 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index f698eed75a..d3141cc7ee 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-rest</artifactId>
diff --git a/juneau-sc/juneau-sc-client/pom.xml
b/juneau-sc/juneau-sc-client/pom.xml
index 107becabfc..e17444b664 100644
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ b/juneau-sc/juneau-sc-client/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-sc</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<build>
diff --git a/juneau-sc/juneau-sc-server/pom.xml
b/juneau-sc/juneau-sc-server/pom.xml
index e7d198ca1a..b274c1188a 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-sc</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<dependencies>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index c88acc922b..2a3e7ea512 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-sc</artifactId>
diff --git a/juneau-shaded/juneau-shaded-all/pom.xml
b/juneau-shaded/juneau-shaded-all/pom.xml
index b39ba53a2b..e1e6787447 100644
--- a/juneau-shaded/juneau-shaded-all/pom.xml
+++ b/juneau-shaded/juneau-shaded-all/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-shaded</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded-all</artifactId>
diff --git a/juneau-shaded/juneau-shaded-core/pom.xml
b/juneau-shaded/juneau-shaded-core/pom.xml
index 11bc4876a7..10d245a59a 100644
--- a/juneau-shaded/juneau-shaded-core/pom.xml
+++ b/juneau-shaded/juneau-shaded-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-shaded</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded-core</artifactId>
diff --git a/juneau-shaded/juneau-shaded-rest-client/pom.xml
b/juneau-shaded/juneau-shaded-rest-client/pom.xml
index 76cdc3bf6a..00407d9fda 100644
--- a/juneau-shaded/juneau-shaded-rest-client/pom.xml
+++ b/juneau-shaded/juneau-shaded-rest-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-shaded</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded-rest-client</artifactId>
diff --git a/juneau-shaded/juneau-shaded-rest-server-springboot/pom.xml
b/juneau-shaded/juneau-shaded-rest-server-springboot/pom.xml
index b8f66b8621..c783668eee 100644
--- a/juneau-shaded/juneau-shaded-rest-server-springboot/pom.xml
+++ b/juneau-shaded/juneau-shaded-rest-server-springboot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-shaded</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded-rest-server-springboot</artifactId>
diff --git a/juneau-shaded/juneau-shaded-rest-server/pom.xml
b/juneau-shaded/juneau-shaded-rest-server/pom.xml
index 4fcf57c1ed..4e6d3138ce 100644
--- a/juneau-shaded/juneau-shaded-rest-server/pom.xml
+++ b/juneau-shaded/juneau-shaded-rest-server/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-shaded</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded-rest-server</artifactId>
diff --git a/juneau-shaded/pom.xml b/juneau-shaded/pom.xml
index 20ec01f34e..fea22cd966 100644
--- a/juneau-shaded/pom.xml
+++ b/juneau-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-shaded</artifactId>
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index 09859c53bf..9941ed9f62 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
</parent>
<artifactId>juneau-utest</artifactId>
diff --git a/pom.xml b/pom.xml
index 7ee8b8056c..b7e7893187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.2.0</version>
<packaging>pom</packaging>
<name>Apache Juneau</name>
<description>Apache Juneau</description>