You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/09/07 17:52:19 UTC

[sling-org-apache-sling-scripting-thymeleaf] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.thymeleaf-2.0.0

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git


The following commit(s) were added to refs/heads/master by this push:
     new b2db4f0  [maven-release-plugin] prepare release org.apache.sling.scripting.thymeleaf-2.0.0
b2db4f0 is described below

commit b2db4f0807ae080bc320b3600d82916357bfc95b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 7 19:52:18 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.scripting.thymeleaf-2.0.0
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff8b142..7e64b6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.scripting.thymeleaf</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
 
   <name>Apache Sling Scripting Thymeleaf</name>
   <description>Apache Sling Scripting Thymeleaf</description>
@@ -46,6 +46,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-thymeleaf.git</url>
+    <tag>org.apache.sling.scripting.thymeleaf-2.0.0</tag>
   </scm>
 
   <build>