On 14.11.2013 03:58, Jeremy Boynes wrote: > I'd like to release Apache Standard Taglib 1.2.1. This is an update to the > withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and > incorporating feedback on the documentation. > > Maven Staging Repository: > https://repository.apache.org/content/repositories/orgapachetomcat-132/ > > Source Distribution: > https://repository.apache.org/content/repositories/orgapachetomcat-132/org/apache/taglibs/taglibs-standard/1.2.1/ > > SVN tag: > https://svn.apache.org/repos/asf/tomcat/taglibs/standard/tags/taglibs-standard-1.2.1 > @ r1541786 > https://svn.apache.org/r1541786 > > KEYS: https://svn.apache.org/repos/asf/tomcat/trunk/KEYS > > The proposed 1.2.1 release is: > [ ] Broken - do not release > [X] OK - release as 1.2.1
Thanks for the detailed cleanups following my 1.2.0 mail. Overview: - MD5 and SHA1 OK - signatures OK - key in KEYS file - src zip consistent with svn tag - except file DEPENDENCIES which is only in zip (OK) - builds fine, except for the warnings listed below - build result looks consistent with binaries - some exceptions, see below - no checkstyle complaints - no Javadoc warnings - No unit test failures Build and tests were done using Maven 2.2.1 and Java 1.7.0_45. OS was Solaris 10 Sparc. Build warnings: 6 times: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org