You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2014/01/11 17:07:00 UTC

svn commit: r1557412 - /commons/proper/compress/trunk/pom.xml

Author: bodewig
Date: Sat Jan 11 16:07:00 2014
New Revision: 1557412

URL: http://svn.apache.org/r1557412
Log:
exclude _internal from javadocs and guard against forgetting to change commoms.release.version in the future

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1557412&r1=1557411&r2=1557412&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Jan 11 16:07:00 2014
@@ -41,7 +41,7 @@ These include: bzip2, gzip, pack200, lzm
     <commons.jira.id>COMPRESS</commons.jira.id>
     <commons.jira.pid>12310904</commons.jira.pid>
     <!-- configuration bits for cutting a release candidate -->
-    <commons.release.version>1.6</commons.release.version>
+    <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
   </properties>
 
@@ -253,6 +253,7 @@ These include: bzip2, gzip, pack200, lzm
               <head>This class is thread-safe</head>
             </tag>
           </tags>
+          <excludePackageNames>*._internal</excludePackageNames>
         </configuration> 
       </plugin>
       <plugin>