You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/08/07 05:03:22 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7233] Upgrade to Apache POM 24

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 2f6d62d  [KARAF-7233] Upgrade to Apache POM 24
2f6d62d is described below

commit 2f6d62d08f4f68b1bd699ef851e951b9ebd3e20d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 29 15:02:42 2021 +0200

    [KARAF-7233] Upgrade to Apache POM 24
    
    (cherry picked from commit 02b86e71add6fec41c15c9fcbbb6300c15e3cf5a)
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34b10b4..0216cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath />
     </parent>
 
@@ -150,6 +150,8 @@
     </developers>
 
     <properties>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>        
+
         <scm.connection>scm:git:https://gitbox.apache.org/repos/asf/karaf.git</scm.connection>
         <scm.developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf.git</scm.developerConnection>
         <scm.url>https://gitbox.apache.org/repos/asf?p=karaf.git;a=summary</scm.url>