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 3696968 Downgrade to Apache POM 20 to avoid javadoc generation error
(it will be fixed on main/5.17)
3696968 is described below
commit 369696892c825b8f845dd6b891d1a62d0e7dd848
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Feb 1 15:21:28 2022 +0100
Downgrade to Apache POM 20 to avoid javadoc generation error (it will be
fixed on main/5.17)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c023d12..dfafb26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>24</version>
+ <version>20</version>
</parent>
<modelVersion>4.0.0</modelVersion>