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

rombert pushed a commit to annotated tag org.apache.sling.query-2.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-query.git

commit e1ed08bca1c57160edf83fc0e2693160d3830fea
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Fri Aug 8 09:03:45 2014 +0000

    sling-query - remove CHANGELOG.md and bump version to 2.0.0-SNAPSHOT
    
    See discussion at 
http://sling-dev.markmail.org/thread/xiruzia372scxqzb#query:+page:1+mid:mzrdqgooezpz43cz+state:results
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-query@1616697
 13f79535-47bb-0310-9956-ffa450edef68
---
 CHANGELOG.md | 37 -------------------------------------
 pom.xml      |  2 +-
 2 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 0cdb453..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,37 +0,0 @@
-## SlingQuery 1.4.2
-
-* Added new add(...) method
-
-## SlingQuery 1.4.1
-
-* Fixed bug in the QUERY search strategy related
-
-## SlingQuery 1.4.0
-
-* `not()` function is now lazy (eg. 
`$(resourceResolver).not('cq:InvalidType').first()` return results immediately)
-* multiple selectors can be joined with comma: `$('[jcr:title=Foo], 
[jcr:title=Bar])`
-* JCR query becomes the default SearchStrategy
-
-## SlingQuery 1.3.1
-
-* fixed `javax.jcr.RepositoryException: invalid node type name` bug (reported 
by Dawid Jędraszek)
-
-## SlingQuery 1.3.0
-
-* lazy `asList()` method
-
-## SlingQuery 1.2.0
-
-* new strategy for the `find()`: `JCR`
-
-## SlingQuery 1.1.0
-
-* new selector features:
-       * [hierarchy 
operators](https://github.com/Cognifide/Sling-Query/wiki/Hierarchy-operator-list),
-       * [resource 
name](https://github.com/Cognifide/Sling-Query/wiki/Selector-syntax#wiki-resource-name),
-       * [new attribute 
operators](https://github.com/Cognifide/Sling-Query/wiki/Operator%20list)
-* two strategies for the `find()` method: `DFS` and `BFS`
-
-## SlingQuery 1.0.0
-
-* first released version
diff --git a/pom.xml b/pom.xml
index b728002..477a2c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.sling.query</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>sling-query</name>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to