This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git
commit 7e5aa10210020494c5f514c25c2d8347f467b939 Author: Radu Cotescu <[email protected]> AuthorDate: Fri Mar 31 15:10:37 2017 +0000 SLING-6639 - Avoid split packages in the HTL Engine and HTL Java Compiler bundles * increased exported package version to prevent incorrect OSGi wiring git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789701 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/scripting/sightly/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/sightly/package-info.java b/src/main/java/org/apache/sling/scripting/sightly/package-info.java index 3a9028f..f2af1f3 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/package-info.java +++ b/src/main/java/org/apache/sling/scripting/sightly/package-info.java @@ -15,7 +15,7 @@ * limitations under the License. ******************************************************************************/ -@Version("1.1.0") +@Version("2.0.0") package org.apache.sling.scripting.sightly; import org.osgi.annotation.versioning.Version; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
