You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/05/31 14:01:57 UTC

commons-io git commit: (chore) adding commons.module.name to pom

Repository: commons-io
Updated Branches:
  refs/heads/master 70b9170ca -> f7a11c993


(chore) adding commons.module.name to pom


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/f7a11c99
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f7a11c99
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f7a11c99

Branch: refs/heads/master
Commit: f7a11c99398a05d5bd251538242ac9b231dae7b3
Parents: 70b9170
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed May 31 10:01:48 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed May 31 10:01:48 2017 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/f7a11c99/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6246c77..9f95e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,7 @@ file comparators, endian transformation classes, and much more.
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <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.release.desc>(requires JDK 1.7+)</commons.release.desc>