AMQP-26 renamed 'spring-otp' to 'spring-erlang'
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -8,10 +8,10 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>spring-amqp-core</module>
|
||||
<module>spring-amqp-parent</module>
|
||||
<module>spring-otp</module>
|
||||
<module>spring-amqp-core</module>
|
||||
<module>spring-rabbit</module>
|
||||
<module>spring-erlang</module>
|
||||
<module>spring-rabbit-admin</module>
|
||||
</modules>
|
||||
<properties>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-otp</artifactId>
|
||||
<artifactId>spring-erlang</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>spring-otp</name>
|
||||
<name>spring-erlang</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
@@ -7,9 +7,9 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-amqp-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-otp</artifactId>
|
||||
<artifactId>spring-erlang</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring OTP Support</name>
|
||||
<name>Spring Erlang Support</name>
|
||||
<dependencies>
|
||||
|
||||
<!-- Spring -->
|
||||
@@ -21,7 +21,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-otp</artifactId>
|
||||
<artifactId>spring-erlang</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<!-- adds module jars to the distribution archive under the 'dist' directory -->
|
||||
<includes>
|
||||
<include>org.springframework.amqp:spring-amqp-core</include>
|
||||
<include>org.springframework.amqp:spring-otp</include>
|
||||
<include>org.springframework.amqp:spring-erlang</include>
|
||||
<include>org.springframework.amqp:spring-rabbit</include>
|
||||
<include>org.springframework.amqp:spring-rabbit-admin</include>
|
||||
</includes>
|
||||
@@ -67,7 +67,7 @@
|
||||
see pom.xml 'maven-source-plugin' declaration -->
|
||||
<includes>
|
||||
<include>org.springframework.amqp:spring-amqp-core</include>
|
||||
<include>org.springframework.amqp:spring-otp</include>
|
||||
<include>org.springframework.amqp:spring-erlang</include>
|
||||
<include>org.springframework.amqp:spring-rabbit</include>
|
||||
<include>org.springframework.amqp:spring-rabbit-admin</include>
|
||||
</includes>
|
||||
|
||||
Reference in New Issue
Block a user