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 16:20:25 UTC

[sling-feature-launcher-maven-plugin] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c8813e2  Update to the latest parent pom
c8813e2 is described below

commit c8813e214f8b10b7356ca0b25ec98aa6e55e46e8
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>