You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/06/26 05:42:27 UTC

svn commit: r788564 - in /commons/proper/lang/trunk: pom.xml xdocs/changes.xml

Author: bayard
Date: Fri Jun 26 03:42:27 2009
New Revision: 788564

URL: http://svn.apache.org/viewvc?rev=788564&view=rev
Log:
Adding changes report and filling out v1.0.1

Modified:
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/xdocs/changes.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=788564&r1=788563&r2=788564&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Jun 26 03:42:27 2009
@@ -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>

Modified: commons/proper/lang/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/changes.xml?rev=788564&r1=788563&r2=788564&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/changes.xml (original)
+++ commons/proper/lang/trunk/xdocs/changes.xml Fri Jun 26 03:42:27 2009
@@ -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>