You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/10/28 15:54:00 UTC

[jira] [Comment Edited] (SLING-8056) Add support for automatically updating versions in a feature

    [ https://issues.apache.org/jira/browse/SLING-8056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16666454#comment-16666454 ] 

Carsten Ziegeler edited comment on SLING-8056 at 10/28/18 3:53 PM:
-------------------------------------------------------------------

Added a first simple approach in cf2ac3f
Run first:
{noformat}
mvn versions:dependency-updates-report -DdependencyUpdatesReportFormats=xml
{noformat}
followed by
{noformat}
mvn slingfeature:update-feature-versions
{noformat}

Includes, excludes and a dryRun option are the minimal options that still need to be added
The current way of reading / writing the feature can be made nice by changing the classes in feature-io and making them easier to extend


was (Author: cziegeler):
Added a first simple approach in cf2ac3f
Run first:
{noformat}
mvn versions:dependency-updates-report -DdependencyUpdatesReportFormats=xml
{noformat}
followed by
{noformat}
mvn slingfeature:update-feature-versions
{noformat}

Includes, excludes and a dryRun option are the minimal options that still need to be added

> Add support for automatically updating versions in a feature
> ------------------------------------------------------------
>
>                 Key: SLING-8056
>                 URL: https://issues.apache.org/jira/browse/SLING-8056
>             Project: Sling
>          Issue Type: Improvement
>          Components: Maven Plugins and Archetypes
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: slingfeature-maven-plugin 1.0.0
>
>
> The maven versions plugin can be used to see which bundles / artifacts in a feature can be updated, however there is no tooling support for performing such an update.
> We could add a mojo doing this work, leveraging the versions plugin



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)