This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
new 43ace3d [maven-release-plugin] prepare for next development iteration
43ace3d is described below
commit 43ace3df1e8f4e905a2888bee610fa2616b3a319
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Apr 30 22:01:59 2026 -0400
[maven-release-plugin] prepare for next development iteration
---
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 | 6 +++---
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, 17 insertions(+), 17 deletions(-)
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index 5d7592b..cd6b0ad 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/boolean/pom.xml b/boolean/pom.xml
index 60768fe..3de6482 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
diff --git a/bug671/pom.xml b/bug671/pom.xml
index 315d3c9..9adcde8 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/bug986/pom.xml b/bug986/pom.xml
index 3fb6de0..32283a1 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 46028a7..f7dbf9d 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<prerequisites>
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index 2867166..0db759b 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
diff --git a/dv/pom.xml b/dv/pom.xml
index 0582a65..e2ce5b7 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 55ddf85..b964480 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 98ac489..5c06817 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</version>
+ <version>4.1.4-SNAPSHOT</version>
<name>Apache CXF XJC Utils</name>
<url>https://cxf.apache.org</url>
@@ -33,7 +33,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git</developerConnection>
- <tag>xjc-utils-4.1.3</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
@@ -55,7 +55,7 @@
<pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</pmd.eclipse.ruleset>
<resources.base.path />
<checkstyle.extension />
-
<project.build.outputTimestamp>2026-05-01T01:59:54Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-01T02:01:57Z</project.build.outputTimestamp>
</properties>
<modules>
diff --git a/property-listener/pom.xml b/property-listener/pom.xml
index 1afdf35..2130676 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 88debad..2216570 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<build>
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index fbeca6a..82482fc 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
diff --git a/ts/pom.xml b/ts/pom.xml
index d627781..3bae4f8 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index aa1b65b..1316c99 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 52b15c2..9fcc0da 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</version>
+ <version>4.1.4-SNAPSHOT</version>
</parent>
<dependencies>