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 ed85af5a [maven-release-plugin] prepare release xmlschema-2.3.1
ed85af5a is described below
commit ed85af5a99b5eed716664a47c21c622c4d522770
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Sep 7 15:19:28 2023 -0400
[maven-release-plugin] prepare release xmlschema-2.3.1
---
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 4e13dcdf..488bb5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<artifactId>xmlschema</artifactId>
<packaging>pom</packaging>
<name>XmlSchema</name>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</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>HEAD</tag>
+ <tag>xmlschema-2.3.1</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>2023-07-15T16:42:39Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-09-07T19:19:10Z</project.build.outputTimestamp>
</properties>
<modules>
<module>xmlschema-core</module>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index 80aec29c..4b022efe 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.1-SNAPSHOT</version>
+ <version>2.3.1</version>
</parent>
<artifactId>w3c-testcases</artifactId>
<packaging>jar</packaging>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index c21575b0..348ccd71 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.1-SNAPSHOT</version>
+ <version>2.3.1</version>
</parent>
<artifactId>xmlschema-bundle-test</artifactId>
<packaging>jar</packaging>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 98f236ad..6db85bb0 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.1-SNAPSHOT</version>
+ <version>2.3.1</version>
</parent>
<artifactId>xmlschema-core</artifactId>
<packaging>bundle</packaging>
diff --git a/xmlschema-walker/pom.xml b/xmlschema-walker/pom.xml
index 70b6e5b8..6bf93af7 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.1-SNAPSHOT</version>
+ <version>2.3.1</version>
</parent>
<artifactId>xmlschema-walker</artifactId>
<name>xmlschema-walker</name>