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:02:48 UTC

[karaf] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 02b86e7  [KARAF-7233] Upgrade to Apache POM 24
     new 6ce570d  Merge pull request #1413 from jbonofre/KARAF-7233
02b86e7 is described below

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

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

diff --git a/pom.xml b/pom.xml
index a11387c..3dd1f6b 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>