You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2019/12/14 12:42:17 UTC

svn commit: r1871489 - in /xerces/java: branches/xml-schema-1.1-dev/ branches/xml-schema-1.1-dev/docs/ trunk/ trunk/docs/

Author: mukulg
Date: Sat Dec 14 12:42:17 2019
New Revision: 1871489

URL: http://svn.apache.org/viewvc?rev=1871489&view=rev
Log:
For xerces-j 2.12.1 release, modifying minor information within release information page. Modifying copyright year as well.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/NOTICE
    xerces/java/branches/xml-schema-1.1-dev/build.xml
    xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml
    xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
    xerces/java/trunk/NOTICE
    xerces/java/trunk/build.xml
    xerces/java/trunk/docs/docs-book.xml
    xerces/java/trunk/docs/releases.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/NOTICE
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/NOTICE?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/NOTICE (original)
+++ xerces/java/branches/xml-schema-1.1-dev/NOTICE Sat Dec 14 12:42:17 2019
@@ -4,7 +4,7 @@
    =========================================================================
 
    Apache Xerces Java
-   Copyright 1999-2019 The Apache Software Foundation
+   Copyright 1999-2020 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).

Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Sat Dec 14 12:42:17 2019
@@ -79,7 +79,7 @@ Authors:
     <property name='default.parser.config.name' value='XIncludeAwareParserConfiguration'/>
     <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
 
-    <property name="year" value="1999-2019"/>
+    <property name="year" value="1999-2020"/>
     <property name="copyright" value="Copyright &#169; ${year} The Apache Software Foundation. All Rights Reserved."/>
 
     <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/docs-book.xml Sat Dec 14 12:42:17 2019
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE book SYSTEM 'dtd/book.dtd'>
 <book title='&ParserName; Documentation' 
-      copyright='1999-2019 The Apache Software Foundation'>
+      copyright='1999-2020 The Apache Software Foundation'>
  <external label='Home' href='http://xerces.apache.org/'/>
  <separator/>
  <document label='Readme' title='&ParserNameLong; Readme'

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Sat Dec 14 12:42:17 2019
@@ -25,7 +25,13 @@
       and also includes a few other minor enhancements.      
     </p>
    </desc>
-   <changes>     
+   <changes>
+     <add>
+       <note>
+      	  Continued design guidance for Xerces-J implementation.	
+       </note>
+       <submitter name='Michael Glavassevich, Sandy Gao'/>
+     </add>     
      <update>
        <note>
       	  For certain cases, while doing XML Schema 1.1 assert validations, error messages appeared
@@ -48,7 +54,7 @@
         <note>
       	   Xerces-J was previously not building from sources when Java 9+ was used. This release fixes this.
      	</note>
-     	<submitter name='Thomas Pasch, Mukul Gandhi'/>
+     	<submitter name='Thomas Pasch, Mukul Gandhi, Michael Glavassevich'/>
      </fix>
      <fix>
         <note>

Modified: xerces/java/trunk/NOTICE
URL: http://svn.apache.org/viewvc/xerces/java/trunk/NOTICE?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/trunk/NOTICE (original)
+++ xerces/java/trunk/NOTICE Sat Dec 14 12:42:17 2019
@@ -4,7 +4,7 @@
    =========================================================================
 
    Apache Xerces Java
-   Copyright 1999-2019 The Apache Software Foundation
+   Copyright 1999-2020 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Sat Dec 14 12:42:17 2019
@@ -76,7 +76,7 @@ Authors:
     <property name='default.parser.config.name' value='XIncludeAwareParserConfiguration'/>
     <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
 
-    <property name="year" value="1999-2019"/>
+    <property name="year" value="1999-2020"/>
     <property name="copyright" value="Copyright &#169; ${year} The Apache Software Foundation. All Rights Reserved."/>
 
     <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>

Modified: xerces/java/trunk/docs/docs-book.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/docs-book.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/trunk/docs/docs-book.xml (original)
+++ xerces/java/trunk/docs/docs-book.xml Sat Dec 14 12:42:17 2019
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE book SYSTEM 'dtd/book.dtd'>
 <book title='&ParserName; Documentation' 
-      copyright='1999-2019 The Apache Software Foundation'>
+      copyright='1999-2020 The Apache Software Foundation'>
  <external label='Home' href='http://xerces.apache.org/'/>
  <separator/>
  <document label='Readme' title='&ParserNameLong; Readme'

Modified: xerces/java/trunk/docs/releases.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1871489&r1=1871488&r2=1871489&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Sat Dec 14 12:42:17 2019
@@ -25,7 +25,13 @@
       and also includes a few other minor enhancements.      
     </p>
    </desc>
-   <changes>     
+   <changes>
+     <add>
+       <note>
+      	  Continued design guidance for Xerces-J implementation.	
+       </note>
+       <submitter name='Michael Glavassevich, Sandy Gao'/>
+     </add>     
      <update>
        <note>
       	  For certain cases, while doing XML Schema 1.1 assert validations, error messages appeared
@@ -48,7 +54,7 @@
         <note>
       	   Xerces-J was previously not building from sources when Java 9+ was used. This release fixes this.
      	</note>
-     	<submitter name='Thomas Pasch, Mukul Gandhi'/>
+     	<submitter name='Thomas Pasch, Mukul Gandhi, Michael Glavassevich'/>
      </fix>
      <fix>
         <note>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org