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

ggregory 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 e505dfaab Fix POM versions
e505dfaab is described below

commit e505dfaab7f1f230551cb68fa01666a0b0bd9e34
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 10:14:50 2023 -0500

    Fix POM versions
---
 juneau-core/juneau-marshall-rdf/pom.xml    | 2 +-
 juneau-doc/pom.xml                         | 2 +-
 juneau-rest/juneau-rest-server-rdf/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/juneau-core/juneau-marshall-rdf/pom.xml 
b/juneau-core/juneau-marshall-rdf/pom.xml
index 07fb174db..0c3801c29 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>9.0.0-SNAPSHOT</version>
+               <version>9.0.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall-rdf</artifactId>
diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index 03f15b08c..26fc6546f 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>9.0.1-SNAPSHOT</version>
+               <version>9.0.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-doc</artifactId>
diff --git a/juneau-rest/juneau-rest-server-rdf/pom.xml 
b/juneau-rest/juneau-rest-server-rdf/pom.xml
index 085853a07..6f8186fbc 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>9.0.0-SNAPSHOT</version>
+               <version>9.0.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-rdf</artifactId>

Reply via email to