Repository: commons-compress Updated Branches: refs/heads/master 1fc6f8b06 -> 787efb8c9
(chore) adding commons.module.name to the pom Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/787efb8c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/787efb8c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/787efb8c Branch: refs/heads/master Commit: 787efb8c9e7f40e30025d1699770ee9221d53653 Parents: 1fc6f8b Author: Rob Tompkins <[email protected]> Authored: Sat May 27 20:18:35 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat May 27 20:18:35 2017 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/787efb8c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 399560f..37e39a0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,7 @@ jar, tar, zip, dump, 7z, arj. <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <commons.componentid>compress</commons.componentid> + <commons.module.name>org.apache.commons.compress</commons.module.name> <commons.jira.id>COMPRESS</commons.jira.id> <commons.jira.pid>12310904</commons.jira.pid> <!-- configuration bits for cutting a release candidate --> @@ -134,6 +135,11 @@ jar, tar, zip, dump, 7z, arj. <id>ggregory</id> <email>ggregory at apache.org</email> </developer> + <developer> + <name>Rob Tompkins</name> + <id>chtompki</id> + <email>chtompki at apache.org</email> + </developer> </developers> <contributors>
