Luc Maisonobe
815cb8949d
putting the <project> tag on one line as recommended by the commons wiki
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@667869 13f79535-47bb-0310-9956-ffa450edef68
2008-06-14 19:30:44 +00:00
Niall Pemberton
beae2e9891
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed.
...
- pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files
- the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and <headerFile> element added to the plugin config in the pom.xml
- fix m1 checkstyle config to reflect the above where appropriate (specify header file property)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@659441 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 06:14:37 +00:00
Luc Maisonobe
c9661749db
changed groupId from commons-math to org.apache.commons
...
as suggested in http://markmail.org/message/hxdsteovws7lalsa
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@657736 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 07:13:41 +00:00
Luc Maisonobe
6ebc980cbc
changed minimum java platform version to Java5
...
this change was discussed in the following thread:
http://markmail.org/message/3v5imgkeh72ypm5v
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@657568 13f79535-47bb-0310-9956-ffa450edef68
2008-05-18 15:00:52 +00:00
Luc Maisonobe
35a40c78ea
removed dependency on discovery
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@651235 13f79535-47bb-0310-9956-ffa450edef68
2008-04-24 12:11:21 +00:00
Luc Maisonobe
7025c49ef3
configured pom for development in branch 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@651203 13f79535-47bb-0310-9956-ffa450edef68
2008-04-24 09:17:37 +00:00
Niall Pemberton
b2f0dda11d
Upgrade to version 9 of commons-parent
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@635244 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 14:21:48 +00:00
Niall Pemberton
ffc1d28311
Rool Math version number to 1.3-SNAPSHOT following 1.2 release
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@633875 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 15:20:28 +00:00
Niall Pemberton
b4f407e7c3
Remove OSGi configuration in maven-jar-plugin (now handled by maven-bundle-plugin configured in commons-parent)
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@632827 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 20:05:49 +00:00
Niall Pemberton
0df8de7691
Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:37:56 +00:00
Phil Steitz
b73432e8d6
Made builtBy attribute configurable.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628515 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:56:26 +00:00
Phil Steitz
f6a6d7a0be
Prepare for 1.2-RC2.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628429 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 05:20:25 +00:00
Phil Steitz
ba57ea6c80
Preparing for 1.2-RC1.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620408 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 04:52:17 +00:00
Phil Steitz
5af7bd0c31
Updated changes.xml file location.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620155 13f79535-47bb-0310-9956-ffa450edef68
2008-02-09 17:06:24 +00:00
Luc Maisonobe
67e1e4b48e
updated junit version
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618067 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 19:31:03 +00:00
Niall Pemberton
1c6411cdee
Update m2 build:
...
- add findbugs-exclude-filter.xml to source distro
- exclude Cobertura javascript files with license issues
- remove NOTICE/LICENSE file resources (already in commons-parent pom)
- update copyright year in NOTICE file to 2008
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617741 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 02:10:35 +00:00
Niall Pemberton
aa3cfee09b
MATH-180 - Add support for OSGi to the m2 build
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 16:31:43 +00:00
Phil Steitz
41eb3cb7b7
Added one-way ANOVA implementation.
...
JIRA: MATH-173
Contributed by Bob MacCallum.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@615531 13f79535-47bb-0310-9956-ffa450edef68
2008-01-26 22:42:43 +00:00
Niall Pemberton
0286c95e49
"mathuage" eqyivalent of geek-speak for math devs? Sorry but for ASF licensing you have to communicate like the rest of us!
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@612386 13f79535-47bb-0310-9956-ffa450edef68
2008-01-16 08:46:27 +00:00
Niall Pemberton
768ff5a23d
upgrade to commons-parent-7
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@612219 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:04:51 +00:00
Luc Maisonobe
f40057449a
added an exclusion filter file for findbugs, to prevent false positives from being displayed
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@611643 13f79535-47bb-0310-9956-ffa450edef68
2008-01-13 20:59:58 +00:00
Niall Pemberton
fb4949bd07
Upgrade to commons-parent version 6 release
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@609497 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:15:46 +00:00
Phil Steitz
5103a53887
updated clirr plugin version.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@598129 13f79535-47bb-0310-9956-ffa450edef68
2007-11-26 05:12:35 +00:00
Niall Pemberton
f033f293ec
Update m2 build
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@595590 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 08:28:36 +00:00
Henri Yandell
d762008115
Changing name to 'Commons Xxx'
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@568979 13f79535-47bb-0310-9956-ffa450edef68
2007-08-23 13:38:00 +00:00
Phil Steitz
a7cc642717
Updated commons parent version to 4.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567499 13f79535-47bb-0310-9956-ffa450edef68
2007-08-19 23:06:31 +00:00
Phil Steitz
980c3ae6f1
Temporarily disabled clirr compatibility check.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562983 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 23:08:30 +00:00
Phil Steitz
04328af1fc
Removed coberta coverage check. Was causing install to fail
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562981 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 23:00:03 +00:00
Phil Steitz
720bc3396e
Step coberta back down to 2.0 - was causing build failures.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562980 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 22:52:35 +00:00
Brett Porter
f8b552a1d4
don't need to use SSL for a read-only connection
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562975 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 21:59:36 +00:00
Niall Pemberton
d91fee369c
Remove jakarta references from m1 and m2 builds
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
2007-07-27 17:52:04 +00:00
Phil Steitz
c4b439e7aa
Added recent contributors - should have been in r554220.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@554224 13f79535-47bb-0310-9956-ffa450edef68
2007-07-07 16:17:34 +00:00
Phil Steitz
ad8f706395
Added clirr check and report.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543695 13f79535-47bb-0310-9956-ffa450edef68
2007-06-02 01:59:34 +00:00
Phil Steitz
bbb793aabd
Added site deployment config.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543067 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 06:34:41 +00:00
Phil Steitz
f61c6e1a15
Fixed name.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543062 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 05:17:43 +00:00
Phil Steitz
5d58216678
Configured reports.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543056 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 04:57:45 +00:00
Phil Steitz
81310ec9a4
Configured assembly plugin, bumped commons parent version to 2.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537700 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 04:19:48 +00:00
Phil Steitz
3a2d1794c6
Fixed test resources directory.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@533452 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 00:57:39 +00:00
Luc Maisonobe
12dd062aec
replaced a corrupted non-ASCII character by an entity
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@512873 13f79535-47bb-0310-9956-ffa450edef68
2007-02-28 17:53:18 +00:00
Luc Maisonobe
dbd21b7762
identified myself as a developer
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@512384 13f79535-47bb-0310-9956-ffa450edef68
2007-02-27 20:48:00 +00:00
Henri Yandell
f55f1566f0
Maven 2 pom for Math. Tests that use getClass().getResource(String) don't work at the moment, unsure how to fix currently.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@502139 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 07:03:52 +00:00