Prepare for 1.0 release. Turned on changes plugin report.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8b8ac237d
commit
acaf142f00
|
@ -15,13 +15,13 @@
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<!-- $Revision: 1.49 $ $Date: 2004/08/15 18:09:48 $ -->
|
||||
<!-- $Revision: 1.50 $ $Date: 2004/09/20 04:31:34 $ -->
|
||||
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Math</name>
|
||||
<id>commons-math</id>
|
||||
<currentVersion>1.0-RC1</currentVersion>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
<shortDescription>Jakarta Commons Math</shortDescription>
|
||||
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
||||
|
@ -146,9 +146,9 @@
|
|||
</unitTest>
|
||||
</build>
|
||||
<reports>
|
||||
<report>maven-changes-plugin</report>
|
||||
<!--
|
||||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-checkstyle-plugin</report>
|
||||
<report>maven-clover-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
|
|
Loading…
Reference in New Issue