Adding changes report and filling out v1.0.1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-06-26 03:42:27 +00:00
parent f3ac86a292
commit 690b8e9ab6
2 changed files with 31 additions and 16 deletions

18
pom.xml
View File

@ -447,6 +447,22 @@
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
<configuration>
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.1</version>
@ -456,6 +472,7 @@
</configuration>
</plugin>
<!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' -->
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
@ -466,6 +483,7 @@
<excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>

View File

@ -21,36 +21,33 @@
</properties>
<body>
<release version="3.0" date="Unreleased"
description="Backwards incompatible update of Commons Lang to Java 5">
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
</release>
<release version="2.4" date="2008-03-18"
description="">
<release version="2.4" date="2008-03-18" description="">
</release>
<release version="2.3" date="2007-02-13"
description="">
<release version="2.3" date="2007-02-13" description="">
</release>
<release version="2.2" date="2006-10-04"
description="">
<release version="2.2" date="2006-10-04" description="">
</release>
<release version="2.1" date="2005-06-13"
description="">
<release version="2.1" date="2005-06-13" description="">
</release>
<release version="2.0" date="2003-09-02"
description="">
<release version="2.0" date="2003-09-02" description="">
</release>
<release version="1.0.1" date="2002-11-25"
description="Quick bugfix to 1.0">
<release version="1.0.1" date="2002-11-25" description="Quick bugfix to 1.0">
<action type="fix">NumberRange.getMaximum returns minimum</action>
<action type="fix">Enum constructor validations</action>
<action type="fix">NestableException/Delegate is not serializable</action>
<action type="fix">split using null and max less than actual token count adds "null"</action>
<action type="add">ExceptionUtils cannot handle J2EE-Exception in a default way</action>
</release>
<release version="1.0" date="2002-10-04"
description="First release of Commons Lang">
<release version="1.0" date="2002-10-04" description="First release of Commons Lang">
</release>
</body>