Add apache parent to main pom.xml
This commit is contained in:
parent
1d5a7a10d3
commit
5f428f6535
9
pom.xml
9
pom.xml
|
@ -21,9 +21,16 @@
|
|||
<artifactId>activemq-pom</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>6.0.0-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>16</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>activemq-protocols</module>
|
||||
<module>activemq-dto</module>
|
||||
<module>activemq-dto</module>
|
||||
</modules>
|
||||
|
||||
<name>ActiveMQ6 Parent</name>
|
||||
|
|
Loading…
Reference in New Issue