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/05/04 14:45:47 UTC

[ws-xmlschema] 01/04: [XMLSCHEMA-60] Move to Java8, bump version to 2.3.0-SNAPSHOT

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

commit 2c596ad63f382f0a6c37a2e862a10532d272871f
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue May 4 09:49:02 2021 -0400

    [XMLSCHEMA-60] Move to Java8, bump version to 2.3.0-SNAPSHOT
---
 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 1b20067..5fe8711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.2.6-SNAPSHOT</version>
+    <version>2.3.0-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>
@@ -167,8 +167,8 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
                         <encoding>UTF-8</encoding>
-                        <source>1.6</source>
-                        <target>1.6</target>
+                        <source>1.8</source>
+                        <target>1.8</target>
                     </configuration>
                 </plugin>
                 <plugin>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index dd4c588..8acf764 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.2.6-SNAPSHOT</version>
+      <version>2.3.0-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 d1244d3..a6529d9 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.2.6-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-bundle-test</artifactId>
     <packaging>jar</packaging>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 3e83883..0c2c9b6 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.2.6-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
diff --git a/xmlschema-walker/pom.xml b/xmlschema-walker/pom.xml
index 48cb073..714dc10 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.2.6-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
   </parent>
   <artifactId>xmlschema-walker</artifactId>
   <name>xmlschema-walker</name>