This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.6.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit b10d3bb0718ffed77edc7a90c3cf3e9b5b886f51 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Sep 24 10:35:50 2015 +0000 SLING-5057 - Support HttpServletRequest#getRemoteUser Fix exported package version git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1705025 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/testing/mock/sling/servlet/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/testing/mock/sling/servlet/package-info.java b/src/main/java/org/apache/sling/testing/mock/sling/servlet/package-info.java index 88f0f19..cfc5f97 100644 --- a/src/main/java/org/apache/sling/testing/mock/sling/servlet/package-info.java +++ b/src/main/java/org/apache/sling/testing/mock/sling/servlet/package-info.java @@ -19,5 +19,5 @@ /** * Mock implementation of selected Servlet-related Sling APIs. */ [email protected]("1.2") [email protected]("1.3") package org.apache.sling.testing.mock.sling.servlet; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
