This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
new e5393b4 [AMQ-7351] Upgrade to Apache POM 24
e5393b4 is described below
commit e5393b469b14bc1bc109bf9fb070d8509dba773d
Author: jbonofre <[email protected]>
AuthorDate: Sun Jul 4 07:53:41 2021 +0200
[AMQ-7351] Upgrade to Apache POM 24
(cherry picked from commit 53a69abe5e963b45d50bf2b59614fe626603f116)
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0cc5881..0ba3168 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>