Marking component as dormant
diff --git a/.asf.yaml b/.asf.yaml
index 1248136..ff63d43 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 github:
-  description: "Apache Commons Chain"
+  description: "Apache Commons Chain (Dormant)"
   homepage: https://commons.apache.org/chain/
 
 notifications:
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 9ebcd0e..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-version: 2
-updates:
-  - package-ecosystem: "maven"
-    directory: "/"
-    schedule:
-      interval: "weekly"
-      day: "friday"
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "weekly"
-      day: "friday"
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 05a9b78..bbc3c69 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,9 @@
 

 name: Java CI

 

-on: [push, pull_request]

+# on: [push, pull_request]

+

+on: workflow_dispatch

 

 permissions:

   contents: read

diff --git a/README.md b/README.md
index 1d51d61..cbc5db0 100644
--- a/README.md
+++ b/README.md
@@ -43,33 +43,23 @@
 Apache Commons Chain :: Parent
 ===================
 
-[![Java CI](https://github.com/apache/commons-chain/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-chain/actions/workflows/maven.yml)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-chain-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-chain-parent/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-chain-parent/2.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-chain-parent/2.0)
+**Warning: The Apache Commons Functor component is now DORMANT, meaning
+this component is not being developed.**
+
+For queries, please contact the
+<a href="mailto:dev@commons.apache.org?subject=[FUNCTOR] question on dormant component">Commons Developer</a> list
+
+----------------
 
 An implementation of the GoF Chain of Responsibility pattern
 
 Documentation
 -------------
 
-More information can be found on the [Apache Commons Chain :: Parent homepage](https://commons.apache.org/proper/commons-chain2).
-The [Javadoc](https://commons.apache.org/proper/commons-chain2/apidocs) can be browsed.
+More information can be found on the [Apache Commons Chain :: Parent homepage](https://commons.apache.org/dormant/commons-chain2).
+The [Javadoc](https://commons.apache.org/dormant/commons-chain2/apidocs) can be browsed.
 Questions related to the usage of Apache Commons Chain :: Parent 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-chain2/download_chain2.cgi).
-
-Alternatively, you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-chain-parent</artifactId>
-  <version>2.0</version>
-</dependency>
-```
-
 Contributing
 ------------
 
diff --git a/pom.xml b/pom.xml
index f1dfd8e..84701df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <description>
     An implementation of the GoF Chain of Responsibility pattern
   </description>
-  <url>http://commons.apache.org/proper/commons-chain/</url>
+  <url>http://commons.apache.org/dormant/commons-chain/</url>
   <inceptionYear>2003</inceptionYear>
 
   <modules>