[
https://issues.apache.org/jira/browse/SLING-8732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935792#comment-16935792
]
Robert Munteanu commented on SLING-8732:
----------------------------------------
In [^report.txt] I've generated a report of the Sling modules and the result of
checking for parent updates. There are 240 of them, I don't think it makes
sense to bulk create Jira issues, but maybe create them on-demand.
The script was
{code:bash}#!/bin/sh
echo "Apache Sling parent poms update report\n" > report.txt
repo forall -c 'test -f pom.xml && echo >> ../report.txt && basename `pwd` >>
../report.txt && mvn
org.codehaus.mojo:versions-maven-plugin:2.7:display-parent-updates
-Dversions.outputFile=report.txt.tmp && cat report.txt.tmp >> ../report.txt &&
rm report.txt.tmp'
test -f report.txt.tmp && rm -f report.txt{code}
> Generate list of modules to migrate to sling parent 35 (or newer)
> -----------------------------------------------------------------
>
> Key: SLING-8732
> URL: https://issues.apache.org/jira/browse/SLING-8732
> Project: Sling
> Issue Type: Sub-task
> Components: Build and Source Control
> Reporter: Robert Munteanu
> Priority: Major
> Attachments: report.txt
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)