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 3299a9db36dee4650e55511b82f3cdeebc925911 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jul 30 08:02:35 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@1754596 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/templates/SlingVersionResolver.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/SlingVersionResolver.txt b/src/main/resources/templates/SlingVersionResolver.txt index 12e1243..9d9fbae 100644 --- a/src/main/resources/templates/SlingVersionResolver.txt +++ b/src/main/resources/templates/SlingVersionResolver.txt @@ -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 "[email protected]" <[email protected]>.
