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/05/27 16:32:56 UTC

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

Author: ggregory
Date: Sun May 27 16:32:56 2018
New Revision: 1832340

URL: http://svn.apache.org/viewvc?rev=1832340&view=rev
Log:
Better comments.

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=1832340&r1=1832339&r2=1832340&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun May 27 16:32:56 2018
@@ -45,6 +45,7 @@
     - Allows JApiCmp's ignoreMissingClasses parameter to be easily overridable with the property commons.japicmp.ignoreMissingClasses.
     - japicmp-maven-plugin 0.11.1 -> 0.12.0
     - Add properties:
+      - commons.distSvnStagingUrl
       - commons.releaseManagerName
       - commons.releaseManagerKey
       
@@ -1919,10 +1920,10 @@
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>    
 
-    <!-- Commons Release plugin -->
+    <!-- Commons Release plugin: dist dev site -->
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>    
 
-    <!-- Release Manager -->
+    <!-- Commons Release plugin: release manager -->
     <commons.releaseManagerName>${user.name}</commons.releaseManagerName>
     <commons.releaseManagerKey>DEADBEEF</commons.releaseManagerKey>