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:53:26 UTC

[sling-org-apache-sling-starter-content] branch master updated: SLING-10982 - Update starter.content to parent pom 46

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-starter-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fa8bf0  SLING-10982 - Update starter.content to parent pom 46
7fa8bf0 is described below

commit 7fa8bf016392129052964ac556c5c2d0aecaad69
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 15:38:51 2021 +0100

    SLING-10982 - Update starter.content to parent pom 46
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 903f2b5..3ccdf3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>35</version>
+    <version>46</version>
     <relativePath />
   </parent>
 
@@ -45,6 +45,7 @@
   
   <properties>
   	<frontend.target>target/frontend</frontend.target>
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
   </properties>
 
   <build>