You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/07/05 21:50:11 UTC

[sling-slingfeature-maven-plugin] branch master updated (de0f7e3 -> 3e0fa23)

This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from de0f7e3  SLING-8530 : Provide more control for attaching features
     add ca54947  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add 2e95d73  Merge branch 'master' into feature_diff
     add 8ff761c  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add f9429ac  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add 7c321bf  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add 1109778  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add 85dedb6  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     add 5790d1f  @releng org.apache.sling.feature.diff version updated to promoted version
     add 5c0944f  Merge branch 'master' into feature_diff
     add 6628aa3  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model
     new 3e0fa23  Merge pull request #32 from apache/feature_diff

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  10 +-
 .../feature/maven/mojos/FeaturesDiffMojo.java      | 204 +++++++++++++++++++++
 2 files changed, 209 insertions(+), 5 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.java


[sling-slingfeature-maven-plugin] 01/01: Merge pull request #32 from apache/feature_diff

Posted by si...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit 3e0fa23a0deaa0249b2fee40cf67d87bfb05f17a
Merge: de0f7e3 6628aa3
Author: Simone Tripodi <st...@adobe.com>
AuthorDate: Fri Jul 5 23:50:07 2019 +0200

    Merge pull request #32 from apache/feature_diff
    
    SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model

 pom.xml                                            |  10 +-
 .../feature/maven/mojos/FeaturesDiffMojo.java      | 204 +++++++++++++++++++++
 2 files changed, 209 insertions(+), 5 deletions(-)