Author: ggregory
Date: Mon May 14 21:05:49 2018
New Revision: 1831592
URL: http://svn.apache.org/viewvc?rev=1831592&view=rev
Log:
Follow in Log4j's footsteps and add properties for the release manager name and
key for use in VOTE email and perhaps docs.
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=1831592&r1=1831591&r2=1831592&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon May 14 21:05:49 2018
@@ -1917,6 +1917,8 @@
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
<commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
+ <commons.releaseManagerName>${user.name}</commons.releaseManagerName>
+ <commons.releaseManagerKey>DEADBEEF</commons.releaseManagerKey>
<sonar.host.url>https://analysis.apache.org/</sonar.host.url>
</properties>