You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/06/23 14:45:47 UTC

[activemq] branch master updated: [AMQ-7351] Downgrade to Apache POM 18 to avoid javadoc generation issue during release

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 23f285a  [AMQ-7351] Downgrade to Apache POM 18 to avoid javadoc generation issue during release
23f285a is described below

commit 23f285a627d32be3dca92bfa34b3ab95deacd250
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 23 16:45:12 2020 +0200

    [AMQ-7351] Downgrade to Apache POM 18 to avoid javadoc generation issue during release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aeb08bd..3070370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>18</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>