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 2021/12/08 14:58:41 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit 11a40bbeb0ca1ce01ed37441ece94cd29e29e9b0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 15:58:39 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index bfff6e5..e04dd90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.sightly.repl</artifactId>
-    <version>1.0.8</version>
+    <version>1.0.9-SNAPSHOT</version>
 
     <name>Apache Sling Scripting HTL REPL</name>
     <description>REPL for Apache Sling Scripting HTL engine</description>
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-repl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-repl.git</url>
-      <tag>org.apache.sling.scripting.sightly.repl-1.0.8</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>
@@ -115,6 +115,6 @@
         </dependency>
     </dependencies>
     <properties>
-        <project.build.outputTimestamp>1638975508</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1638975519</project.build.outputTimestamp>
     </properties>
 </project>