Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 27007 invoked from network); 16 Jan 2008 19:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2008 19:29:38 -0000 Received: (qmail 82543 invoked by uid 500); 16 Jan 2008 19:29:28 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 82512 invoked by uid 500); 16 Jan 2008 19:29:28 -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 82501 invoked by uid 99); 16 Jan 2008 19:29:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 11:29:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 19:29:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C322A1A9832; Wed, 16 Jan 2008 11:29:14 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r612548 - in /activemq/trunk: activemq-optional/pom.xml activemq-web-console/pom.xml activemq-web-demo/pom.xml activemq-web/pom.xml assembly/pom.xml pom.xml Date: Wed, 16 Jan 2008 19:29:13 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080116192914.C322A1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Wed Jan 16 11:29:10 2008 New Revision: 612548 URL: http://svn.apache.org/viewvc?rev=612548&view=rev Log: Applying patch: https://issues.apache.org/activemq/browse/AMQ-1493 Thx Dejan. Modified: activemq/trunk/activemq-optional/pom.xml activemq/trunk/activemq-web-console/pom.xml activemq/trunk/activemq-web-demo/pom.xml activemq/trunk/activemq-web/pom.xml activemq/trunk/assembly/pom.xml activemq/trunk/pom.xml Modified: activemq/trunk/activemq-optional/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/activemq-optional/pom.xml (original) +++ activemq/trunk/activemq-optional/pom.xml Wed Jan 16 11:29:10 2008 @@ -61,7 +61,7 @@ - xstream + com.thoughtworks.xstream xstream Modified: activemq/trunk/activemq-web-console/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/activemq-web-console/pom.xml (original) +++ activemq/trunk/activemq-web-console/pom.xml Wed Jan 16 11:29:10 2008 @@ -219,7 +219,7 @@ - xstream + com.thoughtworks.xstream xstream Modified: activemq/trunk/activemq-web-demo/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/activemq-web-demo/pom.xml (original) +++ activemq/trunk/activemq-web-demo/pom.xml Wed Jan 16 11:29:10 2008 @@ -118,7 +118,7 @@ - xstream + com.thoughtworks.xstream xstream Modified: activemq/trunk/activemq-web/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/activemq-web/pom.xml (original) +++ activemq/trunk/activemq-web/pom.xml Wed Jan 16 11:29:10 2008 @@ -103,7 +103,7 @@ - xstream + com.thoughtworks.xstream xstream Modified: activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/assembly/pom.xml (original) +++ activemq/trunk/assembly/pom.xml Wed Jan 16 11:29:10 2008 @@ -157,7 +157,7 @@ jmdns - xstream + com.thoughtworks.xstream xstream Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=612548&r1=612547&r2=612548&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Wed Jan 16 11:29:10 2008 @@ -683,7 +683,7 @@ - xstream + com.thoughtworks.xstream xstream ${xstream-version}