Dormant
diff --git a/.asf.yaml b/.asf.yaml
index 1a75284..306fd4f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 github:
-  description: "Apache Commons Proxy"
+  description: "Apache Commons Proxy (Dormant)"
   homepage: https://commons.apache.org/proxy/
 
 notifications:
diff --git a/README.md b/README.md
index eb0332f..37c6555 100644
--- a/README.md
+++ b/README.md
@@ -43,34 +43,23 @@
 Apache Commons Proxy
 ===================
 
-[![Java CI](https://github.com/apache/commons-proxy/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-proxy/actions/workflows/maven.yml)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-proxy2/badge.svg)](https://coveralls.io/r/apache/commons-proxy2)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-proxy2-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-proxy2-parent/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-proxy2-parent/2.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-proxy2-parent/2.0)
+**Warning: The Apache Commons Proxy component is now DORMANT, meaning
+this component is not being developed.**
+
+For queries, please contact the
+<a href="mailto:dev@commons.apache.org?subject=[PROXY] question on dormant component">Commons Developer</a> list
+
+----------------
 
 Java library for dynamic proxying
 
 Documentation
 -------------
 
-More information can be found on the [Apache Commons Proxy homepage](https://commons.apache.org/proper/commons-proxy2).
-The [Javadoc](https://commons.apache.org/proper/commons-proxy2/apidocs) can be browsed.
+More information can be found on the [Apache Commons Proxy homepage](https://commons.apache.org/dormant/commons-proxy2).
+The [Javadoc](https://commons.apache.org/dormant/commons-proxy2/apidocs) can be browsed.
 Questions related to the usage of Apache Commons Proxy should be posted to the [user mailing list][ml].
 
-Where can I get the latest release?
------------------------------------
-You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-proxy2/download_proxy2.cgi).
-
-Alternatively, you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-proxy2-parent</artifactId>
-  <version>2.0</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/pom.xml b/pom.xml
index b49427e..5ee5e49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <version>2.1-SNAPSHOT</version>
   <name>Apache Commons Proxy</name>
   <description>Java library for dynamic proxying</description>
-  <url>http://commons.apache.org/proper/commons-proxy/</url>
+  <url>http://commons.apache.org/dormant/commons-proxy/</url>
   <inceptionYear>2005</inceptionYear>
 
   <issueManagement>
@@ -54,7 +54,7 @@
     <commons.jira.id>PROXY</commons.jira.id>
     <commons.jira.pid>12310731</commons.jira.pid>
     <commons.site.path>commons-proxy</commons.site.path>
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/dormant/${commons.site.path}</commons.scmPubUrl>
 
     <asm.version>5.0.1</asm.version>
     <ant.version>1.9.3</ant.version>
diff --git a/src/site/xdoc/download_proxy.xml b/src/site/xdoc/download_proxy.xml
index dee7555..36175d7 100644
--- a/src/site/xdoc/download_proxy.xml
+++ b/src/site/xdoc/download_proxy.xml
@@ -50,117 +50,11 @@
   </properties>
   <body>
     <section name="Download Apache Commons Proxy">
-    <subsection name="Using a Mirror">
-      <p>
-        We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> verify the integrity of
-        the downloaded files using signatures downloaded from our main
-        distribution directories. Recent releases (48 hours) may not yet
-        be available from the mirrors.
-      </p>
-
-      <p>
-        You are currently using <b>[preferred]</b>.  If you
-        encounter a problem with this mirror, please select another
-        mirror.  If all mirrors are failing, there are <i>backup</i>
-        mirrors (at the end of the mirrors list) that should be
-        available.
-        <br></br>
-        [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end]
-      </p>
-
-      <form action="[location]" method="get" id="SelectMirror">
-        <p>
-          Other mirrors:
-          <select name="Preferred">
-          [if-any http]
-            [for http]<option value="[http]">[http]</option>[end]
-          [end]
-          [if-any ftp]
-            [for ftp]<option value="[ftp]">[ftp]</option>[end]
-          [end]
-          [if-any backup]
-            [for backup]<option value="[backup]">[backup] (backup)</option>[end]
-          [end]
-          </select>
-          <input type="submit" value="Change"></input>
-        </p>
-      </form>
-
-      <p>
-        The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
-        link links to the code signing keys used to sign the product.
-        The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
-        The <code>MD5</code> link downloads the checksum from the main site.
-      </p>
-    </subsection>
-    </section>
-    <section name="Apache Commons Proxy 2.0 (requires Java 1.6 or later)">
-      <subsection name="Binaries">
-        <table>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/binaries/commons-proxy-2.0-bin.tar.gz">commons-proxy-2.0-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-2.0-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-2.0-bin.tar.gz.asc">pgp</a></td>
-          </tr>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/binaries/commons-proxy-2.0-bin.zip">commons-proxy-2.0-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-2.0-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-2.0-bin.zip.asc">pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
-      <subsection name="Source">
-        <table>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/source/commons-proxy-2.0-src.tar.gz">commons-proxy-2.0-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-2.0-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-2.0-src.tar.gz.asc">pgp</a></td>
-          </tr>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/source/commons-proxy-2.0-src.zip">commons-proxy-2.0-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-2.0-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-2.0-src.zip.asc">pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
-    </section>
-    <section name="Apache Commons Proxy 1.0 (requires Java 1.4 or later)">
-      <subsection name="Binaries">
-        <table>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/binaries/commons-proxy-1.0-bin.tar.gz">commons-proxy-1.0-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-1.0-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-1.0-bin.tar.gz.asc">pgp</a></td>
-          </tr>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/binaries/commons-proxy-1.0-bin.zip">commons-proxy-1.0-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-1.0-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/binaries/commons-proxy-1.0-bin.zip.asc">pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
-      <subsection name="Source">
-        <table>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/source/commons-proxy-1.0-src.tar.gz">commons-proxy-1.0-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-1.0-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-1.0-src.tar.gz.asc">pgp</a></td>
-          </tr>
-          <tr>
-              <td><a href="[preferred]/commons/proxy/source/commons-proxy-1.0-src.zip">commons-proxy-1.0-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-1.0-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/proxy/source/commons-proxy-1.0-src.zip.asc">pgp</a></td>
-          </tr>
-        </table>
-      </subsection>
-    </section>
     <section name="Archives">
         <p>
           Older releases can be obtained from the archives.
         </p>
         <ul>
-          <li class="download"><a href="[preferred]/commons/proxy/">browse download area</a></li>
           <li><a href="http://archive.apache.org/dist/commons/proxy/">archives...</a></li>
         </ul>
     </section>