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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new 399299c7 [maven-release-plugin] prepare for next development iteration
399299c7 is described below

commit 399299c7f85fa8caf7093b00fbcf76c333325a12
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Oct 29 15:21:21 2025 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                       | 6 +++---
 w3c-testcases/pom.xml         | 2 +-
 xmlschema-bundle-test/pom.xml | 2 +-
 xmlschema-core/pom.xml        | 2 +-
 xmlschema-walker/pom.xml      | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87987b9a..97e51b4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.3.2</version>
+    <version>2.3.3-SNAPSHOT</version>
     <description>Apache XMLSchema is a light weight schema object model that 
can be used to manipulate or generate XML schema.</description>
     <url>https://ws.apache.org/commons/xmlschema20/</url>
     <issueManagement>
@@ -63,7 +63,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/ws-xmlschema.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-xmlschema.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=ws-xmlschema.git;a=summary</url>
-        <tag>xmlschema-2.3.2</tag>
+        <tag>HEAD</tag>
     </scm>
     <prerequisites>
         <maven>3.7</maven>
@@ -81,7 +81,7 @@
     <properties>
         <javaVersion>1.8</javaVersion>
         <xmlschema-eclipse-version>2.0</xmlschema-eclipse-version>
-        
<project.build.outputTimestamp>2025-10-29T15:20:49Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2025-10-29T15:21:21Z</project.build.outputTimestamp>
     </properties>
     <modules>
         <module>xmlschema-core</module>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index 716bbbd7..a04fb004 100644
--- a/w3c-testcases/pom.xml
+++ b/w3c-testcases/pom.xml
@@ -22,7 +22,7 @@
     <parent>
       <groupId>org.apache.ws.xmlschema</groupId>
       <artifactId>xmlschema</artifactId>
-      <version>2.3.2</version>
+      <version>2.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index b2798622..f7d2f9e9 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-bundle-test</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 66c3b8e8..ec68b33e 100644
--- a/xmlschema-core/pom.xml
+++ b/xmlschema-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
diff --git a/xmlschema-walker/pom.xml b/xmlschema-walker/pom.xml
index d5678c7f..72336450 100644
--- a/xmlschema-walker/pom.xml
+++ b/xmlschema-walker/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema</artifactId>
-    <version>2.3.2</version>
+    <version>2.3.3-SNAPSHOT</version>
   </parent>
   <artifactId>xmlschema-walker</artifactId>
   <name>xmlschema-walker</name>

Reply via email to