Skip to content

Commit 0bb2aa0

Browse files
committed
Added CLI 1.0 in the release history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@779115 13f79535-47bb-0310-9956-ffa450edef68
1 parent 837a209 commit 0bb2aa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xdocs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
</release>
106106

107107
<release version="1.1" date="2007-07-08" description="This is a maintenance release containing bug fixes.">
108-
109108
<action type="fix" issue="CLI-2">Wrong usage summary. </action>
110109
<action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. </action>
111110
<action type="fix" issue="CLI-8">Line separator as first char for helpformatter (footer) throws exception. </action>
@@ -134,8 +133,9 @@
134133
<action type="fix" issue="CLI-133">NullPointerException in Util.stripLeadingHyphens when passed a null argument. </action>
135134
<action type="fix" issue="CLI-134">1.1 is not backwards compatible because it adds methods to the CommandLineParser interface. </action>
136135
<action type="fix" issue="CLI-135">Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal. </action>
136+
</release>
137137

138-
</release>
138+
<release version="1.0" date="2002-11-06" description="Initial release"/>
139139

140140
</body>
141141
</document>

0 commit comments

Comments
 (0)