mirror of https://github.com/apache/activemq.git
Added parent pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8ff65aab0
commit
5ae67695ef
|
@ -3,14 +3,17 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>activemq</groupId>
|
||||
<parent>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-parent</artifactId>
|
||||
<version>4.1-incubator-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<name>ActiveMQ :: CPP :: Parent</name>
|
||||
<artifactId>activemq-cpp-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<!-- these should be deleted when using a parent pom-->
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue