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 c57da2f2a [maven-release-plugin] prepare for next development iteration
c57da2f2a is described below
commit c57da2f2ab6efecda0f8b6341f9534db6fc06c77
Author: jamesbognar <[email protected]>
AuthorDate: Tue May 13 08:05:22 2025 -0400
[maven-release-plugin] prepare for next development iteration
---
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 b5917d9c7..3397306dd 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</version>
+ <version>8.1.6-SNAPSHOT</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 3376b8eeb..8109002c4 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-core-utest</artifactId>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index bdcedcef8..8215fa895 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</version>
+ <version>8.1.6-SNAPSHOT</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 bf378ae11..b580d3551 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-marshall-rdf</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml
b/juneau-core/juneau-marshall/pom.xml
index e02705bc2..4083a99cf 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index b7ae720e9..09bb4cbc8 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-core</artifactId>
diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index 548aad325..4ea220b43 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</version>
+ <version>8.1.6-SNAPSHOT</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 a541606c0..b7a3fa8a9 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</version>
+ <version>8.1.6-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 5a6fb4635..90db25e69 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</version>
+ <version>8.1.6-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 5b1e5ac50..a8e51b419 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</version>
+ <version>8.1.6-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 4f0d66364..8bd55c557 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</version>
+ <version>8.1.6-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 75b035d6a..4547f4f41 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index ee9df17dc..16bb0f457 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</version>
+ <version>8.1.6-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 076e56559..803315696 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</version>
+ <version>8.1.6-SNAPSHOT</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 a1660644c..805beee3c 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</version>
+ <version>8.1.6-SNAPSHOT</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 f4f10d2f2..8d4e42758 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</version>
+ <version>8.1.6-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 e196cd712..1528c4a7a 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</version>
+ <version>8.1.6-SNAPSHOT</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</juneau.version>
+ <juneau.version>8.1.6-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 74fc13f83..6e8289c3e 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</version>
+ <version>8.1.6-SNAPSHOT</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</juneau.version>
+ <juneau.version>8.1.6-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 e96cbf298..6518de3d9 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-microservice</artifactId>
diff --git a/juneau-releng/juneau-all/pom.xml b/juneau-releng/juneau-all/pom.xml
index b62e5cb4d..e337a3236 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-all</artifactId>
diff --git a/juneau-releng/juneau-distrib/pom.xml
b/juneau-releng/juneau-distrib/pom.xml
index 0df9f8916..6e85a34e2 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-distrib</artifactId>
diff --git a/juneau-releng/pom.xml b/juneau-releng/pom.xml
index 68e7ba258..07fdb6691 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</version>
+ <version>8.1.6-SNAPSHOT</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 64a436074..47b6e539a 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</version>
+ <version>8.1.6-SNAPSHOT</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 c4cc6c74e..f4d52f26e 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</version>
+ <version>8.1.6-SNAPSHOT</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 45f51dc0e..de1f6a901 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</version>
+ <version>8.1.6-SNAPSHOT</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 7a5fcba02..526659879 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</version>
+ <version>8.1.6-SNAPSHOT</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 c2dbc0f26..41afb8513 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</version>
+ <version>8.1.6-SNAPSHOT</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 611a17f7d..9d7a61bd6 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</version>
+ <version>8.1.6-SNAPSHOT</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 bcd3bc35c..84a848b28 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</version>
+ <version>8.1.6-SNAPSHOT</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 5c98816df..749fef35b 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</version>
+ <version>8.1.6-SNAPSHOT</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 6e4ad24d0..2354826e0 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index c93b2e604..8dba8e81a 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</version>
+ <version>8.1.6-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 993cd27de..8ba5e8afc 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<properties>
diff --git a/juneau-sc/juneau-sc-server/pom.xml
b/juneau-sc/juneau-sc-server/pom.xml
index a267bd3f0..d586e48ee 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<properties>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index 063077fbb..e4f7ebab2 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</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<artifactId>juneau-sc</artifactId>
diff --git a/pom.xml b/pom.xml
index 8c9ff417c..8e163c039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.apache.juneau</groupId>
<artifactId>juneau</artifactId>
- <version>8.1.5</version>
+ <version>8.1.6-SNAPSHOT</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.5-RC1</tag>
+ <tag>juneau-8.1.4-RC1</tag>
</scm>
<issueManagement>
<system>Jira</system>