This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new 6cd6e2e [maven-release-plugin] prepare for next development iteration
6cd6e2e is described below
commit 6cd6e2ee9c377b4bd4706d3a5e7d0604230feea0
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Aug 18 11:55:24 2024 -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 | 4 ++--
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, 16 insertions(+), 16 deletions(-)
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index 876aa10..4b901c9 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/boolean/pom.xml b/boolean/pom.xml
index cc00a3f..4d47702 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
diff --git a/bug671/pom.xml b/bug671/pom.xml
index 4029d77..0923dad 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/bug986/pom.xml b/bug986/pom.xml
index 9cea553..2ad927e 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 132f457..8ce6108 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<prerequisites>
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index 8c7835b..0efccb6 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
diff --git a/dv/pom.xml b/dv/pom.xml
index 41c4957..f744b93 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index e728b92..013832e 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 017f21d..4bea94b 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
<name>Apache CXF XJC Utils</name>
<url>https://cxf.apache.org</url>
@@ -55,7 +55,7 @@
<pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</pmd.eclipse.ruleset>
<resources.base.path />
<checkstyle.extension />
-
<project.build.outputTimestamp>2024-08-18T15:40:40Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-08-18T15:53:25Z</project.build.outputTimestamp>
</properties>
<modules>
diff --git a/property-listener/pom.xml b/property-listener/pom.xml
index 7ed48a5..e7bc964 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index d54de9f..cba195a 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<build>
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index 9d5cb99..9def58d 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
diff --git a/ts/pom.xml b/ts/pom.xml
index fcd23d5..e2deb35 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index eeb2310..a8b77c4 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 8a9f95c..2a7950b 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.0.2</version>
+ <version>4.0.3-SNAPSHOT</version>
</parent>
<dependencies>