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>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>activemq</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-core</artifactId>
|
<artifactId>activemq-core</artifactId>
|
||||||
<version>${pom.currentVersion}</version>
|
<version>${pom.currentVersion}</version>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>activemq</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-gbean-management</artifactId>
|
<artifactId>activemq-gbean-management</artifactId>
|
||||||
<version>${pom.currentVersion}</version>
|
<version>${pom.currentVersion}</version>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency> <!-- Used for unit tests -->
|
<dependency> <!-- Used for unit tests -->
|
||||||
<groupId>activemq</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-core-test</artifactId>
|
<artifactId>activemq-core-test</artifactId>
|
||||||
<version>${pom.currentVersion}</version>
|
<version>${pom.currentVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue