Skip to content

Commit 3c05da7

Browse files
committed
Fixing website url
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@560744 13f79535-47bb-0310-9956-ffa450edef68
1 parent f7cc62d commit 3c05da7

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the first release of the CLI component, therefore all features are new,
1414
there are no bug-fixes, nothing is deprecated and there are no changes.
1515

1616
For more information, read the documentation on the project site at
17-
http://jakarta.apache.org/commons/cli/
17+
http://commons.apache.org/cli/
1818

1919
NEW FEATURES:
2020

gump.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<module name="commons-cli">
44
<description>Commons CLI</description>
5-
<url href="http://jakarta.apache.org/commons/cli/">
5+
<url href="http://commons.apache.org/cli/">
66
</url>
77
<cvs module="jakarta-commons/cli" repository="jakarta">
88
</cvs>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maven.checkstyle.format=sun
2222

2323
maven.xdoc.date=left
2424
maven.xdoc.version=${pom.currentVersion}
25-
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
25+
maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
2626
maven.xdoc.poweredby.image=maven-feather.png
2727

2828
maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/

xdocs/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ Issues may be reported via the <a href="issue-tracking.html">ASF JIRA</a>.
118118
<p>
119119
The latest version of this documentation is available on the web:
120120
<ul>
121-
<li><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></li>
121+
<li><a href="http://commons.apache.org/cli/">http://commons.apache.org/cli/</a></li>
122122
<li>
123-
<a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf">http://jakarta.apache.org/commons/cli/commons-cli.pdf</a>
124-
<a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf"><img border="0" src="images/pdf.gif"/></a>
123+
<a href="http://commons.apache.org/cli/commons-cli.pdf">http://commons.apache.org/cli/commons-cli.pdf</a>
124+
<a href="http://commons.apache.org/cli/commons-cli.pdf"><img border="0" src="images/pdf.gif"/></a>
125125
</li>
126126
</ul>
127127
</p>

xdocs/navigation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
18+
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
1919
<project name="Commons CLI">
2020

2121
<title>Commons CLI</title>
2222

2323
<body>
2424
<links>
25-
<item name="Apache Commons" href="http://jakarta.apache.org/commons/"/>
25+
<item name="Apache Commons" href="http://commons.apache.org/"/>
2626
</links>
2727

2828
<menu name="Commons CLI">

xdocs/release_1_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is the first release of the CLI component, therefore all features are new,
3636
there are no bug-fixes, nothing is deprecated and there are no changes.
3737

3838
For more information, read the documentation on the project site at
39-
http://jakarta.apache.org/commons/cli/
39+
http://commons.apache.org/cli/
4040
</source>
4141
</p>
4242
</section>

0 commit comments

Comments
 (0)