You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:29:05 UTC

[sling-org-apache-sling-discovery-oak] 03/06: fix build error: switch sling API to 2.11 because 2.10 was never released

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

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

commit 54c1749279b2a2ec7486c7ec48a279c015ed5e11
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Thu Sep 22 10:38:36 2016 +0000

    fix build error: switch sling API to 2.11 because 2.10 was never released
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/oak@1761884 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5ddac2..4490baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.api</artifactId>
-			<version>2.10.0</version>
+			<version>2.11.0</version>
             <scope>provided</scope>
 		</dependency>
         <dependency>

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