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 4067f8a60d Revert to 9.2.0-SNAPSHOT
4067f8a60d is described below

commit 4067f8a60da11ca063918b0ad5af7ed1e5b9a81f
Author: James Bognar <[email protected]>
AuthorDate: Tue Dec 30 12:52:47 2025 -0500

    Revert to 9.2.0-SNAPSHOT
---
 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-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 +-
 scripts/release.py                                           | 12 ++++++++++++
 43 files changed, 56 insertions(+), 44 deletions(-)

diff --git a/juneau-bean/juneau-bean-atom/pom.xml 
b/juneau-bean/juneau-bean-atom/pom.xml
index 4ddbaf1e9d..6ca93a0b53 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</version>
+               <version>9.2.0-SNAPSHOT</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 790d784dc6..035e606b08 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</version>
+               <version>9.2.0-SNAPSHOT</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 1cbea4ab7f..911ef034cd 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</version>
+               <version>9.2.0-SNAPSHOT</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 decd91113a..3cd28dc390 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</version>
+               <version>9.2.0-SNAPSHOT</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 97dc71535f..6a6ef80d59 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</version>
+               <version>9.2.0-SNAPSHOT</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 3d9a0796d4..5ee01f4fec 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-bean-swagger-v2</artifactId>
diff --git a/juneau-bean/pom.xml b/juneau-bean/pom.xml
index 3bd4d6aed0..b772d42ab8 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-bean</artifactId>
diff --git a/juneau-core/juneau-assertions/pom.xml 
b/juneau-core/juneau-assertions/pom.xml
index 379f3ffc46..85540716cd 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-assertions</artifactId>
diff --git a/juneau-core/juneau-bct/pom.xml b/juneau-core/juneau-bct/pom.xml
index 29c96d0ed0..9dbd865c27 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-bct</artifactId>
diff --git a/juneau-core/juneau-commons/pom.xml 
b/juneau-core/juneau-commons/pom.xml
index a658a90a04..212978dde7 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-commons</artifactId>
diff --git a/juneau-core/juneau-config/pom.xml 
b/juneau-core/juneau-config/pom.xml
index 2f654cab08..c86986b272 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 791753017d..8627b8cfbd 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index 058cdec589..209cd0f611 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-core</artifactId>
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 9534a6dc5b..950854dba9 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</version>
+               <version>9.2.0-SNAPSHOT</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 a83b056881..50e22ca13f 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</version>
+               <version>9.2.0-SNAPSHOT</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 c40f2ee51d..a15e48d87f 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</version>
+               <version>9.2.0-SNAPSHOT</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 16b1039814..3952efcb5a 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</version>
+               <version>9.2.0-SNAPSHOT</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 505827c644..72309373d2 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</version>
+               <version>9.2.0-SNAPSHOT</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 2dd3e7b6bf..acb0612667 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index 873b1acfa4..8ea0bb6708 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</version>
+               <version>9.2.0-SNAPSHOT</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 b004a31399..5c0fd44e05 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</version>
+               <version>9.2.0-SNAPSHOT</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 162ddb6000..b27f246e25 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</version>
+               <version>9.2.0-SNAPSHOT</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 538d3d837c..d9769baa02 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</version>
+               <version>9.2.0-SNAPSHOT</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</juneau.version>
+               <juneau.version>9.2.0-SNAPSHOT</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 dcdc8ae2a4..c901d6d307 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</version>
+               <version>9.2.0-SNAPSHOT</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</juneau.version>
+               <juneau.version>9.2.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index f0e21ad028..a4292e9189 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</version>
+               <version>9.2.0-SNAPSHOT</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 8116320737..364d27128f 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</version>
+               <version>9.2.0-SNAPSHOT</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 7ee3500002..351244e3ca 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</version>
+               <version>9.2.0-SNAPSHOT</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 dca855d5ac..f0e6f41237 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</version>
+               <version>9.2.0-SNAPSHOT</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 a71bd07cd0..fc580f8877 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</version>
+               <version>9.2.0-SNAPSHOT</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 5613419efe..ad8575c52f 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index d3141cc7ee..f698eed75a 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</version>
+               <version>9.2.0-SNAPSHOT</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 e17444b664..107becabfc 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <build>
diff --git a/juneau-sc/juneau-sc-server/pom.xml 
b/juneau-sc/juneau-sc-server/pom.xml
index b274c1188a..e7d198ca1a 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <dependencies>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index 2a3e7ea512..c88acc922b 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</version>
+               <version>9.2.0-SNAPSHOT</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 e1e6787447..b39ba53a2b 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</version>
+               <version>9.2.0-SNAPSHOT</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 10d245a59a..11bc4876a7 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</version>
+               <version>9.2.0-SNAPSHOT</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 00407d9fda..76cdc3bf6a 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</version>
+               <version>9.2.0-SNAPSHOT</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 c783668eee..b8f66b8621 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</version>
+               <version>9.2.0-SNAPSHOT</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 4e6d3138ce..4fcf57c1ed 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-shaded-rest-server</artifactId>
diff --git a/juneau-shaded/pom.xml b/juneau-shaded/pom.xml
index fea22cd966..20ec01f34e 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-shaded</artifactId>
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index 9941ed9f62..09859c53bf 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</version>
+               <version>9.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-utest</artifactId>
diff --git a/pom.xml b/pom.xml
index 36ea3d8458..0376f5cbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
        <groupId>org.apache.juneau</groupId>
        <artifactId>juneau</artifactId>
-       <version>9.2.0</version>
+       <version>9.2.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Apache Juneau</name>
        <description>Apache Juneau</description>
diff --git a/scripts/release.py b/scripts/release.py
index a3c06b8831..ccf6abeaf9 100755
--- a/scripts/release.py
+++ b/scripts/release.py
@@ -728,6 +728,18 @@ class ReleaseScript:
         release = os.environ.get('X_RELEASE')
         next_version = os.environ.get('X_NEXT_VERSION')
         
+        # Check that the current POM version is a SNAPSHOT (required by 
release:prepare)
+        pom_path = juneau_dir / 'pom.xml'
+        if pom_path.exists():
+            current_version = self._get_version_from_pom(pom_path)
+            if not current_version.endswith('-SNAPSHOT'):
+                self.fail(
+                    f"Current version in POM is '{current_version}', but 
release:prepare requires a SNAPSHOT version.\n"
+                    f"This usually means a previous release attempt already 
changed the version.\n"
+                    f"Please ensure the git repository is in the correct state 
(e.g., checkout the master branch)."
+                )
+            print(f"✓ Current POM version is SNAPSHOT: {current_version}")
+        
         # run_command will automatically fail if the command doesn't succeed 
(check=True by default)
         self.run_command([
             'mvn', 'release:prepare',

Reply via email to