You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:11:42 UTC

[sling-org-apache-sling-scripting-sightly-compiler] 29/31: SLING-6639 - Avoid split packages in the HTL Engine and HTL Java Compiler bundles

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.compiler.java-1.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git

commit bbca405d6666ccfb92f3c705f6c6560d58c84358
Author: Radu Cotescu <ra...@apache.org>
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/bundles/scripting/sightly/java-compiler@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
"commits@sling.apache.org" <co...@sling.apache.org>.