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 bc6b5d9ac Fix invalid pom version.
bc6b5d9ac is described below

commit bc6b5d9ace86905cec317aedacb73b88ffe72ee4
Author: JamesBognar <[email protected]>
AuthorDate: Tue Oct 3 11:00:48 2023 -0400

    Fix invalid pom version.
---
 juneau-core/juneau-marshall/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 1e9a1299f..1fe19ffd8 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>9.0.1-SNAPSHOT</version>
+               <version>9.0.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall</artifactId>

Reply via email to