You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/01/23 09:50:58 UTC

[sling-org-apache-sling-pipes] branch master updated (b031501 -> c00d7f4)

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

npeltier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git.


    from b031501  SLING-7427 renaming slingQuery package
     add 8371fdb  SLING-7426 Use bnd Maven plugins
     new c00d7f4  Merge branch 'master' into issue/SLING-7426

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:
 bnd.bnd                                            | 29 ++++++++++++++++++
 pom.xml                                            | 35 ++++++----------------
 .../sling/pipes/{ => models}/package-info.java     |  4 +--
 3 files changed, 40 insertions(+), 28 deletions(-)
 create mode 100644 bnd.bnd
 copy src/main/java/org/apache/sling/pipes/{ => models}/package-info.java (93%)

-- 
To stop receiving notification emails like this one, please contact
npeltier@apache.org.

[sling-org-apache-sling-pipes] 01/01: Merge branch 'master' into issue/SLING-7426

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git

commit c00d7f49da87e0318e7565a373e1c8a4d92f9178
Merge: 8371fdb b031501
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Tue Jan 23 10:25:13 2018 +0100

    Merge branch 'master' into issue/SLING-7426

 .../org/apache/sling/pipes/internal/PipeBuilderImpl.java    | 13 ++++++-------
 .../java/org/apache/sling/pipes/internal/PlumberImpl.java   | 12 ++++++------
 .../org/apache/sling/pipes/internal/PlumberServlet.java     |  2 +-
 .../AbstractExpressionSlingQueryPipe.java                   |  2 +-
 .../{slingQuery => slingquery}/AbstractSlingQueryPipe.java  |  2 +-
 .../internal/{slingQuery => slingquery}/ChildrenPipe.java   |  2 +-
 .../internal/{slingQuery => slingquery}/ClosestPipe.java    |  2 +-
 .../pipes/internal/{slingQuery => slingquery}/FindPipe.java |  2 +-
 .../internal/{slingQuery => slingquery}/ParentPipe.java     |  2 +-
 .../internal/{slingQuery => slingquery}/ParentsPipe.java    |  2 +-
 .../internal/{slingQuery => slingquery}/SiblingsPipe.java   |  2 +-
 .../{slingQuery => slingquery}/ChildrenPipeTest.java        |  2 +-
 .../{slingQuery => slingquery}/ClosestPipeTest.java         |  2 +-
 .../internal/{slingQuery => slingquery}/ParentPipeTest.java |  2 +-
 .../{slingQuery => slingquery}/ParentsPipeTest.java         |  2 +-
 .../{slingQuery => slingquery}/SiblingsPipeTest.java        |  2 +-
 16 files changed, 26 insertions(+), 27 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
npeltier@apache.org.