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/27 14:18:10 UTC

[text] (chore) adding commons.module.name to pom

Repository: commons-text
Updated Branches:
  refs/heads/master 8933fcd1e -> a4a765d0e


(chore) adding commons.module.name to pom


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

Branch: refs/heads/master
Commit: a4a765d0ea4cc7e4ba7fff771ea079c50b93582a
Parents: 8933fcd
Author: Rob Tompkins <ch...@apache.org>
Authored: Sat May 27 10:18:06 2017 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sat May 27 10:18:06 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/a4a765d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 647fd05..8d41164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
 
     <commons.componentid>text</commons.componentid>
+    <commons.module.name>org.apache.commons.text</commons.module.name>
 
     <commons.release.version>1.1</commons.release.version>
     <commons.release.desc>(Java 7+)</commons.release.desc>