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.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit f43852dd90324f49c93babe942327ad40e607e73 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jan 14 17:22:46 2017 +0000 SLING-6463 Update versions in SlingVersionResolver template git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1778801 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/templates/SlingVersionResolver.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/templates/SlingVersionResolver.txt b/src/main/resources/templates/SlingVersionResolver.txt index ddf3856..e677763 100644 --- a/src/main/resources/templates/SlingVersionResolver.txt +++ b/src/main/resources/templates/SlingVersionResolver.txt @@ -34,15 +34,15 @@ public class SlingVersionResolver implements VersionResolver { 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"); - versions.put("org.apache.felix:org.apache.felix.http.jetty", "3.2.2"); + versions.put("org.apache.felix:org.apache.felix.configadmin", "1.8.12"); + versions.put("org.apache.felix:org.apache.felix.eventadmin", "1.4.8"); + versions.put("org.apache.felix:org.apache.felix.http.jetty", "3.4.2"); versions.put("org.apache.felix:org.apache.felix.http.servlet-api", "1.1.2"); versions.put("org.apache.felix:org.apache.felix.http.whiteboard", "3.0.0"); versions.put("org.apache.felix:org.apache.felix.webconsole.plugins.ds", "2.0.2"); - versions.put("org.apache.aries:org.apache.aries.util", "1.1.1"); + versions.put("org.apache.aries:org.apache.aries.util", "1.1.3"); versions.put("org.apache.aries.jmx:org.apache.aries.jmx.api", "1.1.5"); - versions.put("org.apache.aries.jmx:org.apache.aries.jmx.core", "1.1.6"); + versions.put("org.apache.aries.jmx:org.apache.aries.jmx.core", "1.1.7"); versions.put("org.apache.aries.jmx:org.apache.aries.jmx.whiteboard", "1.1.5"); versions.put("org.apache.felix:org.apache.felix.inventory", "1.0.4"); versions.put("org.apache.felix:org.apache.felix.metatype", "1.1.2"); @@ -51,8 +51,8 @@ public class SlingVersionResolver implements VersionResolver { versions.put("org.ops4j.base:ops4j-base-lang", "1.5.0"); versions.put("org.ops4j.base:ops4j-base-util-property", "1.5.0"); versions.put("org.ops4j.pax.swissbox:pax-swissbox-property", "1.8.2"); - versions.put("org.ops4j.pax.url:pax-url-classpath", "2.4.7"); - versions.put("org.ops4j.pax.url:pax-url-commons", "2.4.7");[# th:each="bundle : ${bundles}"] + versions.put("org.ops4j.pax.url:pax-url-classpath", "2.5.2"); + versions.put("org.ops4j.pax.url:pax-url-commons", "2.5.2");[# th:each="bundle : ${bundles}"] versions.put("[(${bundle.groupId})]:[(${bundle.artifactId})]", "[(${bundle.version})]"); [/] } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
