C) replace the disclaimer on the main page regarding being an incubator project.
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 689740f..7d53f3b 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -20,8 +20,6 @@
 
 Short introduction to Apache log4cxx
 
-	Apache log4cxx is currently undergoing Incubation at the Apache Software Foundation.
-
 	Apache log4cxx is a logging framework for C++ patterned after
 	{{{http://logging.apache.org/log4j}Apache log4j}}, which uses
 	{{{http://apr.apache.org}Apache Portable Runtime}} for most platform-specific code and should
@@ -45,12 +43,3 @@
 	scrolling blindness. To alleviate these concerns, log4cxx is designed to be reliable, fast and
 	extensible. Since logging is rarely the main focus of an application, the log4cxx API strives
 	to be simple to understand and to use.
-
-Disclaimer
-
-	Apache log4cxx is an effort undergoing incubation at The Apache Software Foundation (ASF),
-	sponsored by Apache Logging Services. Incubation is required of all newly accepted
-	projects until a further review indicates that the infrastructure, communications, and decision
-	making process have stabilized in a manner consistent with other successful ASF projects. While
-	incubation status is not necessarily a reflection of the completeness or stability of the code,
-	it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
diff --git a/src/site/doxy/Doxyfile.in b/src/site/doxy/Doxyfile.in
index 02dc6e8..37c21f4 100644
--- a/src/site/doxy/Doxyfile.in
+++ b/src/site/doxy/Doxyfile.in
@@ -47,7 +47,7 @@
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = "Apache log4cxx (Incubating)"
+PROJECT_NAME           = "Apache log4cxx"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
diff --git a/src/site/site.xml b/src/site/site.xml
index d88adf5..038c029 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -41,7 +41,7 @@
 					href="http://logging.apache.org/"
 			/>
 			<item	name="log4cxx"
-					href="http://incubator.apache.org/log4cxx"
+					href="http://logging.apache.org/log4cxx"
 			/>
 		</breadcrumbs>