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:33:47 UTC

[sling-org-apache-sling-scripting-sightly-repl] branch master updated: SLING-10981 - Update HTL REPL to parent pom 45

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 218cf6b  SLING-10981 - Update HTL REPL to parent pom 45
218cf6b is described below

commit 218cf6bdacbd2b25aae516f1d764241fe1017743
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 15:33:08 2021 +0100

    SLING-10981 - Update HTL REPL to parent pom 45
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ffbd91..5354c1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>35</version>
+        <version>45</version>
         <relativePath />
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -114,4 +114,7 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
+    <properties>
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
+    </properties>
 </project>