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 4afccfee24 Fix missed pom.xml updates from version bump and logging 
config
4afccfee24 is described below

commit 4afccfee24c06e329f9b427852a6318d5cadcc44
Author: James Bognar <[email protected]>
AuthorDate: Thu Jun 4 08:39:02 2026 -0400

    Fix missed pom.xml updates from version bump and logging config
---
 juneau-microservice/juneau-my-jetty-microservice/pom.xml  | 2 +-
 juneau-microservice/juneau-my-tomcat-microservice/pom.xml | 2 +-
 juneau-utest/pom.xml                                      | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml 
b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index b41cc409f4..48bf4645e5 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -38,7 +38,7 @@
        <description>Apache Juneau Jetty Microservice Template</description>
 
        <properties>
-               <juneau.version>9.5.0-SNAPSHOT</juneau.version>
+               <juneau.version>10.0.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
diff --git a/juneau-microservice/juneau-my-tomcat-microservice/pom.xml 
b/juneau-microservice/juneau-my-tomcat-microservice/pom.xml
index 05ba2a9223..ccaf8b514c 100644
--- a/juneau-microservice/juneau-my-tomcat-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-tomcat-microservice/pom.xml
@@ -30,7 +30,7 @@
        <description>Apache Juneau Tomcat Microservice Template</description>
 
        <properties>
-               <juneau.version>9.5.0-SNAPSHOT</juneau.version>
+               <juneau.version>10.0.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index b33185b7eb..dbd43f3f73 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -613,6 +613,7 @@
                                        </includes>
                                        <systemPropertyVariables>
                                                
<java.locale.providers>JRE,COMPAT,SPI,CLDR</java.locale.providers>
+                                               
<java.util.logging.config.file>${project.basedir}/src/test/resources/logging.properties</java.util.logging.config.file>
                                        </systemPropertyVariables>
                                </configuration>
                                <executions>

Reply via email to