This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 055e074 Update commons-parent from 48 to 49. 055e074 is described below commit 055e0748acffa2ff9d04ec012587764e0da0b337 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 16 13:00:04 2019 -0400 Update commons-parent from 48 to 49. This should fix Java >= 11 builds on Travis due to use of source option on Javadoc invocations. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78d7939..18a623f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>48</version> + <version>49</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId>