This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new c812d99f6 add further tasks that should be checked when deprecating a
sling module
c812d99f6 is described below
commit c812d99f648e04b0f31869edb6bc6e7753965612
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 10 11:08:15 2024 +0100
add further tasks that should be checked when deprecating a sling module
---
.../content/documentation/development/deprecating-sling-modules.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/src/main/jbake/content/documentation/development/deprecating-sling-modules.md
b/src/main/jbake/content/documentation/development/deprecating-sling-modules.md
index 6c00936e6..fcdcfddca 100644
---
a/src/main/jbake/content/documentation/development/deprecating-sling-modules.md
+++
b/src/main/jbake/content/documentation/development/deprecating-sling-modules.md
@@ -33,9 +33,11 @@ the `README` from another module.
For examples, see the list of deprecated repositories below.
-## Update list of modules
+## Others tasks
-Update the list of Sling modules (default.xml) in [Sling
Aggregator](https://github.com/apache/sling-aggregator), as the project labels
now contain the deprecated hint.
+1. Update the list of Sling modules (default.xml) in [Sling
Aggregator](https://github.com/apache/sling-aggregator), as the project labels
now contain the deprecated hint.
+2. Move module to the "Deprecated" group in the [Sling Site Download
List](https://sling.apache.org/downloads.cgi),
[downloads.tpl](https://github.com/apache/sling-site/blob/master/src/main/jbake/templates/downloads.tpl)
+3. Remove unreleased empty versions for this module from [JIRA
Releases](https://issues.apache.org/jira/projects/SLING?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released-unreleased)
## See Also