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 a8c6ee31540b9f1dc7770af4ed1c1541042dcc7b Author: Oliver Lietz <[email protected]> AuthorDate: Fri Aug 12 19:24:43 2016 +0000 change type of versionResolver to SlingVersionResolver to allow setting of versions without prior casting (align template) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1756214 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/templates/SlingOptions.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/templates/SlingOptions.txt b/src/main/resources/templates/SlingOptions.txt index 5f70e91..6aff032 100644 --- a/src/main/resources/templates/SlingOptions.txt +++ b/src/main/resources/templates/SlingOptions.txt @@ -19,7 +19,6 @@ package org.apache.sling.testing.paxexam; import org.ops4j.pax.exam.Option; -import org.ops4j.pax.exam.options.MavenUrlReference.VersionResolver; import static org.ops4j.pax.exam.CoreOptions.composite; import static org.ops4j.pax.exam.CoreOptions.mavenBundle; @@ -31,7 +30,7 @@ import static org.ops4j.pax.exam.cm.ConfigurationAdminOptions.newConfiguration; */ public class SlingOptions { - public static VersionResolver versionResolver = new SlingVersionResolver(); + public static SlingVersionResolver versionResolver = new SlingVersionResolver(); public static Option config() { return mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.configadmin").version(versionResolver); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
