This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-i18n.git
commit 9f69215e28444f513b722eb79403dc0a21588eb9 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jan 16 10:08:37 2018 +0100 use org.apache.sling.testing.tools 1.0.16 --- src/test/java/org/apache/sling/i18n/it/ResourceBundleProviderIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/i18n/it/ResourceBundleProviderIT.java b/src/test/java/org/apache/sling/i18n/it/ResourceBundleProviderIT.java index d0704bd..f412d49 100644 --- a/src/test/java/org/apache/sling/i18n/it/ResourceBundleProviderIT.java +++ b/src/test/java/org/apache/sling/i18n/it/ResourceBundleProviderIT.java @@ -243,7 +243,7 @@ public class ResourceBundleProviderIT { mavenBundle("org.apache.sling", "org.apache.sling.jcr.oak.server", "1.1.0"), - mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.17-SNAPSHOT"), + mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.16"), mavenBundle("org.apache.sling", "org.apache.sling.commons.johnzon", "1.0.0"), mavenBundle("org.apache.httpcomponents", "httpcore-osgi", "4.1.2"), mavenBundle("org.apache.httpcomponents", "httpclient-osgi", "4.1.2"), -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
