(chore) adding commons.module.name to pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1796842 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/2f48485a Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/2f48485a Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/2f48485a Branch: refs/heads/master Commit: 2f48485a82697d9aed060ba36f6d5beb3a58ed8b Parents: 1e4b780 Author: Rob Tompkins <[email protected]> Authored: Tue May 30 12:01:56 2017 +0000 Committer: Rob Tompkins <[email protected]> Committed: Tue May 30 12:01:56 2017 +0000 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/2f48485a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7d6e990..9934961 100644 --- a/pom.xml +++ b/pom.xml @@ -239,6 +239,7 @@ <maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target> <commons.componentid>dbutils</commons.componentid> + <commons.module.name>org.apache.commons.dbutils</commons.module.name> <commons.release.version>1.6</commons.release.version> <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>DBUTILS</commons.jira.id>
