You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/16 17:00:08 UTC

[commons-io] branch master updated: Update commons-parent from 48 to 49.

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 <ga...@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>