git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2005-12-21 21:43:55 +00:00
parent b58da3b1be
commit bd66398a29
5 changed files with 11 additions and 10 deletions

View File

@ -208,12 +208,12 @@
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-kernel</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-M5</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-j2ee</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-M5</version>
</dependency>
<dependency>
<groupId>mx4j</groupId>

View File

@ -3,8 +3,8 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq</artifactId>
<version>4.0M4</version>
<artifactId>activemq-project</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -2,9 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>activemq</groupId>
<artifactId>activemq</artifactId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-project</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>activemq-jaas</artifactId>

View File

@ -3,8 +3,8 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq</artifactId>
<version>4.0M4</version>
<artifactId>activemq-project</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -1,8 +1,8 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq</artifactId>
<version>4.0M4</version>
<artifactId>activemq-project</artifactId>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveMQ JMS Broker Project</name>