Author: mukulg
Date: Fri Dec 13 04:40:26 2019
New Revision: 1871316

URL: http://svn.apache.org/viewvc?rev=1871316&view=rev
Log:
committing few modifications to xerces non code artifacts, with respect to 
2.12.1 release

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/faq-common.xml
    xerces/java/branches/xml-schema-1.1-dev/docs/readme.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=1871316&r1=1871315&r2=1871316&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/NOTICE (original)
+++ xerces/java/branches/xml-schema-1.1-dev/NOTICE Fri Dec 13 04:40:26 2019
@@ -4,7 +4,7 @@
    =========================================================================
 
    Apache Xerces Java
-   Copyright 1999-2018 The Apache Software Foundation
+   Copyright 1999-2019 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=1871316&r1=1871315&r2=1871316&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Fri Dec 13 04:40:26 2019
@@ -57,9 +57,9 @@ Authors:
     <property name='parser.Name' value='Xerces-J'/>
     <property name='parser.name' value='xerces-j'/>
     <property name='parser.shortname' value='xerces'/>
-    <property name='parser.Version' value='2.12.0-xml-schema-1.1'/>
-    <property name='parser.version' value='2.12.0-xml-schema-1.1'/>
-    <property name='parser_version' value='2_12_0-xml-schema-1.1'/>
+    <property name='parser.Version' value='2.12.1-xml-schema-1.1'/>
+    <property name='parser.version' value='2.12.1-xml-schema-1.1'/>
+    <property name='parser_version' value='2_12_1-xml-schema-1.1'/>
 
     <property name='deprecatedjar.parser' value='xerces.jar'/>
     <property name='jar.apis' value='xml-apis.jar'/>
@@ -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-2018"/>
+    <property name="year" value="1999-2019"/>
     <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=1871316&r1=1871315&r2=1871316&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 Fri Dec 13 
04:40:26 2019
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE book SYSTEM 'dtd/book.dtd'>
 <book title='&ParserName; Documentation' 
-      copyright='1999-2018 The Apache Software Foundation'>
+      copyright='1999-2019 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/faq-common.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-common.xml?rev=1871316&r1=1871315&r2=1871316&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-common.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-common.xml Fri Dec 13 
04:40:26 2019
@@ -17,7 +17,7 @@
 -->
 <!DOCTYPE faqs SYSTEM 'dtd/faqs.dtd'>
 <faqs title='Common Problems FAQs'>
- <faq title='Parsing HTML Generated an Error.'>
+ <faq title='Parsing HTML Generated an Error'>
   <q>
    I tried to use &ParserName; to parse an HTML file and it
    generated an error. What did I do wrong?

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml?rev=1871316&r1=1871315&r2=1871316&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml Fri Dec 13 04:40:26 
2019
@@ -150,9 +150,9 @@
   <s2 title='Changes from Previous Release'>
 
     <p>
-      The &ParserNameLong; &ParserVersion; expands on its experimental support 
for XML Schema 1.1
-      by providing fully compliant XML Schema 1.1 implementation. It fixes 
several bugs which
-      were present in the previous release and also includes a few other minor 
enhancements.
+      The &ParserNameLong; &ParserVersion; is a bug fix release, and is 
largely compatible with
+      the previous release in terms of broad functionality offered. It fixes 
few bugs which were 
+      present in the previous release and also includes a few other minor 
enhancements.
     </p>
     <p>
       For a more complete list of changes, refer to the 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to