You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/16 17:08:50 UTC

svn commit: r1838210 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Thu Aug 16 17:08:50 2018
New Revision: 1838210

URL: http://svn.apache.org/viewvc?rev=1838210&view=rev
Log:
Fix comment.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1838210&r1=1838209&r2=1838210&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Aug 16 17:08:50 2018
@@ -1862,7 +1862,7 @@
     <commons.jacoco.lineRatio>0.90</commons.jacoco.lineRatio>
     <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
 
-    <!-- The Commons Component id is used on the distribution server, for example:
+    <!-- The Commons component id is used on the distribution server, for example:
          - Use dbcp instead of dbcp2. 
          - Use collections instead of collections4.
          - Use lang instead of lang3. 
@@ -1870,7 +1870,8 @@
          - and so on... 
     -->
     <commons.componentid>${project.artifactId}</commons.componentid>
-    <!-- The Commons Component id is substring of the package name from o.a.commons.(.*)., for example:
+    
+    <!-- The package id is substring of the package name from o.a.commons.(.*)., for example:
          - Use dbcp2 instead of dbcp.
          - Use collections4 instead of collections.
          - Use lang3 instead of lang.