Author: mukulg Date: Mon Apr 16 06:19:06 2018 New Revision: 1829240 URL: http://svn.apache.org/viewvc?rev=1829240&view=rev Log: mentioning 2.12.0 version number in build.xml file
Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml 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=1829240&r1=1829239&r2=1829240&view=diff ============================================================================== --- xerces/java/branches/xml-schema-1.1-dev/build.xml (original) +++ xerces/java/branches/xml-schema-1.1-dev/build.xml Mon Apr 16 06:19:06 2018 @@ -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.11.0-xml-schema-1.1-beta'/> - <property name='parser.version' value='2.11.0-xml-schema-1.1-beta'/> - <property name='parser_version' value='2_11_0-xml-schema-1.1-beta'/> + <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='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-2015"/> + <property name="year" value="1999-2018"/> <property name="copyright" value="Copyright © ${year} The Apache Software Foundation. All Rights Reserved."/> <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org