Move Evan from Contributor to Member on the site

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1598662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Evan Ward 2014-05-30 16:33:16 +00:00
parent 8d3d915dbd
commit 0473d5ff10

30
pom.xml
View File

@ -50,7 +50,7 @@
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/</url>
</site>
</distributionManagement>
<developers>
<developer>
<name>Mikkel Meyer Andersen</name>
@ -127,6 +127,11 @@
<id>tn</id>
<email>tn at apache dot org</email>
</developer>
<developer>
<name>Evan Ward</name>
<id>evanward</id>
<email>evanward at apache dot org</email>
</developer>
</developers>
<contributors>
<contributor>
@ -309,9 +314,6 @@
<contributor>
<name>Kim van der Linde</name>
</contributor>
<contributor>
<name>Evan Ward</name>
</contributor>
<contributor>
<name>Andrew Waterman</name>
</contributor>
@ -350,13 +352,13 @@
<commons.release.desc>(requires Java 1.5+)</commons.release.desc>
<!-- <commons.rc.version>RC1</commons.rc.version> -->
<commons.binary.suffix>-bin</commons.binary.suffix>
<commons.release.2.version>2.2</commons.release.2.version>
<!-- override parent name, because 2.2 uses different artifactId -->
<commons.release.2.name>commons-math-${commons.release.2.version}</commons.release.2.name>
<commons.release.2.desc>(requires Java 1.5+)</commons.release.2.desc>
<commons.release.2.binary.suffix></commons.release.2.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>
<commons.encoding>UTF-8</commons.encoding>
@ -366,14 +368,14 @@
<math.findbugs.version>2.5.1</math.findbugs.version>
<math.checkstyle.version>2.9.1</math.checkstyle.version>
<math.clirr.version>2.6.1</math.clirr.version>
<!-- Temporary fix to support Java 8 -->
<commons.jacoco.version>0.7.0.201403182114</commons.jacoco.version>
<commons.site.path>math</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
</properties>
</properties>
<build>
<plugins>
@ -421,7 +423,7 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>${math.pmd.version}</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
</plugin>
<plugin>
@ -559,10 +561,10 @@
<!-- direction numbers for Sobol generation from Frances Y. Kuo and Stephen Joe,
available under a BSD-style license (see NOTICE.txt and LICENSE.txt) -->
<exclude>src/main/resources/assets/org/apache/commons/math3/random/new-joe-kuo-6.1000</exclude>
<!-- text file explaining reference to a public domain image -->
<exclude>src/userguide/resources/references.txt</exclude>
<!-- version 0.8 of apache-rat-plugin does not exclude properly
some default development tools files (see RAT-126) -->
<exclude>bin/**</exclude>
@ -613,7 +615,7 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>${math.pmd.version}</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
<reportSets>
<reportSet>
@ -665,11 +667,11 @@
<exec executable="svn">
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
<exec executable="svn">
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
</exec>
<pathconvert pathsep=" " property="dirs">
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
</pathconvert>