mirror of https://github.com/apache/activemq.git
[AMQ-7351] Downgrade to Apache POM 18 to avoid javadoc generation issue during release
This commit is contained in:
parent
0f92f2cabb
commit
23f285a627
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache</groupId>
|
<groupId>org.apache</groupId>
|
||||||
<artifactId>apache</artifactId>
|
<artifactId>apache</artifactId>
|
||||||
<version>21</version>
|
<version>18</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue