This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to annotated tag NUMBERS_1_0_B1_RC1 in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 575375ffc8c3593bb00c1e398b17c1c300e2513e Author: Matt Juntunen <matt.juntu...@hotmail.com> AuthorDate: Sun Mar 29 14:09:44 2020 -0400 updating dist-archive pom.xml with release manager info --- dist-archive/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index b1e6e2f..9905be1 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -33,6 +33,18 @@ under the License. <name>Apache Commons Numbers (full distribution)</name> <description>This module creates the Apache Commons Numbers distribution.</description> + <properties> + <checkstyle.skip>true</checkstyle.skip> + <animal.sniffer.skip>true</animal.sniffer.skip> + <!-- Commons Release Plugin --> + <commons.release.isDistModule>true</commons.release.isDistModule> + <commons.siteOutputDirectory>${basedir}/../target/site</commons.siteOutputDirectory> + <commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation> + <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> + <commons.releaseManagerName>Matt Juntunen</commons.releaseManagerName> + <commons.releaseManagerKey>7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A</commons.releaseManagerKey> + </properties> + <dependencies> <!-- Module: Core -->