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:27:25 UTC

[sling-org-apache-sling-discovery-commons] 02/04: 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.commons-1.0.16
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-commons.git

commit 611306bdee6904f0e0b7f232771d371d766beccc
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/commons@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 3ab05dc..cedb8e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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>.