mirror of https://github.com/apache/activemq.git
Updating project layout so that it's in m2 format
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87d8e01e01
commit
d36c1fd2cc
|
@ -23,7 +23,7 @@
|
|||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-gbean-management</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</properties>
|
||||
</dependency>
|
||||
<dependency> <!-- Used for unit tests -->
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core-test</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue