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 10:19:58 UTC

[sling-org-apache-sling-testing-paxexam] 18/48: add a constant for Sling’s Maven groupId

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

rombert pushed a commit to annotated tag org.apache.sling.testing.paxexam-0.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git

commit 380751e3b85f0c9f9f4750c8f323690728a193f0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jul 27 11:57:15 2016 +0000

    add a constant for Sling’s Maven groupId
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1754252 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/testing/paxexam/SlingVersionResolver.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java b/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java
index 503790c..092b5b4 100644
--- a/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java
+++ b/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java
@@ -30,6 +30,8 @@ public class SlingVersionResolver implements VersionResolver {
 
     private final Map<String, String> versions = new HashMap<>();
 
+    public static final String SLING_GROUP_ID = "org.apache.sling";
+
     public SlingVersionResolver() {
         versions.put("org.apache.felix:org.apache.felix.configadmin", "1.8.10");
         versions.put("org.apache.felix:org.apache.felix.eventadmin", "1.4.6");

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