Applied Bills patch for m2 build

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-20 14:47:39 +00:00
parent 2ab55ddb1d
commit 47ea8ecf5d
1 changed files with 25 additions and 7 deletions

32
pom.xml
View File

@ -1,15 +1,24 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>activemq</groupId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0M4</version>
<packaging>pom</packaging>
<name>ActiveMQ JMS Broker Project</name>
<mailingLists>
<mailingList>
<name>Development List</name>
<subscribe>activemq-dev@geronimo.apache.org</subscribe>
<unsubscribe>activemq-dev@geronimo.apache.org</unsubscribe>
<post>activemq-dev@geronimo.apache.org</post>
</mailingList>
</mailingLists>
<repositories>
<repository>
<snapshots>
<enabled/>
<enabled>true</enabled>
</snapshots>
<id>codehaus</id>
<name>Codehaus Repository</name>
@ -80,6 +89,8 @@
<module>activemq-core</module>
<module>activemq-ra</module>
<module>activemq-jaas</module>
<module>activeio</module>
<module>activecluster</module>
</modules>
<licenses>
@ -130,21 +141,25 @@
<artifactId>geronimo-spec-jms</artifactId>
<version>1.1-rc4</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
<version>1.0.1B-rc4</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-management</artifactId>
<version>1.0-rc4</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-jacc</artifactId>
<version>1.0-rc4</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-connector</artifactId>
@ -158,7 +173,7 @@
<dependency>
<groupId>xbean</groupId>
<artifactId>xbean-spring</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</dependency>
<!-- Used to configure the activemq logs -->
@ -186,7 +201,7 @@
<!-- Optional Spring Support -->
<dependency>
<groupId>springframework</groupId>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>1.2.4</version>
</dependency>
@ -211,11 +226,13 @@
<artifactId>axion</artifactId>
<version>1.0-M3-dev</version>
</dependency>
<dependency>
<groupId>commons-primitives</groupId>
<artifactId>commons-primitives</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
@ -257,6 +274,7 @@
<artifactId>smack</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>activemq</groupId>
<artifactId>smackx</artifactId>
@ -341,7 +359,7 @@
</dependency>
<dependency>
<groupId>activemq</groupId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jaas</artifactId>
<version>${project.version}</version>
</dependency>