You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2015/03/03 01:42:40 UTC

[text] Remove redundant groupId (already defined by parent)

Repository: commons-text
Updated Branches:
  refs/heads/master bea47ca76 -> 2592024dd


Remove redundant groupId (already defined by parent)


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

Branch: refs/heads/master
Commit: 2592024dd205376d65db6c74954e3d950a3c249e
Parents: bea47ca
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Mon Mar 2 21:42:30 2015 -0300
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Mon Mar 2 21:42:30 2015 -0300

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/2592024d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb16421..2f46e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
     <version>37</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-text</artifactId>
   <version>0.1-SNAPSHOT</version>
   <name>Apache Commons Text</name>