Repository: commons-imaging Updated Branches: refs/heads/master f46d642f1 -> fcee73251
(chore) adding commons.module.name to pom Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/fcee7325 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/fcee7325 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/fcee7325 Branch: refs/heads/master Commit: fcee73251a716c2e791f2736e833c83d3f7c9138 Parents: f46d642 Author: Rob Tompkins <[email protected]> Authored: Sat May 27 10:36:47 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat May 27 10:36:47 2017 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/fcee7325/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03326f2..69338e5 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <commons.componentid>imaging</commons.componentid> + <commons.module.name>org.apache.commons.imaging</commons.module.name> <commons.release.version>1.0</commons.release.version> <commons.rc.version>RC5</commons.rc.version> <commons.jira.id>IMAGING</commons.jira.id>
