This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.api-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git
commit c67e19ceb7253c2dd8c8f0ded4c2761bc35c5b10 Author: Tommaso Teofili <[email protected]> AuthorDate: Tue Dec 16 11:26:08 2014 +0000 SLING-4153 - moved communication to root distribution package git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/api@1645923 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/distribution/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/distribution/package-info.java b/src/main/java/org/apache/sling/distribution/package-info.java index 3252696..272bf55 100644 --- a/src/main/java/org/apache/sling/distribution/package-info.java +++ b/src/main/java/org/apache/sling/distribution/package-info.java @@ -18,7 +18,7 @@ */ @Version("0.1.0") -package org.apache.sling.distribution.communication; +package org.apache.sling.distribution; import aQute.bnd.annotation.Version; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
