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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6429eb  [maven-release-plugin] prepare for next development iteration
f6429eb is described below

commit f6429eb8eea1de28b5aaee18d11a047639cbca43
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Oct 31 17:46:09 2018 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index c63c879..088a791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         The versioning scheme defined here corresponds to SLING-7406 
(<module_version>-<htl_specification_version>). Take care when
         releasing to only increase the first part, unless the module provides 
support for a newer version of the HTL specification.
     -->
-    <version>1.1.0-1.4.0</version>
+    <version>1.1.1-1.4.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting HTL Engine</name>
@@ -51,7 +51,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly.git</url>
-      <tag>org.apache.sling.scripting.sightly-1.1.0-1.4.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
@@ -179,7 +179,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
-            <version>1.0.0-1.4.0</version>
+            <version>1.0.1-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
@@ -187,13 +187,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.1.0-1.4.0</version>
+            <version>1.1.1-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.1.0-1.4.0</version>
+            <version>1.1.1-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to