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 2022/06/03 15:56:32 UTC

[sling-feature-launcher-maven-plugin] branch issue/update-parent-pom updated: Update to the latest parent pom

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

rombert pushed a commit to branch issue/update-parent-pom
in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/issue/update-parent-pom by this push:
     new 7f921d1  Update to the latest parent pom
7f921d1 is described below

commit 7f921d116e8a04918da49d3a529ad5b598d82d97
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jun 3 17:56:14 2022 +0200

    Update to the latest parent pom
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2961de4..8909ea6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>39</version>
+        <version>47</version>
         <relativePath />
     </parent>
 
@@ -47,6 +47,7 @@
     <properties>
         <sling.java.version>8</sling.java.version>
         <maven.version>3.3.9</maven.version>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <dependencies>