Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC4AA17ECA for ; Thu, 6 Nov 2014 10:44:07 +0000 (UTC) Received: (qmail 57608 invoked by uid 500); 6 Nov 2014 10:44:07 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 57586 invoked by uid 500); 6 Nov 2014 10:44:07 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 57577 invoked by uid 99); 6 Nov 2014 10:44:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 10:44:07 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD,URI_TRY_3LD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Nov 2014 10:43:45 +0000 Received: (qmail 53674 invoked by uid 99); 6 Nov 2014 10:43:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 10:43:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B2D48B90BD; Thu, 6 Nov 2014 10:43:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: richard@apache.org To: commits@brooklyn.incubator.apache.org Message-Id: <10fc8c11a56f44d098c609e93e919eef@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Trivial XML syntax error fixed. Date: Thu, 6 Nov 2014 10:43:43 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-brooklyn Updated Branches: refs/heads/master 04ce06b97 -> 94db5ffa4 Trivial XML syntax error fixed. Committing trivial fix directly to master. Minor XML syntax error - no space between two attributes. Seems that most XML parsers didn't mind this but a strict parser (e.g. xpath command on OSX) rejects it. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/94db5ffa Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/94db5ffa Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/94db5ffa Branch: refs/heads/master Commit: 94db5ffa49fd9425f93746ce7c351d9093304d86 Parents: 04ce06b Author: Richard Downer Authored: Thu Nov 6 10:42:16 2014 +0000 Committer: Richard Downer Committed: Thu Nov 6 10:43:18 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/94db5ffa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 685eec4..9003018 100644 --- a/pom.xml +++ b/pom.xml @@ -1028,7 +1028,7 @@ - +