Change next version in changes.xml to 3.3.1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-15 12:27:06 +00:00
parent b504d77013
commit 79dac6677e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</properties> </properties>
<body> <body>
<release version="3.4" date="TBA" description="TBA"> <release version="3.3.1" date="TBA" description="Bugfix release for 3.3">
<action issue="LANG-987" type="fix" dev="djones">DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days</action> <action issue="LANG-987" type="fix" dev="djones">DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days</action>
<action issue="LANG-983" type="fix" dev="sebb">DurationFormatUtils does not describe format string fully</action> <action issue="LANG-983" type="fix" dev="sebb">DurationFormatUtils does not describe format string fully</action>
<action issue="LANG-981" type="fix" dev="sebb">DurationFormatUtils#lexx does not detect unmatched quote char</action> <action issue="LANG-981" type="fix" dev="sebb">DurationFormatUtils#lexx does not detect unmatched quote char</action>