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/13 04:38:35 UTC

svn commit: r1871315 - in /xerces/java/trunk: NOTICE build.xml docs/docs-book.xml docs/faq-common.xml docs/readme.xml

Author: mukulg
Date: Fri Dec 13 04:38:35 2019
New Revision: 1871315

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

Modified:
    xerces/java/trunk/NOTICE
    xerces/java/trunk/build.xml
    xerces/java/trunk/docs/docs-book.xml
    xerces/java/trunk/docs/faq-common.xml
    xerces/java/trunk/docs/readme.xml

Modified: xerces/java/trunk/NOTICE
URL: http://svn.apache.org/viewvc/xerces/java/trunk/NOTICE?rev=1871315&r1=1871314&r2=1871315&view=diff
==============================================================================
--- xerces/java/trunk/NOTICE (original)
+++ xerces/java/trunk/NOTICE Fri Dec 13 04:38:35 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/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1871315&r1=1871314&r2=1871315&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Fri Dec 13 04:38:35 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'/>
-    <property name='parser.version' value='2.12.0'/>
-    <property name='parser_version' value='2_12_0'/>
+    <property name='parser.Version' value='2.12.1'/>
+    <property name='parser.version' value='2.12.1'/>
+    <property name='parser_version' value='2_12_1'/>
 
     <property name='deprecatedjar.parser' value='xerces.jar'/>
     <property name='jar.apis' value='xml-apis.jar'/>
@@ -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-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/trunk/docs/docs-book.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/docs-book.xml?rev=1871315&r1=1871314&r2=1871315&view=diff
==============================================================================
--- xerces/java/trunk/docs/docs-book.xml (original)
+++ xerces/java/trunk/docs/docs-book.xml Fri Dec 13 04:38:35 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/trunk/docs/faq-common.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-common.xml?rev=1871315&r1=1871314&r2=1871315&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-common.xml (original)
+++ xerces/java/trunk/docs/faq-common.xml Fri Dec 13 04:38:35 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/trunk/docs/readme.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/readme.xml?rev=1871315&r1=1871314&r2=1871315&view=diff
==============================================================================
--- xerces/java/trunk/docs/readme.xml (original)
+++ xerces/java/trunk/docs/readme.xml Fri Dec 13 04:38:35 2019
@@ -148,11 +148,10 @@
   </s2>
   
   <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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org