From b3f7cb272cd3b4f58d7379e50ea1ea09c2dc2078 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 14 Jul 2010 13:41:39 -0400 Subject: [PATCH] AMQP-20, AMQP-17: upgraded to RabbitMQ 1.8.1 client. Also added a bit to the 'AMQP Abstractions' section of the reference manual --- helloworld/pom.xml | 2 +- stocks/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 32ca179..33d4052 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -16,7 +16,7 @@ true - 1.8.0 + 1.8.1 3.0.3.RELEASE 1.0.0.BUILD-SNAPSHOT diff --git a/stocks/pom.xml b/stocks/pom.xml index 838e4a1..99d49b3 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -16,7 +16,7 @@ true - 1.8.0 + 1.8.1 3.0.3.RELEASE 1.0.0.BUILD-SNAPSHOT