This is an automated email from the ASF dual-hosted git repository.
tmaret pushed a commit to branch SLING-8086-4
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git
The following commit(s) were added to refs/heads/SLING-8086-4 by this push:
new 2099c21 SLING-8086 - Extend distribution queue SPI with the ability
to clear and batch remove items
2099c21 is described below
commit 2099c213e4d33589d2b2e989efaa51cc912e4d3f
Author: tmaret <[email protected]>
AuthorDate: Mon Nov 12 15:17:06 2018 +0100
SLING-8086 - Extend distribution queue SPI with the ability to clear and
batch remove items
---
src/main/java/org/apache/sling/distribution/queue/package-info.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/distribution/queue/package-info.java
b/src/main/java/org/apache/sling/distribution/queue/package-info.java
index c81b5db..70795e9 100644
--- a/src/main/java/org/apache/sling/distribution/queue/package-info.java
+++ b/src/main/java/org/apache/sling/distribution/queue/package-info.java
@@ -17,7 +17,7 @@
* under the License.
*/
-@Version("0.0.1")
+@Version("0.1.0")
package org.apache.sling.distribution.queue;
import aQute.bnd.annotation.Version;