Skip to content

Commit 3ce363f

Browse files
committed
Prepare 1.3.1 bug fix release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1685377 13f79535-47bb-0310-9956-ffa450edef68
1 parent e985bf5 commit 3ce363f

7 files changed

Lines changed: 84 additions & 23 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons CLI
2-
Version 1.3
2+
Version 1.3.1
33
Release Notes
44

55

@@ -9,13 +9,21 @@ This document contains the release notes for this version of the Commons CLI
99
package. Commons CLI provides a simple API for working with the command line
1010
arguments and options.
1111

12-
Commons CLI 1.3 is a bugfix and feature release and binary compatible with the
12+
Commons CLI 1.3.1 is a bug fix release and binary compatible with the
1313
previous versions, except for the OptionValidator class that is no longer public
14-
(change introduced in v1.2). Commons CLI 1.3 at least requires Java 5.0.
14+
(change introduced in v1.2). Commons CLI 1.3.1 at least requires Java 5.0.
1515

1616
More information can be found on the project site at
1717
http://commons.apache.org/cli.
1818

19+
BUG FIXES
20+
=========
21+
22+
o CLI-252: LongOpt falsely detected as ambiguous. Thanks to Simon Harrer.
23+
24+
25+
Release Notes for version 1.3
26+
1927
NOTES
2028
=====
2129

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
2626
<artifactId>commons-cli</artifactId>
27-
<version>1.4-SNAPSHOT</version>
27+
<version>1.3.1-SNAPSHOT</version>
2828
<name>Apache Commons CLI</name>
2929

3030
<inceptionYear>2002</inceptionYear>
@@ -166,7 +166,7 @@
166166
<maven.compiler.source>1.5</maven.compiler.source>
167167
<maven.compiler.target>1.5</maven.compiler.target>
168168
<commons.componentid>cli</commons.componentid>
169-
<commons.release.version>1.3</commons.release.version>
169+
<commons.release.version>1.3.1</commons.release.version>
170170
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
171171
<commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
172172
<commons.jira.id>CLI</commons.jira.id>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</properties>
2323
<body>
2424

25-
<release version="1.4" date="tba" description="tba">
25+
<release version="1.3.1" date="tba" 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>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<item name="Usage scenarios" href="/usage.html"/>
3838
<item name="Option properties" href="/properties.html"/>
3939
<item name="Javadoc (Current ${project.version})" href="/apidocs/index.html"/>
40-
<item name="Javadoc (1.3)" href="/javadocs/api-release/index.html"/>
40+
<item name="Javadoc (1.3.1)" href="/javadocs/api-release/index.html"/>
4141
</menu>
4242

4343
</body>

src/site/xdoc/download_cli.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,32 +95,32 @@ limitations under the License.
9595
</p>
9696
</subsection>
9797
</section>
98-
<section name="Apache Commons CLI 1.3 ">
98+
<section name="Apache Commons CLI 1.3.1 ">
9999
<subsection name="Binaries">
100100
<table>
101101
<tr>
102-
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.3-bin.tar.gz">commons-cli-1.3-bin.tar.gz</a></td>
103-
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.tar.gz.md5">md5</a></td>
104-
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.tar.gz.asc">pgp</a></td>
102+
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz">commons-cli-1.3.1-bin.tar.gz</a></td>
103+
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz.md5">md5</a></td>
104+
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3.1-bin.tar.gz.asc">pgp</a></td>
105105
</tr>
106106
<tr>
107-
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.3-bin.zip">commons-cli-1.3-bin.zip</a></td>
108-
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.zip.md5">md5</a></td>
109-
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3-bin.zip.asc">pgp</a></td>
107+
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.3.1-bin.zip">commons-cli-1.3.1-bin.zip</a></td>
108+
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3.1-bin.zip.md5">md5</a></td>
109+
<td><a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.3.1-bin.zip.asc">pgp</a></td>
110110
</tr>
111111
</table>
112112
</subsection>
113113
<subsection name="Source">
114114
<table>
115115
<tr>
116-
<td><a href="[preferred]/commons/cli/source/commons-cli-1.3-src.tar.gz">commons-cli-1.3-src.tar.gz</a></td>
117-
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.tar.gz.md5">md5</a></td>
118-
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.tar.gz.asc">pgp</a></td>
116+
<td><a href="[preferred]/commons/cli/source/commons-cli-1.3.1-src.tar.gz">commons-cli-1.3.1-src.tar.gz</a></td>
117+
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3.1-src.tar.gz.md5">md5</a></td>
118+
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3.1-src.tar.gz.asc">pgp</a></td>
119119
</tr>
120120
<tr>
121-
<td><a href="[preferred]/commons/cli/source/commons-cli-1.3-src.zip">commons-cli-1.3-src.zip</a></td>
122-
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.zip.md5">md5</a></td>
123-
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3-src.zip.asc">pgp</a></td>
121+
<td><a href="[preferred]/commons/cli/source/commons-cli-1.3.1-src.zip">commons-cli-1.3.1-src.zip</a></td>
122+
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3.1-src.zip.md5">md5</a></td>
123+
<td><a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.3.1-src.zip.asc">pgp</a></td>
124124
</tr>
125125
</table>
126126
</subsection>

src/site/xdoc/index.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ usage: ls
7878
The Javadoc API documents are available online:
7979
</p>
8080
<ul>
81-
<li><a href="javadocs/api-release/index.html">CLI 1.3 (current release)</a></li>
81+
<li><a href="javadocs/api-release/index.html">CLI 1.3.1 (current release)</a></li>
82+
<li><a href="javadocs/api-1.3/index.html">CLI 1.3</a></li>
8283
<li><a href="javadocs/api-1.2/index.html">CLI 1.2</a></li>
8384
<li><a href="javadocs/api-1.1/index.html">CLI 1.1</a></li>
8485
<li><a href="javadocs/api-1.0/index.html">CLI 1.0</a></li>
@@ -91,10 +92,10 @@ usage: ls
9192

9293
<section name="Releases">
9394
<p>
94-
The latest version is v1.3. -
95+
The latest version is v1.3.1 -
9596
<a href="http://commons.apache.org/cli/download_cli.cgi">Download now!</a>
9697
<br/>
97-
The <a href="release_1_3.html">release notes</a> are also available.
98+
The <a href="release_1_3_1.html">release notes</a> are also available.
9899
</p>
99100
<p>
100101
For previous releases, see the <a href="http://archive.apache.org/dist/commons/cli/">Apache Archive</a>.

src/site/xdoc/release_1_3_1.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<document>
19+
<properties>
20+
<title>Release notes for CLI 1.3.1</title>
21+
<author email="dev@commons.apache.org">Commons Documentation Team</author>
22+
</properties>
23+
<body>
24+
25+
<section name="Release notes">
26+
27+
<p>These are the release notes for Commons CLI 1.3.1.</p>
28+
29+
<source>
30+
INTRODUCTION:
31+
32+
This document contains the release notes for this version of the Commons CLI
33+
package. Commons CLI provides a simple API for working with the command line
34+
arguments and options.
35+
36+
Commons CLI 1.3.1 is a bug fix release and binary compatible with the
37+
previous versions, except for the OptionValidator class that is no longer public
38+
(change introduced in v1.2). Commons CLI 1.3.1 at least requires Java 5.0.
39+
40+
More information can be found on the project site at
41+
http://commons.apache.org/cli.
42+
43+
BUG FIXES
44+
=========
45+
46+
o CLI-252: LongOpt falsely detected as ambiguous. Thanks to Simon Harrer.
47+
</source>
48+
49+
</section>
50+
51+
</body>
52+
</document>

0 commit comments

Comments
 (0)