You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2021/09/14 18:14:38 UTC

[ws-xmlschema] branch master updated: [maven-release-plugin] prepare for next development iteration

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

dkulp 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 bcf63fc  [maven-release-plugin] prepare for next development iteration
bcf63fc is described below

commit bcf63fc13d0194949ef2cae326344209ebc274c7
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Sep 14 14:14:36 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index 5155db9..4be6a2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.3.0</version>
+    <version>2.3.1-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.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <prerequisites>
         <maven>3.7</maven>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index eec1a6c..80aec29 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.0</version>
+      <version>2.3.1-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 f17aa99..7937f42 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.0</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-bundle-test</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 4c299b0..98f236a 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.0</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
diff --git a/xmlschema-walker/pom.xml b/xmlschema-walker/pom.xml
index f201eb8..cb64ace 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.0</version>
+    <version>2.3.1-SNAPSHOT</version>
   </parent>
   <artifactId>xmlschema-walker</artifactId>
   <name>xmlschema-walker</name>