Repository: flume Updated Branches: refs/heads/trunk 25e4bc6d8 -> 330e57287
Upgrade to ASF pom version 18 This gets rid of some annoying warning messages from RAT, such as: Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: 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. Reviewers: Bessenyei Balázs Donát, Hari Shreedharan This closes #63. Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/53fb3744 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/53fb3744 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/53fb3744 Branch: refs/heads/trunk Commit: 53fb37443eec3261b32f39cb363183988498e47f Parents: 25e4bc6 Author: Mike Percy <[email protected]> Authored: Mon Aug 29 17:18:08 2016 -0700 Committer: Mike Percy <[email protected]> Committed: Wed Aug 31 15:17:16 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/53fb3744/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b50693e..2332a29 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>9</version> + <version>18</version> </parent> <modelVersion>4.0.0</modelVersion>
