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:39:23 UTC

[sling-org-apache-sling-starter-content] branch issue/SLING-10982 created (now 9a96e2f)

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

rombert pushed a change to branch issue/SLING-10982
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git.


      at 9a96e2f  SLING-10982 - Update starter.content to parent pom 46

This branch includes the following new commits:

     new 9a96e2f  SLING-10982 - Update starter.content to parent pom 46

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-starter-content] 01/01: SLING-10982 - Update starter.content to parent pom 46

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-10982
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git

commit 9a96e2f635e715176dc5073859ed1df7417ae209
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>