You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/07/30 17:18:58 UTC

[sling-org-apache-sling-jcr-resource] branch master updated: Use released API 2.18.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a36b33  Use released API 2.18.2
5a36b33 is described below

commit 5a36b33e05b1b05827993ad09bd4e389674cd8a1
Author: Carsten Ziegeler <cz...@adobe.com>
AuthorDate: Mon Jul 30 19:18:51 2018 +0200

    Use released API 2.18.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58d19e3..45bd8f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.18.1-SNAPSHOT</version>
+            <version>2.18.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>