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 20:40:04 UTC

[sling-org-apache-sling-scripting-freemarker] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.freemarker-1.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-freemarker.git


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

commit b66b8156ca6a1c5a428bb3c73aeb5c5524156b37
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 7 22:40:03 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.scripting.freemarker-1.0.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14c00ed..ef83284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.scripting.freemarker</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Apache Sling Scripting FreeMarker</name>
   <description>Support for FreeMarker scripting</description>
@@ -45,6 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-freemarker.git</url>
+    <tag>org.apache.sling.scripting.freemarker-1.0.0</tag>
   </scm>
 
   <build>