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

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


The following commit(s) were added to refs/heads/master by this push:
     new 808e70d  Adjusted readme and POM
808e70d is described below

commit 808e70de65aa15308c9031caf33029a6b289854b
Author: Jason E Bailey <[email protected]>
AuthorDate: Fri Jun 8 14:52:33 2018 -0400

    Adjusted readme and POM
---
 resource-predicates/README.md | 4 +---
 resource-predicates/pom.xml   | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/resource-predicates/README.md b/resource-predicates/README.md
index ded9697..789da93 100644
--- a/resource-predicates/README.md
+++ b/resource-predicates/README.md
@@ -3,7 +3,7 @@
 Provides a series of predefined predicates for Resources and Properties
 for use with Collections and Streams
 
-Example of a stream.
+Examples
 
 ```java
 new ResourceStream(resource)
@@ -15,8 +15,6 @@ new ResourceStream(resource)
     .collect(Collectors.toList());
 ```
 
-same results using the filter script
-
 ```java
 list.stream()
     .filter(
diff --git a/resource-predicates/pom.xml b/resource-predicates/pom.xml
index 2bd4b3e..c33e65f 100644
--- a/resource-predicates/pom.xml
+++ b/resource-predicates/pom.xml
@@ -19,7 +19,7 @@
        <version>0.0.1-SNAPSHOT</version>
        <packaging>bundle</packaging>
 
-       <name>Apache Sling Stream Support</name>
+       <name>Apache Sling Resource Predicate</name>
 
        <properties>
                <sling.java.version>8</sling.java.version>
@@ -58,5 +58,5 @@
                        <scope>test</scope>
                </dependency>
        </dependencies>
-       <description>provides a set of utilities to create and handle 
streams</description>
+       <description>provides a set of utilities to create resource based 
predicates.</description>
 </project>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to