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/28 01:07:56 UTC

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

Repository: commons-dbcp
Updated Branches:
  refs/heads/master ee6cabf6b -> 784fb496a


(chore) adding commons.module.name to pom


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

Branch: refs/heads/master
Commit: 784fb496a946819d6ba38b4075915c4824215e36
Parents: ee6cabf
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat May 27 21:07:43 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat May 27 21:07:43 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/784fb496/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e64988a..8f7fe90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,6 +218,7 @@
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <commons.componentid>dbcp2</commons.componentid>
+    <commons.module.name>org.apache.commons.dbcp2</commons.module.name>
     <commons.release.version>2.2</commons.release.version>
     <commons.release.desc>for JDBC 4.1 (Java 7.0+)</commons.release.desc>
     <commons.release.2.version>1.4</commons.release.2.version>