This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch juneau-8.1.5-branch
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/juneau-8.1.5-branch by this 
push:
     new b1d9dd5d4 [maven-release-plugin] prepare release juneau-8.1.5-RC1
b1d9dd5d4 is described below

commit b1d9dd5d43dbfc8f17d7f4de922acd577e085f61
Author: jamesbognar <[email protected]>
AuthorDate: Tue May 13 08:05:04 2025 -0400

    [maven-release-plugin] prepare release juneau-8.1.5-RC1
---
 juneau-core/juneau-config/pom.xml                             | 2 +-
 juneau-core/juneau-core-utest/pom.xml                         | 2 +-
 juneau-core/juneau-dto/pom.xml                                | 2 +-
 juneau-core/juneau-marshall-rdf/pom.xml                       | 2 +-
 juneau-core/juneau-marshall/pom.xml                           | 2 +-
 juneau-core/pom.xml                                           | 2 +-
 juneau-doc/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-ftest/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-releng/juneau-all/pom.xml                              | 2 +-
 juneau-releng/juneau-distrib/pom.xml                          | 2 +-
 juneau-releng/pom.xml                                         | 2 +-
 juneau-rest/juneau-rest-client-utest/pom.xml                  | 2 +-
 juneau-rest/juneau-rest-client/pom.xml                        | 2 +-
 juneau-rest/juneau-rest-mock-utest/pom.xml                    | 2 +-
 juneau-rest/juneau-rest-mock/pom.xml                          | 2 +-
 juneau-rest/juneau-rest-server-jaxrs/pom.xml                  | 2 +-
 juneau-rest/juneau-rest-server-rdf/pom.xml                    | 2 +-
 juneau-rest/juneau-rest-server-springboot/pom.xml             | 2 +-
 juneau-rest/juneau-rest-server-utest/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 +-
 pom.xml                                                       | 4 ++--
 36 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/juneau-core/juneau-config/pom.xml 
b/juneau-core/juneau-config/pom.xml
index dcc4d2021..b5917d9c7 100644
--- a/juneau-core/juneau-config/pom.xml
+++ b/juneau-core/juneau-config/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-core-utest/pom.xml 
b/juneau-core/juneau-core-utest/pom.xml
index c09c895d9..3376b8eeb 100644
--- a/juneau-core/juneau-core-utest/pom.xml
+++ b/juneau-core/juneau-core-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-core-utest</artifactId>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index a14aa02af..bdcedcef8 100644
--- a/juneau-core/juneau-dto/pom.xml
+++ b/juneau-core/juneau-dto/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-dto</artifactId>
diff --git a/juneau-core/juneau-marshall-rdf/pom.xml 
b/juneau-core/juneau-marshall-rdf/pom.xml
index c80993ca5..bf378ae11 100644
--- a/juneau-core/juneau-marshall-rdf/pom.xml
+++ b/juneau-core/juneau-marshall-rdf/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-marshall-rdf</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 4b7a1a0b5..e02705bc2 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index dace9d947..b7ae720e9 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-core</artifactId>
diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index 60755113a..548aad325 100644
--- a/juneau-doc/pom.xml
+++ b/juneau-doc/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-doc</artifactId>
diff --git a/juneau-examples/juneau-examples-core/pom.xml 
b/juneau-examples/juneau-examples-core/pom.xml
index 61fc4c6a6..a541606c0 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>juneau-examples</artifactId>
                <groupId>org.apache.juneau</groupId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 b82aed144..5a6fb4635 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 d0c804c6e..5b1e5ac50 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 c5c72b452..4f0d66364 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 6cdc5c7fc..75b035d6a 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index 851c57701..ee9df17dc 100644
--- a/juneau-examples/pom.xml
+++ b/juneau-examples/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 c77d72dc0..076e56559 100644
--- a/juneau-microservice/juneau-microservice-core/pom.xml
+++ b/juneau-microservice/juneau-microservice-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-microservice-core</artifactId>
diff --git a/juneau-microservice/juneau-microservice-ftest/pom.xml 
b/juneau-microservice/juneau-microservice-ftest/pom.xml
index a4c8097d0..a1660644c 100644
--- a/juneau-microservice/juneau-microservice-ftest/pom.xml
+++ b/juneau-microservice/juneau-microservice-ftest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-microservice-ftest</artifactId>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml 
b/juneau-microservice/juneau-microservice-jetty/pom.xml
index 62b3f0ecc..f4f10d2f2 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 0734112b5..e196cd712 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-my-jetty-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Jetty Microservice Template</description>
        
        <properties>
-               <juneau.version>8.1.5-SNAPSHOT</juneau.version>
+               <juneau.version>8.1.5</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 d80d48e6d..74fc13f83 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-my-springboot-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Spring Boot Microservice 
Template</description>
        
        <properties>
-               <juneau.version>8.1.5-SNAPSHOT</juneau.version>
+               <juneau.version>8.1.5</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 94825687e..e96cbf298 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-microservice</artifactId>
diff --git a/juneau-releng/juneau-all/pom.xml b/juneau-releng/juneau-all/pom.xml
index dffcbecb9..b62e5cb4d 100644
--- a/juneau-releng/juneau-all/pom.xml
+++ b/juneau-releng/juneau-all/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-releng</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-all</artifactId>
diff --git a/juneau-releng/juneau-distrib/pom.xml 
b/juneau-releng/juneau-distrib/pom.xml
index 4dd3433aa..0df9f8916 100644
--- a/juneau-releng/juneau-distrib/pom.xml
+++ b/juneau-releng/juneau-distrib/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-releng</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-distrib</artifactId>
diff --git a/juneau-releng/pom.xml b/juneau-releng/pom.xml
index 5ec242f4c..68e7ba258 100644
--- a/juneau-releng/pom.xml
+++ b/juneau-releng/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-releng</artifactId>
diff --git a/juneau-rest/juneau-rest-client-utest/pom.xml 
b/juneau-rest/juneau-rest-client-utest/pom.xml
index 9d56f41d6..64a436074 100644
--- a/juneau-rest/juneau-rest-client-utest/pom.xml
+++ b/juneau-rest/juneau-rest-client-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-client-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-client/pom.xml 
b/juneau-rest/juneau-rest-client/pom.xml
index 77e2f95ef..c4cc6c74e 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-client</artifactId>
diff --git a/juneau-rest/juneau-rest-mock-utest/pom.xml 
b/juneau-rest/juneau-rest-mock-utest/pom.xml
index 6d1baf4fa..45f51dc0e 100644
--- a/juneau-rest/juneau-rest-mock-utest/pom.xml
+++ b/juneau-rest/juneau-rest-mock-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-mock-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml 
b/juneau-rest/juneau-rest-mock/pom.xml
index fabb3ee23..7a5fcba02 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-mock</artifactId>
diff --git a/juneau-rest/juneau-rest-server-jaxrs/pom.xml 
b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
index 3c9d8027b..c2dbc0f26 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/pom.xml
+++ b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-server-jaxrs</artifactId>
diff --git a/juneau-rest/juneau-rest-server-rdf/pom.xml 
b/juneau-rest/juneau-rest-server-rdf/pom.xml
index 9bca42c55..611a17f7d 100644
--- a/juneau-rest/juneau-rest-server-rdf/pom.xml
+++ b/juneau-rest/juneau-rest-server-rdf/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-server-rdf</artifactId>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml 
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 1800d1137..bcd3bc35c 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-server-springboot</artifactId>
diff --git a/juneau-rest/juneau-rest-server-utest/pom.xml 
b/juneau-rest/juneau-rest-server-utest/pom.xml
index 1f0a36d8a..5c98816df 100644
--- a/juneau-rest/juneau-rest-server-utest/pom.xml
+++ b/juneau-rest/juneau-rest-server-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-server-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml 
b/juneau-rest/juneau-rest-server/pom.xml
index fa6f8e7b4..6e4ad24d0 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index f50d3c0f6..c93b2e604 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</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 45b6f6ffa..993cd27de 100644
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ b/juneau-sc/juneau-sc-client/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <properties>
diff --git a/juneau-sc/juneau-sc-server/pom.xml 
b/juneau-sc/juneau-sc-server/pom.xml
index 2d72b2974..a267bd3f0 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <properties>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index a2fc797a7..063077fbb 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.5-SNAPSHOT</version>
+               <version>8.1.5</version>
        </parent>
 
        <artifactId>juneau-sc</artifactId>
diff --git a/pom.xml b/pom.xml
index 5e1c302af..8c9ff417c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
        <groupId>org.apache.juneau</groupId>
        <artifactId>juneau</artifactId>
-       <version>8.1.5-SNAPSHOT</version>
+       <version>8.1.5</version>
        <packaging>pom</packaging>
        <name>juneau</name>
        <description>Apache Juneau</description>
@@ -371,7 +371,7 @@
                
<connection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</connection>
                
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/juneau.git</developerConnection>
                <url>https://github.com/apache/juneau</url>
-               <tag>juneau-8.1.4-RC1</tag>
+               <tag>juneau-8.1.5-RC1</tag>
        </scm>
        <issueManagement>
                <system>Jira</system>

Reply via email to