From b3039d67c498987be49a8254fcc808cc1f4a0f32 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 16 Jul 2010 10:43:03 -0400 Subject: [PATCH] AMQP-27 updated template.mf RabbitMQ client version range minimum to 1.8.1 --- spring-amqp-core/pom.xml | 2 +- spring-erlang/template.mf | 4 ++-- spring-rabbit-admin/template.mf | 2 +- spring-rabbit/template.mf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-amqp-core/pom.xml b/spring-amqp-core/pom.xml index 5c58b985..022d6488 100644 --- a/spring-amqp-core/pom.xml +++ b/spring-amqp-core/pom.xml @@ -9,7 +9,7 @@ spring-amqp-core jar - Spring AMQP Abstraction Layer + Spring AMQP Core diff --git a/spring-erlang/template.mf b/spring-erlang/template.mf index 3154a3f3..9d4e3cf5 100644 --- a/spring-erlang/template.mf +++ b/spring-erlang/template.mf @@ -1,5 +1,5 @@ -Bundle-SymbolicName: org.springframework.otp -Bundle-Name: Spring OTP Support +Bundle-SymbolicName: org.springframework.erlang +Bundle-Name: Spring Erlang Support Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: diff --git a/spring-rabbit-admin/template.mf b/spring-rabbit-admin/template.mf index c765379e..fb300434 100644 --- a/spring-rabbit-admin/template.mf +++ b/spring-rabbit-admin/template.mf @@ -6,7 +6,7 @@ Import-Template: org.springframework.*;version="[3.0.3, 4.0.0)", org.springframework.amqp.*;version="[1.0.0, 1.1.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", - com.rabbitmq.*;version="[1.7.2, 2.0.0)", + com.rabbitmq.*;version="[1.8.1, 2.0.0)", com.ericsson.otp.erlang;version="[1.5.3, 2.0.0)", org.junit.*;version="0", org.w3c.dom.*;version="0", diff --git a/spring-rabbit/template.mf b/spring-rabbit/template.mf index fae4d07e..1c941291 100644 --- a/spring-rabbit/template.mf +++ b/spring-rabbit/template.mf @@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2 Import-Template: org.springframework.*;version="[3.0.3, 4.0.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", - com.rabbitmq.*;version="[1.7.2, 2.0.0)", + com.rabbitmq.*;version="[1.8.1, 2.0.0)", org.junit.*;version="0", org.w3c.dom.*;version="0", javax.xml.*;version="0"