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 2022/01/18 16:54:30 UTC

[karaf-decanter] branch main updated: [KARAF-7357] 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-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new b0ea0ca  [KARAF-7357] Upgrade to Apache POM 24
     new 3fd3753  Merge pull request #272 from jbonofre/KARAF-7357
b0ea0ca is described below

commit b0ea0cafe560983b9cae00d583666bafde894ea8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 17 18:53:22 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 4056156..da67615 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>
 
@@ -35,6 +35,8 @@
     <name>Apache Karaf :: Decanter</name>
 
     <properties>
+        <!-- for reproducible builds -->
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
         <baseline>1.0.0</baseline>
         <baseline.skip>true</baseline.skip>
         <activemq.version>5.15.13</activemq.version>