This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit d8033b17c6a1f259d8c0d8af248115ad9dddd60a Author: Oliver Lietz <[email protected]> AuthorDate: Mon May 16 13:42:36 2016 +0000 SLING-5075 Upgrade Thymeleaf to 3.0 set version of package org.apache.sling.scripting.thymeleaf to 1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1744048 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/scripting/thymeleaf/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/thymeleaf/package-info.java b/src/main/java/org/apache/sling/scripting/thymeleaf/package-info.java index d08560a..5f2ab7c 100644 --- a/src/main/java/org/apache/sling/scripting/thymeleaf/package-info.java +++ b/src/main/java/org/apache/sling/scripting/thymeleaf/package-info.java @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -@Version("0.0.2") +@Version("1.0.0") package org.apache.sling.scripting.thymeleaf; import org.osgi.annotation.versioning.Version; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
