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/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 53a69ab  [AMQ-7351] Upgrade to Apache POM 24
     new 857e5fa  Merge pull request #678 from jbonofre/AMQ-7351
53a69ab is described below

commit 53a69abe5e963b45d50bf2b59614fe626603f116
Author: jbonofre <[email protected]>
AuthorDate: Sun Jul 4 07:53:41 2021 +0200

    [AMQ-7351] Upgrade to Apache POM 24
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49d9ca9..2cf91ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>24</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -31,6 +31,9 @@
   <inceptionYear>2005</inceptionYear>
 
   <properties>
+    <!-- for reproducible builds -->   
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
+
     <activeio-version>3.1.4</activeio-version>
     <siteId>activemq-${project.version}</siteId>
     <projectName>Apache ActiveMQ</projectName>

Reply via email to