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/lang/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 5f17d03..2fc12b6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -8,7 +8,7 @@
 INTRODUCTION:
 
 This document contains the release notes for the 2.3 version of Apache 
-Jakarta Commons Lang.
+Apache Commons Lang.
 Commons Lang is a set of utility functions and reusable components that
 should be of use in any Java environment.
 
diff --git a/STATUS.html b/STATUS.html
index 91d33f7..a2c315d 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -16,13 +16,13 @@
 -->
 <html>
 <head>
-<title>Status File for Jakarta Commons "Lang" Component</title>
+<title>Status File for Apache Commons "Lang" Component</title>
 </head>
 <body bgcolor="white">
 
 
 <div align="center">
-<h1>The Jakarta Commons <em>Lang</em> Component</h1>
+<h1>The Apache Commons <em>Lang</em> Component</h1>
 $Id$<br />
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
diff --git a/build.xml b/build.xml
index a9d788d..7e81c80 100644
--- a/build.xml
+++ b/build.xml
@@ -19,7 +19,7 @@
  */
  -->
 <!--
-   "Lang" component of the Jakarta Commons Subproject
+   "Lang" component of the Apache Commons Subproject
    $Id$
 -->
 <project name="Lang" default="compile" basedir=".">
diff --git a/project.properties b/project.properties
index 3a1efd4..0b764a2 100644
--- a/project.properties
+++ b/project.properties
@@ -26,7 +26,7 @@
 
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
 # Jar Manifest Additional Attributes
diff --git a/src/java/org/apache/commons/lang/IntHashMap.java b/src/java/org/apache/commons/lang/IntHashMap.java
index 5fff015..44ed27c 100644
--- a/src/java/org/apache/commons/lang/IntHashMap.java
+++ b/src/java/org/apache/commons/lang/IntHashMap.java
@@ -25,8 +25,8 @@
  * <p>A hash map that uses primitive ints for the key rather than objects.</p>
  *
  * <p>Note that this class is for internal optimization purposes only, and may
- * not be supported in future releases of Jakarta Commons Lang.  Utilities of
- * this sort may be included in future releases of Jakarta Commons Collections.</p>
+ * not be supported in future releases of Apache Commons Lang.  Utilities of
+ * this sort may be included in future releases of Apache Commons Collections.</p>
  *
  * @author Justin Couch
  * @author Alex Chaffee (alex@apache.org)
diff --git a/src/java/org/apache/commons/lang/overview.html b/src/java/org/apache/commons/lang/overview.html
index 7b8a18f..1f7dad2 100644
--- a/src/java/org/apache/commons/lang/overview.html
+++ b/src/java/org/apache/commons/lang/overview.html
@@ -17,7 +17,7 @@
 <html>
 <body>
 <p>
-This document is the API specification for the Apache Jakarta Commons Lang Library, version 2.3.
+This document is the API specification for the Apache Apache Commons Lang Library, version 2.3.
 </p>
 </body>
 </html>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 4d3eacf..eaa8276 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -88,7 +88,7 @@
 <ul>
 <li>
 Oct 17, 2002 - <a href="http://www.builder.com/">Builder.com</a> has an article on Commons Lang v1.0 entitled
-<a href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&amp;page=1&amp;vf=tt">Jakarta Commons Lang project offers centralized utility functions</a>
+<a href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&amp;page=1&amp;vf=tt">Apache Commons Lang project offers centralized utility functions</a>
 </li>
 <li>
 <a href="http://ant.apache.org">Ant</a>,