You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/12/13 10:20:25 UTC

[sling-org-apache-sling-capabilities-jcr] branch master updated: Use released core capabilities module to release this one

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87ae129  Use released core capabilities module to release this one
87ae129 is described below

commit 87ae1298a55e4acd180c0bb831fe2e49e852e2e6
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Dec 13 11:20:12 2018 +0100

    Use released core capabilities module to release this one
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac924c3..268bfcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.capabilities</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.1.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>