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 2020/09/10 16:16:00 UTC

[commons-io] branch master updated (dcdd277 -> bc47652)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git.


    from dcdd277  Prepare for release.
     add 9980492  Revert changes -- wrong branch
     add 761605b  Merge branch 'release' of https://gitbox.apache.org/repos/asf/commons-io into release
     add 961030a  Already specified above
     add 4402a4c  Drop clirr:check as it is not used
     add 9c2a9c1  Eliminate the downloading progress messages
     add 01f92b1  Merge from master and resolve conflicts.
     add 2e6f1e3  Update POM version for Apache release 2.8.0
     add fa59009  The fileĀ src/assembly/src.xml still refers to the FindBugs config instead of the SpotBugs config. Preparing 2.8.0-RC2.
     new bc47652  Bump to next development version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml              | 4 ++--
 src/assembly/src.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)


[commons-io] 01/01: Bump to next development version

Posted by gg...@apache.org.
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

commit bc47652650729d51f9f5d261270d714f6396df16
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 10 12:15:27 2020 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a34184..bd3d76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.8.0</version>
+  <version>2.9.0-SNAPSHOT</version>
   <name>Apache Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>