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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 32d6651  Move main to 4.2.0-SNAPSHOT
32d6651 is described below

commit 32d665119dfc9d1e47568e6ced8f3f0a84534f18
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Apr 26 09:10:20 2026 -0400

    Move main to 4.2.0-SNAPSHOT
---
 boolean-test/pom.xml       | 2 +-
 boolean/pom.xml            | 2 +-
 bug671/pom.xml             | 2 +-
 bug986/pom.xml             | 2 +-
 cxf-xjc-plugin/pom.xml     | 2 +-
 dv-test/pom.xml            | 2 +-
 dv/pom.xml                 | 2 +-
 javadoc/pom.xml            | 2 +-
 pom.xml                    | 2 +-
 property-listener/pom.xml  | 2 +-
 runtime/pom.xml            | 2 +-
 ts-test/pom.xml            | 2 +-
 ts/pom.xml                 | 2 +-
 wsdlextension-test/pom.xml | 2 +-
 wsdlextension/pom.xml      | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index 8424591..84873d7 100644
--- a/boolean-test/pom.xml
+++ b/boolean-test/pom.xml
@@ -27,7 +27,7 @@
        <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-               <version>4.1.3-SNAPSHOT</version>
+               <version>4.2.0-SNAPSHOT</version>
        </parent>
 
     <dependencies>
diff --git a/boolean/pom.xml b/boolean/pom.xml
index f0ce495..e915912 100644
--- a/boolean/pom.xml
+++ b/boolean/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/bug671/pom.xml b/bug671/pom.xml
index a1d3c86..b1ab39b 100644
--- a/bug671/pom.xml
+++ b/bug671/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/bug986/pom.xml b/bug986/pom.xml
index 97617a3..3fc88a0 100644
--- a/bug986/pom.xml
+++ b/bug986/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index fd00cdd..fb48fcb 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <prerequisites>
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index 148f543..efbf86c 100644
--- a/dv-test/pom.xml
+++ b/dv-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/dv/pom.xml b/dv/pom.xml
index de59aed..b1e8f4a 100644
--- a/dv/pom.xml
+++ b/dv/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 63b8aa8..2db623d 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
     
 
diff --git a/pom.xml b/pom.xml
index 123adf2..fd4a1d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.xjc-utils</groupId>
     <artifactId>xjc-utils</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.2.0-SNAPSHOT</version>
     <name>Apache CXF XJC Utils</name>
     <url>https://cxf.apache.org</url>
 
diff --git a/property-listener/pom.xml b/property-listener/pom.xml
index 9ce4f62..f0e1159 100644
--- a/property-listener/pom.xml
+++ b/property-listener/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 218fdfb..79db4f6 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <build>
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index 8315ce8..f2351bd 100644
--- a/ts-test/pom.xml
+++ b/ts-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/ts/pom.xml b/ts/pom.xml
index 02f5b82..84f9751 100644
--- a/ts/pom.xml
+++ b/ts/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index a9d1f26..d1eb16f 100644
--- a/wsdlextension-test/pom.xml
+++ b/wsdlextension-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 9e62885..e7ffa8d 100644
--- a/wsdlextension/pom.xml
+++ b/wsdlextension/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.2.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Reply via email to