svn commit: r1419313 - /commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c

2012-12-10 Thread mturk
Author: mturk Date: Mon Dec 10 10:05:19 2012 New Revision: 1419313 URL: http://svn.apache.org/viewvc?rev=1419313&view=rev Log: Add few more common locations for detecting jdk Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/location.c Modified: commons/proper/daemon/bran

svn commit: r1419700 - /commons/trunks-proper/KEYS

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 19:40:58 2012 New Revision: 1419700 URL: http://svn.apache.org/viewvc?rev=1419700&view=rev Log: Added signing key for user tn. Modified: commons/trunks-proper/KEYS Modified: commons/trunks-proper/KEYS URL: http://svn.apache.org/viewvc/commons/trunks-proper/KEYS?r

svn commit: r1419715 - /commons/proper/email/trunk/src/changes/changes.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 20:11:31 2012 New Revision: 1419715 URL: http://svn.apache.org/viewvc?rev=1419715&view=rev Log: Fix changes.xml. Modified: commons/proper/email/trunk/src/changes/changes.xml Modified: commons/proper/email/trunk/src/changes/changes.xml URL: http://svn.apache.org/v

svn commit: r1419740 - /commons/proper/email/trunk/RELEASE-NOTES.txt

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 20:36:39 2012 New Revision: 1419740 URL: http://svn.apache.org/viewvc?rev=1419740&view=rev Log: Update release notes. Modified: commons/proper/email/trunk/RELEASE-NOTES.txt Modified: commons/proper/email/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/c

svn commit: r1419746 - /commons/proper/email/trunk/pom.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 20:42:43 2012 New Revision: 1419746 URL: http://svn.apache.org/viewvc?rev=1419746&view=rev Log: Update developer section in pom.xml and set correct rc version. Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://s

svn commit: r1419756 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/HierarchicalINIConfiguration.java

2012-12-10 Thread oheger
Author: oheger Date: Mon Dec 10 20:54:38 2012 New Revision: 1419756 URL: http://svn.apache.org/viewvc?rev=1419756&view=rev Log: HierarchicalINIConfiguration now implements FileBasedConfiguration interface. Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configur

svn commit: r1419761 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/combined/CombinedConfigurationBuilder.java

2012-12-10 Thread oheger
Author: oheger Date: Mon Dec 10 20:59:10 2012 New Revision: 1419761 URL: http://svn.apache.org/viewvc?rev=1419761&view=rev Log: Added support for JNDI configuration sources. The parameters object for the definition builder is now evaluated. Modified: commons/proper/configuration/trunk/src/ma

svn commit: r1419766 - /commons/proper/email/trunk/pom.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 21:05:20 2012 New Revision: 1419766 URL: http://svn.apache.org/viewvc?rev=1419766&view=rev Log: Prepare release version in pom.xml. Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1419767 - /commons/proper/email/trunk/pom.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 21:08:26 2012 New Revision: 1419767 URL: http://svn.apache.org/viewvc?rev=1419767&view=rev Log: Revert back to SNAPSHOT version for the release plugin. Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apach

svn commit: r1419806 - /commons/proper/email/trunk/pom.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 21:43:21 2012 New Revision: 1419806 URL: http://svn.apache.org/viewvc?rev=1419806&view=rev Log: [maven-release-plugin] prepare release EMAIL_1_3_RC4 Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.o

svn commit: r1419808 - /commons/proper/email/tags/EMAIL_1_3_RC4/

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 21:43:32 2012 New Revision: 1419808 URL: http://svn.apache.org/viewvc?rev=1419808&view=rev Log: [maven-release-plugin] copy for tag EMAIL_1_3_RC4 Added: commons/proper/email/tags/EMAIL_1_3_RC4/ - copied from r1419806, commons/proper/email/trunk/

svn commit: r1419809 - /commons/proper/email/trunk/pom.xml

2012-12-10 Thread tn
Author: tn Date: Mon Dec 10 21:43:43 2012 New Revision: 1419809 URL: http://svn.apache.org/viewvc?rev=1419809&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn

Nexus: Staging Completed.

2012-12-10 Thread Nexus Repository Manager
Description:Prepare for voteDetails:The following artifacts have been staged to the org.apache.commons-135 (u:tn, a:83.134.107.64) repository.archetype-catalog.xmlcommons-email-1.3-src.tar.gzcommons-email-1.3-test-sources.jarcommons-email-1.3-tests.jar.asccommons-email-1.3-javadoc.jarcommons-email-

svn commit: r1420000 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/random/EmpiricalDistribution.java test/java/org/apache/commons/math3/random/EmpiricalDi

2012-12-10 Thread psteitz
Author: psteitz Date: Tue Dec 11 05:36:06 2012 New Revision: 142 URL: http://svn.apache.org/viewvc?rev=142&view=rev Log: Added RealDistribution methods to EmpiricalDistribution. JIRA: MATH-672. Modified: commons/proper/math/trunk/src/changes/changes.xml commons/proper/math/trunk