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/03/26 18:51:34 UTC

[commons-io] branch master updated: Update Apache Commons Parent from 47 to 48.

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 3e92109  Update Apache Commons Parent from 47 to 48.
3e92109 is described below

commit 3e9210998975472eedcb87935a10906d6098f777
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Mar 26 14:51:31 2019 -0400

    Update Apache Commons Parent from 47 to 48.
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70adca0..8a7ab54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>48</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
@@ -240,7 +240,8 @@ file comparators, endian transformation classes, and much more.
     <commons.componentid>io</commons.componentid>
     <commons.module.name>org.apache.commons.io</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.release.version>2.6</commons.release.version>
+    <commons.bc.version>2.6</commons.bc.version>
+    <commons.release.version>2.7</commons.release.version>
     <commons.release.desc>(requires JDK 1.7+)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
@@ -263,6 +264,8 @@ file comparators, endian transformation classes, and much more.
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+
+    <japicmp.skip>false</japicmp.skip>
   </properties>
 
   <build>