changed spring-amqp-core artifactId to just spring-amqp, the 'top' level is now spring-amqp-dist

This commit is contained in:
Mark Fisher
2010-07-16 11:10:38 -04:00
parent b3039d67c4
commit 58de044ca2
5 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<artifactId>spring-amqp-dist</artifactId>
<name>Spring AMQP Project</name>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -7,7 +7,7 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-amqp-core</artifactId>
<artifactId>spring-amqp</artifactId>
<packaging>jar</packaging>
<name>Spring AMQP Core</name>
<dependencies>

View File

@@ -86,7 +86,7 @@
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-core</artifactId>
<artifactId>spring-amqp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@@ -15,6 +15,10 @@
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
@@ -23,10 +27,6 @@
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-erlang</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-core</artifactId>
</dependency>
<!-- Spring -->
<dependency>

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-core</artifactId>
<artifactId>spring-amqp</artifactId>
</dependency>
<!-- Spring -->