Author: evanward
Date: Fri May 30 16:33:16 2014
New Revision: 1598662

URL: http://svn.apache.org/r1598662
Log:
Move Evan from Contributor to Member on the site

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

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1598662&r1=1598661&r2=1598662&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri May 30 16:33:16 2014
@@ -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>
@@ -310,9 +315,6 @@
       <name>Kim van der Linde</name>
     </contributor>
     <contributor>
-      <name>Evan Ward</name>
-    </contributor>
-    <contributor>
       <name>Andrew Waterman</name>
     </contributor>
     <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>


Reply via email to