File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Alternatively you can pull it from the central Maven repositories:
6262<dependency >
6363 <groupId >commons-cli</groupId >
6464 <artifactId >commons-cli</artifactId >
65- <version >1.3</version >
65+ <version >1.3.1 </version >
6666</dependency >
6767```
6868
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ limitations under the License.
3636 <location rdf : resource =" http://svn.apache.org/repos/asf/commons/proper/cli" />
3737 </SVNRepository >
3838 </repository >
39+ <release >
40+ <Version >
41+ <name >commons-cli</name >
42+ <created >2015-06-17</created >
43+ <revision >1.3.1</revision >
44+ </Version >
45+ </release >
3946 <release >
4047 <Version >
4148 <name >commons-cli</name >
Original file line number Diff line number Diff line change 2424 <modelVersion >4.0.0</modelVersion >
2525 <groupId >commons-cli</groupId >
2626 <artifactId >commons-cli</artifactId >
27- <version >1.3.1 -SNAPSHOT</version >
27+ <version >1.4 -SNAPSHOT</version >
2828 <name >Apache Commons CLI</name >
2929
3030 <inceptionYear >2002</inceptionYear >
Original file line number Diff line number Diff line change 2222 </properties >
2323 <body >
2424
25- <release version =" 1.3.1" date =" tba " description =" Bug fix release for 1.3" >
25+ <release version =" 1.3.1" date =" 2015-06-17 " description =" Bug fix release for 1.3" >
2626 <action type =" fix" dev =" britter" issue =" CLI-252" due-to =" Simon Harrer" >
2727 LongOpt falsely detected as ambiguous
2828 </action >
You can’t perform that action at this time.
0 commit comments