svn commit: r1079271 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: CharSequenceUtils.java ImmutablePair.java MutablePair.java Pair.java StringEscapeUtils.java StringUtils.jav

2011-03-07 Thread bayard
Author: bayard Date: Tue Mar 8 06:10:28 2011 New Revision: 1079271 URL: http://svn.apache.org/viewvc?rev=1079271&view=rev Log: Fixing javadoc warnings Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java commons/proper/lang/trunk/src/

svn commit: r1082042 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/builder/EqualsBuilder.java site/changes/changes.xml site/xdoc/upgradeto3_0.xml

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 03:53:22 2011 New Revision: 1082042 URL: http://svn.apache.org/viewvc?rev=1082042&view=rev Log: Fixing LANG-685 so that EqualsBuilder synchronizes on itself and not HashCodeBuilder Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/l

svn commit: r1082044 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: ./ builder/ concurrent/ text/

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 04:26:58 2011 New Revision: 1082044 URL: http://svn.apache.org/viewvc?rev=1082044&view=rev Log: Adding lots of @since 3.0s Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ObjectUtils.java commons/proper/lang/trunk/src/main/

svn commit: r1082046 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ test/java/org/apache/commons/lang3/

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 04:39:17 2011 New Revision: 1082046 URL: http://svn.apache.org/viewvc?rev=1082046&view=rev Log: Removing CharSequenceUtils in favour of putting the code in StringUtils Removed: commons/proper/lang/trunk/src/main/java/org/apache/commons/l

svn commit: r1082048 - /commons/proper/lang/trunk/pom.xml

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 04:41:25 2011 New Revision: 1082048 URL: http://svn.apache.org/viewvc?rev=1082048&view=rev Log: Upgrading to 19 Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/

svn commit: r1082051 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 05:04:45 2011 New Revision: 1082051 URL: http://svn.apache.org/viewvc?rev=1082051&view=rev Log: Moving abbreviate + abbreviateMiddle to CharSequences Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modi

svn commit: r1082054 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 05:31:51 2011 New Revision: 1082054 URL: http://svn.apache.org/viewvc?rev=1082054&view=rev Log: Moving center, left, leftPad, right, rightPad, mid, upperCase, lowerCase and swapCase over to CharSequence input. LANG-687 Modified: commons/proper/lang/trunk

svn commit: r1082062 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 06:11:32 2011 New Revision: 1082062 URL: http://svn.apache.org/viewvc?rev=1082062&view=rev Log: Moving indexOf(String, int) and indexOf(String, int, int) over to CharSequence. LANG-687. This, plus the same happening for the String, String, int variant will

svn commit: r1082066 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2011-03-15 Thread bayard
Author: bayard Date: Wed Mar 16 06:18:42 2011 New Revision: 1082066 URL: http://svn.apache.org/viewvc?rev=1082066&view=rev Log: Moving indexOf(String, String) and indexOf(String, String, int) over to CharSequence. LANG-687 Modified: commons/proper/lang/trunk/src/main/java/org/ap

svn commit: r1082413 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2011-03-16 Thread bayard
Author: bayard Date: Thu Mar 17 06:52:05 2011 New Revision: 1082413 URL: http://svn.apache.org/viewvc?rev=1082413&view=rev Log: Moving lastIndexOf, contains, containsWhitespace, indexOfAny, containsAny, indexOfAnyBut, containsOnly, containsNone and substring over to using CharSequences

svn commit: r1082414 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-03-16 Thread bayard
Author: bayard Date: Thu Mar 17 06:55:46 2011 New Revision: 1082414 URL: http://svn.apache.org/viewvc?rev=1082414&view=rev Log: Moving contains(String, int) over to CharSequence. LANG-687 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modi

svn commit: r1082416 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-03-16 Thread bayard
Author: bayard Date: Thu Mar 17 06:59:15 2011 New Revision: 1082416 URL: http://svn.apache.org/viewvc?rev=1082416&view=rev Log: Adding comment on the hidden (for now) methods Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: com

svn commit: r1082817 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-03-17 Thread bayard
Author: bayard Date: Fri Mar 18 03:42:17 2011 New Revision: 1082817 URL: http://svn.apache.org/viewvc?rev=1082817&view=rev Log: Removing the unnecessary sequenceToString method Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: com

svn commit: r1088423 - /commons/proper/lang/trunk/pom.xml

2011-04-03 Thread bayard
Author: bayard Date: Sun Apr 3 21:45:23 2011 New Revision: 1088423 URL: http://svn.apache.org/viewvc?rev=1088423&view=rev Log: Upgrading pom version Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1088424 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/UnicodeEscaper.java

2011-04-03 Thread bayard
Author: bayard Date: Sun Apr 3 21:45:35 2011 New Revision: 1088424 URL: http://svn.apache.org/viewvc?rev=1088424&view=rev Log: Removing unnecessary code Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/UnicodeEscaper.java Modified: commons/pr

svn commit: r1088439 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: exception/ExceptionUtils.java reflect/TypeUtils.java

2011-04-03 Thread bayard
Author: bayard Date: Sun Apr 3 23:35:59 2011 New Revision: 1088439 URL: http://svn.apache.org/viewvc?rev=1088439&view=rev Log: Setting the length of the new array to optimize speed Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.

svn commit: r1088505 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2011-04-04 Thread bayard
Author: bayard Date: Mon Apr 4 08:42:38 2011 New Revision: 1088505 URL: http://svn.apache.org/viewvc?rev=1088505&view=rev Log: Rolling capitalize and uncapitalize back from (CharSequence) to (String) Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/l

svn commit: r1089302 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java

2011-04-05 Thread bayard
Author: bayard Date: Wed Apr 6 05:11:31 2011 New Revision: 1089302 URL: http://svn.apache.org/viewvc?rev=1089302&view=rev Log: Replacing some of the older code. When performing a mutation operation (even if it's on an immutable by returning a new instance), String should go in an

svn commit: r1089303 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-05 Thread bayard
Author: bayard Date: Wed Apr 6 05:16:17 2011 New Revision: 1089303 URL: http://svn.apache.org/viewvc?rev=1089303&view=rev Log: Moving stripAccents to accepting String instead of CharSequence. Even though the underlying Java API takes CharSequence, it makes for a clumsy interface and i

svn commit: r1089305 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-05 Thread bayard
Author: bayard Date: Wed Apr 6 05:31:22 2011 New Revision: 1089305 URL: http://svn.apache.org/viewvc?rev=1089305&view=rev Log: Moving countMatches, ordinalIndexOf and lastOrdinalIndexOf over to a CharSequence-based API. LANG-687 Modified: commons/proper/lang/trunk/src/main/java/org/ap

svn commit: r1089306 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-05 Thread bayard
Author: bayard Date: Wed Apr 6 05:34:26 2011 New Revision: 1089306 URL: http://svn.apache.org/viewvc?rev=1089306&view=rev Log: Moving countMatches, ordinalIndexOf and lastOrdinalIndexOf over to a CharSequence-based API. LANG-687 Modified: commons/proper/lang/trunk/src/main/java/org/ap

svn commit: r1089307 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-05 Thread bayard
Author: bayard Date: Wed Apr 6 05:36:35 2011 New Revision: 1089307 URL: http://svn.apache.org/viewvc?rev=1089307&view=rev Log: Rolling back accidental r1089306 commit Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/

svn commit: r1089540 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Wed Apr 6 17:21:36 2011 New Revision: 1089540 URL: http://svn.apache.org/viewvc?rev=1089540&view=rev Log: Adding green regionMatches implementation and moving endsWith and startsWith methods to use it; thus giving them CharSequence based APIs. LANG-687 Modi

svn commit: r1089695 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 00:24:50 2011 New Revision: 1089695 URL: http://svn.apache.org/viewvc?rev=1089695&view=rev Log: Moving equalsIgnoreCase, indexOfIgnoreCase, lastIndexOfIgnoreCase and containsIgnoreCase to the CharSequence API. LANG-687 Modified: commons/proper/lang/trunk

svn commit: r1089724 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:03:55 2011 New Revision: 1089724 URL: http://svn.apache.org/viewvc?rev=1089724&view=rev Log: Implemented the native CharSequence version of toCharArray Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modi

svn commit: r1089725 - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: StringUtilsStartsEndsWithTest.java StringUtilsTest.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:04:26 2011 New Revision: 1089725 URL: http://svn.apache.org/viewvc?rev=1089725&view=rev Log: Added CharSequence endsWithAny and startsWithAny tests Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/l

svn commit: r1089726 - in /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3: StringUtilsStartsEndsWithTest.java StringUtilsTest.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:05:57 2011 New Revision: 1089726 URL: http://svn.apache.org/viewvc?rev=1089726&view=rev Log: Moving a startsWith test to the right test class Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsStartsEndsWithTest.

svn commit: r1089730 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/builder/ test/java/org/apache/commons/lang3/text/

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:14:33 2011 New Revision: 1089730 URL: http://svn.apache.org/viewvc?rev=1089730&view=rev Log: Moving N.B. to NOTE: to standardize that tag Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java commons/proper/

svn commit: r1089733 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:34:35 2011 New Revision: 1089733 URL: http://svn.apache.org/viewvc?rev=1089733&view=rev Log: Reapplying more of Oliver's checkstyle fixes from r1083211 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1089734 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:37:52 2011 New Revision: 1089734 URL: http://svn.apache.org/viewvc?rev=1089734&view=rev Log: Adding javadoc for the new regionMatchesSequence method Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modi

svn commit: r1089735 - /commons/proper/lang/trunk/pom.xml

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:39:13 2011 New Revision: 1089735 URL: http://svn.apache.org/viewvc?rev=1089735&view=rev Log: Defining TODO, NOTE and NOPMD as the interesting tags Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL:

svn commit: r1089736 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: ./ exception/ math/ reflect/ text/

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 04:39:33 2011 New Revision: 1089736 URL: http://svn.apache.org/viewvc?rev=1089736&view=rev Log: Adding NOPMD tags for various empty catch blocks Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java com

svn commit: r1089740 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 05:01:54 2011 New Revision: 1089740 URL: http://svn.apache.org/viewvc?rev=1089740&view=rev Log: Adding NOPMD tags Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java Modified: commons/proper/

svn commit: r1089741 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSetUtils.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 05:02:00 2011 New Revision: 1089741 URL: http://svn.apache.org/viewvc?rev=1089741&view=rev Log: Adding missing javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSetUtils.java Modified: commons/proper/lang/trunk/src/

svn commit: r1089742 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsTest.java

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 05:22:01 2011 New Revision: 1089742 URL: http://svn.apache.org/viewvc?rev=1089742&view=rev Log: Adding a test to enforce the CharSequence vs String contract for StringUtils. LANG-687 Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/l

svn commit: r1089751 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ test/java/org/apache/commons/lang3/

2011-04-06 Thread bayard
Author: bayard Date: Thu Apr 7 06:28:21 2011 New Revision: 1089751 URL: http://svn.apache.org/viewvc?rev=1089751&view=rev Log: Moving the CharSequence specific methods out of StringUtils and reintroducing the CharSequenceUtils class Added: commons/proper/lang/trunk/src/main/java

svn commit: r1089996 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java

2011-04-07 Thread bayard
Author: bayard Date: Thu Apr 7 20:41:01 2011 New Revision: 1089996 URL: http://svn.apache.org/viewvc?rev=1089996&view=rev Log: Removing @author that was introduced by undeleting a file Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.

svn commit: r1090000 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java

2011-04-07 Thread bayard
Author: bayard Date: Thu Apr 7 20:47:48 2011 New Revision: 109 URL: http://svn.apache.org/viewvc?rev=109&view=rev Log: Rolling back the TypeUtilsTest change in r1089973 as it breaks the build. Unsure why. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/l

svn commit: r1090004 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java

2011-04-07 Thread bayard
Author: bayard Date: Thu Apr 7 20:55:43 2011 New Revision: 1090004 URL: http://svn.apache.org/viewvc?rev=1090004&view=rev Log: My screwup. Rolling back didn't fix, so rolling forward again. No idea still why the build fails; needs investigation Modified: commons/proper/lang/trunk

svn commit: r1090111 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/text/translate/ test/java/org/apache/commons/lang3/text/translate/

2011-04-07 Thread bayard
Author: bayard Date: Fri Apr 8 04:47:21 2011 New Revision: 1090111 URL: http://svn.apache.org/viewvc?rev=1090111&view=rev Log: Moving text translation classes to the Range class for its configuration Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/l

svn commit: r1090426 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml

2011-04-08 Thread bayard
Author: bayard Date: Fri Apr 8 20:17:00 2011 New Revision: 1090426 URL: http://svn.apache.org/viewvc?rev=1090426&view=rev Log: Note the CharSequence API change Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/changes/changes.xml Modified: com

svn commit: r1090427 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/CharRange.java main/java/org/apache/commons/lang3/CharSet.java test/java/org/apache/commons/lang3/CharRange

2011-04-08 Thread bayard
Author: bayard Date: Fri Apr 8 20:17:10 2011 New Revision: 1090427 URL: http://svn.apache.org/viewvc?rev=1090427&view=rev Log: Making CharRange non-public. LANG-689 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharRange.java commons/proper/lang/trunk

svn commit: r1090510 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:14:26 2011 New Revision: 1090510 URL: http://svn.apache.org/viewvc?rev=1090510&view=rev Log: Changing comment so PMD notices the NOPMD Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java Modified: com

svn commit: r1090511 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/WordUtils.java

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:16:13 2011 New Revision: 1090511 URL: http://svn.apache.org/viewvc?rev=1090511&view=rev Log: Making it explicit that the else statement expects to jump to the next iteration of the loop Modified: commons/proper/lang/trunk/src/main/java/org/apache/com

svn commit: r1090512 - /commons/proper/lang/tags/LANG_3_0_RC2/

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:24:31 2011 New Revision: 1090512 URL: http://svn.apache.org/viewvc?rev=1090512&view=rev Log: Tagging RC2 Added: commons/proper/lang/tags/LANG_3_0_RC2/ - copied from r1090511, commons/proper/lang/trunk/

svn commit: r1090513 - /commons/proper/lang/tags/LANG_3_0_RC2/

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:40:20 2011 New Revision: 1090513 URL: http://svn.apache.org/viewvc?rev=1090513&view=rev Log: Remove to try again Removed: commons/proper/lang/tags/LANG_3_0_RC2/

svn commit: r1090514 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSetUtils.java

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:41:19 2011 New Revision: 1090514 URL: http://svn.apache.org/viewvc?rev=1090514&view=rev Log: Fixing @see reference Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSetUtils.java Modified: commons/proper/lang/trunk/src/

svn commit: r1090515 - /commons/proper/lang/tags/LANG_3_0_RC2/

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 02:41:25 2011 New Revision: 1090515 URL: http://svn.apache.org/viewvc?rev=1090515&view=rev Log: Tagging RC2 Added: commons/proper/lang/tags/LANG_3_0_RC2/ - copied from r1090514, commons/proper/lang/trunk/

svn commit: r1090521 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 04:24:47 2011 New Revision: 1090521 URL: http://svn.apache.org/viewvc?rev=1090521&view=rev Log: Moving 510 to below the beta fold. Adding LANG-687 Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/

svn commit: r1090522 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringEscapeUtils.java site/xdoc/article3_0.xml

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 04:30:12 2011 New Revision: 1090522 URL: http://svn.apache.org/viewvc?rev=1090522&view=rev Log: Fixing documentation post translate move to Range API Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java com

svn commit: r1090524 - /commons/proper/lang/tags/LANG_3_0_RC2/

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 04:30:40 2011 New Revision: 1090524 URL: http://svn.apache.org/viewvc?rev=1090524&view=rev Log: Tagging RC2 Added: commons/proper/lang/tags/LANG_3_0_RC2/ - copied from r1090523, commons/proper/lang/trunk/

svn commit: r1090525 - /commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml

2011-04-08 Thread bayard
Author: bayard Date: Sat Apr 9 04:47:15 2011 New Revision: 1090525 URL: http://svn.apache.org/viewvc?rev=1090525&view=rev Log: Adding LANG-510 Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml URL:

svn commit: r1090736 - /commons/proper/dbutils/trunk/pom.xml

2011-04-09 Thread bayard
Author: bayard Date: Sun Apr 10 04:38:36 2011 New Revision: 1090736 URL: http://svn.apache.org/viewvc?rev=1090736&view=rev Log: Upgrading parent pom to v20 and adding clirr report Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL:

svn commit: r1090737 - in /commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils: ./ handlers/ wrappers/

2011-04-09 Thread bayard
Author: bayard Date: Sun Apr 10 04:41:29 2011 New Revision: 1090737 URL: http://svn.apache.org/viewvc?rev=1090737&view=rev Log: Applying findbugs based patch from DBUTILS-75 Modified: commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/BaseTestCase.java commons/pr

svn commit: r1090739 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/DbUtils.java

2011-04-09 Thread bayard
Author: bayard Date: Sun Apr 10 04:55:26 2011 New Revision: 1090739 URL: http://svn.apache.org/viewvc?rev=1090739&view=rev Log: Adding NOPMD flags Modified: commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/DbUtils.java Modified: commons/proper/dbutils/trunk/src/java

svn commit: r1090741 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BeanProcessor.java

2011-04-09 Thread bayard
Author: bayard Date: Sun Apr 10 05:02:48 2011 New Revision: 1090741 URL: http://svn.apache.org/viewvc?rev=1090741&view=rev Log: Applying Brandon Atkinson's patch from DBUTILS-65; an if statement had been duplicated. No change in functionality, just inefficient. Modified: commo

svn commit: r1090742 - /commons/proper/dbutils/trunk/src/site/xdoc/examples.xml

2011-04-09 Thread bayard
Author: bayard Date: Sun Apr 10 05:32:34 2011 New Revision: 1090742 URL: http://svn.apache.org/viewvc?rev=1090742&view=rev Log: Fixing examples per Michael Osipov's report in DBUTILS-68 Modified: commons/proper/dbutils/trunk/src/site/xdoc/examples.xml Modified: commons/proper/dbut

svn commit: r1090915 - /commons/proper/dbutils/trunk/NOTICE.txt

2011-04-10 Thread bayard
Author: bayard Date: Mon Apr 11 00:21:36 2011 New Revision: 1090915 URL: http://svn.apache.org/viewvc?rev=1090915&view=rev Log: Updating copyright Modified: commons/proper/dbutils/trunk/NOTICE.txt Modified: commons/proper/dbutils/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/com

svn commit: r1091202 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/time/DateUtils.java site/changes/changes.xml

2011-04-11 Thread bayard
Author: bayard Date: Mon Apr 11 20:52:18 2011 New Revision: 1091202 URL: http://svn.apache.org/viewvc?rev=1091202&view=rev Log: Removing UTC_TIME_ZONE per LANG-691 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java commons/proper/lang/t

svn commit: r1091206 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/xdoc/upgradeto3_0.xml

2011-04-11 Thread bayard
Author: bayard Date: Mon Apr 11 20:59:01 2011 New Revision: 1091206 URL: http://svn.apache.org/viewvc?rev=1091206&view=rev Log: Noting LANG-691 in the release notes Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Modi

svn commit: r1091344 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect: ConstructorUtils.java MethodUtils.java

2011-04-12 Thread bayard
Author: bayard Date: Tue Apr 12 09:38:46 2011 New Revision: 1091344 URL: http://svn.apache.org/viewvc?rev=1091344&view=rev Log: Removing unncessary brackets Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java commons/proper/

svn commit: r1092817 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-15 Thread bayard
Author: bayard Date: Fri Apr 15 21:26:52 2011 New Revision: 1092817 URL: http://svn.apache.org/viewvc?rev=1092817&view=rev Log: Adding @since 3.0 CharSequence tags Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/

svn commit: r1092822 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-15 Thread bayard
Author: bayard Date: Fri Apr 15 21:42:21 2011 New Revision: 1092822 URL: http://svn.apache.org/viewvc?rev=1092822&view=rev Log: Added more @since 3.0 CharSequence changes. Fixed an @since 3.1 to 3.0 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.

svn commit: r1092824 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-15 Thread bayard
Author: bayard Date: Fri Apr 15 21:44:56 2011 New Revision: 1092824 URL: http://svn.apache.org/viewvc?rev=1092824&view=rev Log: Moving lastIndexOfAny and indexOfAny to (CharSequence, CharSequence...) from (CharSequence, CharSequence[]) Modified: commons/proper/lang/trunk/src/main/java

svn commit: r1094098 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-16 Thread bayard
Author: bayard Date: Sun Apr 17 04:26:20 2011 New Revision: 1094098 URL: http://svn.apache.org/viewvc?rev=1094098&view=rev Log: Moving indexOfAnyBut and containsAny to vararg APIs Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: com

svn commit: r1095284 - /commons/proper/lang/trunk/src/site/xdoc/userguide.xml

2011-04-19 Thread bayard
Author: bayard Date: Wed Apr 20 06:14:07 2011 New Revision: 1095284 URL: http://svn.apache.org/viewvc?rev=1095284&view=rev Log: Moving from lang.xxx to lang3.xxx Modified: commons/proper/lang/trunk/src/site/xdoc/userguide.xml Modified: commons/proper/lang/trunk/src/site/xdoc/userguide

svn commit: r1095285 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java

2011-04-19 Thread bayard
Author: bayard Date: Wed Apr 20 06:27:28 2011 New Revision: 1095285 URL: http://svn.apache.org/viewvc?rev=1095285&view=rev Log: Adding a test related to LANG-693 for createNumber Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java Modi

svn commit: r1095299 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/time/FastDateFormat.java main/java/org/apache/commons/lang3/time/FormatCache.java test/java/org/apache/comm

2011-04-19 Thread bayard
Author: bayard Date: Wed Apr 20 06:51:16 2011 New Revision: 1095299 URL: http://svn.apache.org/viewvc?rev=1095299&view=rev Log: Refactoring FastDateFormat per LANG-462 to use the FormatCache class created for an upcoming DateParser functionality. I've kept FormatCache package-private

svn commit: r1095957 - /commons/proper/lang/trunk/pom.xml

2011-04-22 Thread bayard
Author: bayard Date: Fri Apr 22 16:18:58 2011 New Revision: 1095957 URL: http://svn.apache.org/viewvc?rev=1095957&view=rev Log: moving to v21 of parent Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1096101 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-22 Thread bayard
Author: bayard Date: Sat Apr 23 04:55:17 2011 New Revision: 1096101 URL: http://svn.apache.org/viewvc?rev=1096101&view=rev Log: Adding javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java

svn commit: r1096102 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java

2011-04-22 Thread bayard
Author: bayard Date: Sat Apr 23 04:56:19 2011 New Revision: 1096102 URL: http://svn.apache.org/viewvc?rev=1096102&view=rev Log: Adding javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java Modified: commons/proper/lang/trunk/src/

svn commit: r1096106 - /commons/proper/lang/trunk/src/site/resources/lang2-lang3-clirr-report.html

2011-04-22 Thread bayard
Author: bayard Date: Sat Apr 23 06:11:56 2011 New Revision: 1096106 URL: http://svn.apache.org/viewvc?rev=1096106&view=rev Log: Updating clirr report Modified: commons/proper/lang/trunk/src/site/resources/lang2-lang3-clirr-report.html Modified: commons/proper/lang/trunk/src/site/resou

svn commit: r1096108 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/util/

2011-04-22 Thread bayard
Author: bayard Date: Sat Apr 23 06:24:25 2011 New Revision: 1096108 URL: http://svn.apache.org/viewvc?rev=1096108&view=rev Log: Removing empty directory Removed: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/util/

svn commit: r1096110 - /commons/proper/lang/trunk/pom.xml

2011-04-22 Thread bayard
Author: bayard Date: Sat Apr 23 06:34:14 2011 New Revision: 1096110 URL: http://svn.apache.org/viewvc?rev=1096110&view=rev Log: Move back to 3.0-SNAPSHOT Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1096419 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-04-24 Thread bayard
Author: bayard Date: Mon Apr 25 06:38:04 2011 New Revision: 1096419 URL: http://svn.apache.org/viewvc?rev=1096419&view=rev Log: Renaming the newly public pad(int, char) method to repeat(char, int) [note the swap of param order]. I've also pulled the faster implementation out of repe

svn commit: r1097697 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java

2011-04-28 Thread bayard
Author: bayard Date: Fri Apr 29 05:59:53 2011 New Revision: 1097697 URL: http://svn.apache.org/viewvc?rev=1097697&view=rev Log: Noting the difference between getSimpleName and getShortName in the getShortName javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/com

svn commit: r1097698 - /commons/proper/lang/trunk/pom.xml

2011-04-28 Thread bayard
Author: bayard Date: Fri Apr 29 06:08:22 2011 New Revision: 1097698 URL: http://svn.apache.org/viewvc?rev=1097698&view=rev Log: Setting back to 3.0 for RC generation Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1097700 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-04-28 Thread bayard
Author: bayard Date: Fri Apr 29 06:14:46 2011 New Revision: 1097700 URL: http://svn.apache.org/viewvc?rev=1097700&view=rev Log: Adding notes on getSimpleName and FormattableUtils Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/

svn commit: r1097701 - /commons/proper/lang/trunk/src/site/resources/lang2-lang3-clirr-report.html

2011-04-28 Thread bayard
Author: bayard Date: Fri Apr 29 06:23:29 2011 New Revision: 1097701 URL: http://svn.apache.org/viewvc?rev=1097701&view=rev Log: Updating the clirr report Modified: commons/proper/lang/trunk/src/site/resources/lang2-lang3-clirr-report.html Modified: commons/proper/lang/trunk/src/

svn commit: r1097702 - /commons/proper/lang/tags/LANG_3_0_RC3/

2011-04-28 Thread bayard
Author: bayard Date: Fri Apr 29 06:23:56 2011 New Revision: 1097702 URL: http://svn.apache.org/viewvc?rev=1097702&view=rev Log: Tagging RC3 Added: commons/proper/lang/tags/LANG_3_0_RC3/ - copied from r1097701, commons/proper/lang/trunk/

svn commit: r1101749 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java

2011-05-10 Thread bayard
Author: bayard Date: Wed May 11 05:13:47 2011 New Revision: 1101749 URL: http://svn.apache.org/viewvc?rev=1101749&view=rev Log: Applying Steven Wyatt's patch from BEANUTILS-392 to fix the referenced pattern language - DecimalFormat, not SimpleDateFormat Modified: commons/proper/

svn commit: r1102580 - /incubator/ognl/trunk/pom.xml

2011-05-12 Thread bayard
Author: bayard Date: Fri May 13 06:45:23 2011 New Revision: 1102580 URL: http://svn.apache.org/viewvc?rev=1102580&view=rev Log: Adding various site reports. A couple are commented out because they need files adding (checkstyle and the changes plugin) Modified: incubator/ognl/trunk/pom

svn commit: r1102581 - /incubator/ognl/trunk/pom.xml

2011-05-12 Thread bayard
Author: bayard Date: Fri May 13 06:46:16 2011 New Revision: 1102581 URL: http://svn.apache.org/viewvc?rev=1102581&view=rev Log: Removing clirr plugin as no previous version to compare to (with the same filenames) Modified: incubator/ognl/trunk/pom.xml Modified: incubator/ognl/trunk/pom

svn commit: r1131309 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FormatCache.java

2011-06-03 Thread bayard
Author: bayard Date: Sat Jun 4 02:44:27 2011 New Revision: 1131309 URL: http://svn.apache.org/viewvc?rev=1131309&view=rev Log: Adding comment on refactoring of API before making it public Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FormatCache.

svn commit: r1131310 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FormatCache.java

2011-06-03 Thread bayard
Author: bayard Date: Sat Jun 4 02:58:30 2011 New Revision: 1131310 URL: http://svn.apache.org/viewvc?rev=1131310&view=rev Log: Fixing accidental switch to 'int' in r1131309 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FormatCache.java Modi

svn commit: r1142151 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/text/translate/ test/java/org/apache/commons/lang3/text/translate/

2011-07-01 Thread bayard
Author: bayard Date: Sat Jul 2 04:06:23 2011 New Revision: 1142151 URL: http://svn.apache.org/viewvc?rev=1142151&view=rev Log: Reverting r1090111 - moving the text.translate escapers back from using Range to replicating parts of the Range API. See the list for details ('unnecessary

svn commit: r1142380 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 06:59:59 2011 New Revision: 1142380 URL: http://svn.apache.org/viewvc?rev=1142380&view=rev Log: Additional tests for MethodUtils from Nathan Beyer - LANG-712 Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ref

svn commit: r1142381 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 07:04:38 2011 New Revision: 1142381 URL: http://svn.apache.org/viewvc?rev=1142381&view=rev Log: Applying Ilya's patch from LANG-703 fixing an NPE when toString returns null Modified: commons/proper/lang/trunk/src/main/java/org/apache/comm

svn commit: r1142382 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml src/site/xdoc/upgradeto3_0.xml

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 07:07:32 2011 New Revision: 1142382 URL: http://svn.apache.org/viewvc?rev=1142382&view=rev Log: Noting LANG-703 in the release notes Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/changes/changes.xml com

svn commit: r1142389 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java test/java/org/apache/commons/lang3/text/translate/NumericEntityU

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 07:55:33 2011 New Revision: 1142389 URL: http://svn.apache.org/viewvc?rev=1142389&view=rev Log: Adding tests and resolving LANG-710, reported by Benjamin Valentin. Note that this changed such that the code will now escape an unfinished entity (i.e. ).

svn commit: r1142390 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 07:57:13 2011 New Revision: 1142390 URL: http://svn.apache.org/viewvc?rev=1142390&view=rev Log: Removing leftover trace statement Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java Modi

svn commit: r1142394 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml src/site/xdoc/upgradeto3_0.xml

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 08:10:42 2011 New Revision: 1142394 URL: http://svn.apache.org/viewvc?rev=1142394&view=rev Log: Documenting LANG-710 in the release notes Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/changes/changes

svn commit: r1142400 - in /commons/proper/lang/trunk/src/site: changes/changes.xml xdoc/upgradeto3_0.xml

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 08:28:05 2011 New Revision: 1142400 URL: http://svn.apache.org/viewvc?rev=1142400&view=rev Log: Escaping & Modified: commons/proper/lang/trunk/src/site/changes/changes.xml commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Modified: common

svn commit: r1142401 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: Range.java tuple/Pair.java

2011-07-03 Thread bayard
Author: bayard Date: Sun Jul 3 08:30:12 2011 New Revision: 1142401 URL: http://svn.apache.org/viewvc?rev=1142401&view=rev Log: Adding missing private method javadoc and removing 'unused' import in favour of fully qualified javadoc link Modified: commons/proper/lang/trunk/src

svn commit: r1143641 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java test/java/org/apache/commons/lang3/text/translate/NumericEntityU

2011-07-06 Thread bayard
Author: bayard Date: Thu Jul 7 03:44:22 2011 New Revision: 1143641 URL: http://svn.apache.org/viewvc?rev=1143641&view=rev Log: Making unescapeHtml _NOT_ escape unfinished numeric entities by default (it ignores them); however adding options that will fire an exception or unescape the num

svn commit: r1143642 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java

2011-07-06 Thread bayard
Author: bayard Date: Thu Jul 7 03:46:18 2011 New Revision: 1143642 URL: http://svn.apache.org/viewvc?rev=1143642&view=rev Log: Updating javadoc to mention all three options Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.

svn commit: r1143643 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java test/java/org/apache/commons/lang3/text/translate/NumericEntityU

2011-07-06 Thread bayard
Author: bayard Date: Thu Jul 7 03:47:17 2011 New Revision: 1143643 URL: http://svn.apache.org/viewvc?rev=1143643&view=rev Log: Moving to an IllegalArgumentException: LANG-710 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/trans

svn commit: r1145035 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java

2011-07-10 Thread bayard
Author: bayard Date: Mon Jul 11 06:09:39 2011 New Revision: 1145035 URL: http://svn.apache.org/viewvc?rev=1145035&view=rev Log: Adding NOPMD statement to empty catch Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java Modified: commons/proper/

svn commit: r1145851 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/translate/UnicodeUnescaper.java test/java/org/apache/commons/lang3/text/translate/UnicodeUnescaperTest

2011-07-12 Thread bayard
Author: bayard Date: Wed Jul 13 03:31:14 2011 New Revision: 1145851 URL: http://svn.apache.org/viewvc?rev=1145851&view=rev Log: Removing the option around whether or not to support the + in \u+. JDK 7 now supports the + sign, so UnicodeUnescaper will unescape \u or \u+. Modi

svn commit: r1146550 - /commons/proper/lang/trunk/pom.xml

2011-07-13 Thread bayard
Author: bayard Date: Thu Jul 14 03:49:27 2011 New Revision: 1146550 URL: http://svn.apache.org/viewvc?rev=1146550&view=rev Log: Setting version to 3.0 in prep for RC4 Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/vi

<    5   6   7   8   9   10   11   >