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"