From commits-return-17449-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Tue Dec 6 13:27:32 2011 Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E6AE98C2 for ; Tue, 6 Dec 2011 13:27:32 +0000 (UTC) Received: (qmail 14519 invoked by uid 500); 6 Dec 2011 13:27:32 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 14470 invoked by uid 500); 6 Dec 2011 13:27:32 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 14463 invoked by uid 99); 6 Dec 2011 13:27:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 13:27:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 13:27:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5EE1F2388860 for ; Tue, 6 Dec 2011 13:27:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1210900 - /activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Date: Tue, 06 Dec 2011 13:27:08 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111206132708.5EE1F2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Tue Dec 6 13:27:07 2011 New Revision: 1210900 URL: http://svn.apache.org/viewvc?rev=1210900&view=rev Log: Use latest version of the stompjms client in the examples. Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml?rev=1210900&r1=1210899&r2=1210900&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Tue Dec 6 13:27:07 2011 @@ -38,7 +38,7 @@ org.fusesource.stompjms stompjms-client - 1.2 + 1.3 uber