Skip to content

Commit f1f4563

Browse files
committed
TLP related blanket changes:
s:jakarta.apache.org/commons:commons.apache.org: s/commons-user@jakarta.apache.org/user@commons.apache.org/ s/commons-dev@jakarta.apache.org/dev@commons.apache.org/ s/Jakarta Commons/Apache Commons/ s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons: s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons: I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in): * Historicals (proposals etc.) * URLs that shouldn't change (DOCTYPE fragments etc.) * Test cases where namespace URLs matter etc. (I'll track any related nightly failures) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
1 parent 99119c0 commit f1f4563

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

RELEASE-NOTES-1.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The commons-codec team is pleased to announce the Codec 1.3 release!
22

3-
http://jakarta.apache.org/commons/codec/
3+
http://commons.apache.org/codec/
44

55
The codec package contains simple encoder and decoders for various formats
66
such as Base64 and Hexadecimal. In addition to these widely used encoders and

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The commons-codec team is pleased to announce the Codec 1.4 release!
22

3-
http://jakarta.apache.org/commons/codec/
3+
http://commons.apache.org/codec/
44

55
The codec package contains simple encoder and decoders for various formats
66
such as Base64 and Hexadecimal. In addition to these widely used encoders and

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
-->
1717
<project name="Codec" default="compile" basedir=".">
1818
<!--
19-
"Codec" component of the Jakarta Commons Subproject
19+
"Codec" component of the Apache Commons Subproject
2020
$Id$
2121
-->
2222
<!-- ========== Initialize Properties ===================================== -->

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maven.linkcheck.enable=false
3535

3636
maven.xdoc.date=left
3737
maven.xdoc.version=${pom.currentVersion}
38-
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
38+
maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
3939
maven.xdoc.poweredby.image=maven-button-1.png
4040

4141
# The Sun Javadoc for versions prior to 1.3 are off-line.

src/java/org/apache/commons/codec/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<html>
1919
<body>
2020
<p>
21-
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.3.
21+
This document is the API specification for the Apache Apache Commons Codec Library, version 1.3.
2222
</p>
2323
<p>
2424
This library requires a JRE version of 1.2.2 or greater.

xdocs/cvs-usage.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ limitations under the License.
2424
<!-- ================================================== -->
2525
<section name="Source repository">
2626
<p>
27-
Jakarta Commons Codec is hosted on the Apache
27+
Apache Commons Codec is hosted on the Apache
2828
<a href="http://subversion.tigris.org/">subversion</a> repository.
2929
</p>
3030
<p>
3131
The project URL is:<br />
32-
<code>http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</code>
32+
<code>http://svn.apache.org/repos/asf/commons/proper/codec/trunk</code>
3333
</p>
3434
<p>
3535
The best way to view the repository is via the
36-
<a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/codec/trunk/">subversion viewer</a>.
36+
<a href="http://svn.apache.org/viewvc/commons/proper/codec/trunk/">subversion viewer</a>.
3737
</p>
3838
<p>
3939
The alternative is to use the
40-
<a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk/">native subversion</a> display.
40+
<a href="http://svn.apache.org/repos/asf/commons/proper/codec/trunk/">native subversion</a> display.
4141
</p>
4242
</section>
4343
<!-- ================================================== -->

xdocs/navigation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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="Codec">
2020

2121
<title>Codec</title>
2222

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

2828
<menu name="Commons Codec">
@@ -40,7 +40,7 @@ limitations under the License.
4040
<item name="Team" href="/team-list.html"/>
4141
<!--item name="Tasks" href="/tasks.html"/-->
4242
<item name="Proposal" href="/proposal.html"/>
43-
<item name="SVN repository" href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/codec/trunk/"/>
43+
<item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/codec/trunk/"/>
4444
<item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
4545
</menu>
4646

xdocs/proposal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
<document>
2020
<properties>
21-
<title>Jakarta Commons-Codec: Proposal</title>
21+
<title>Apache Commons-Codec: Proposal</title>
2222
</properties>
2323

2424
<body>

0 commit comments

Comments
 (0)