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:13 UTC

[sling-org-apache-sling-discovery-base] 03/06: use org.apache.sling.discovery.commons 1.0.20 (1.0.22 was dropped due to johnzon requiring JRE 7 already, thus doesn't make sense to restrict commons to 6 anymore)

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

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

commit 09270cdbe629e1c17adc86e9a3111ac4c9b3bf5c
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Jul 3 12:53:24 2017 +0000

    use org.apache.sling.discovery.commons 1.0.20 (1.0.22 was dropped due to johnzon requiring JRE 7 already, thus doesn't make sense to restrict commons to 6 anymore)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1800674 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 008c741..b600803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
  		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.discovery.commons</artifactId>
-			<version>1.0.23-SNAPSHOT</version>
+			<version>1.0.20</version>
   		</dependency>
         <!-- besides including discovery.commons' normal jar above, 
               for testing a few test helper classes are also reused.

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