Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-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 2BF8618FBE for ; Sun, 5 Jul 2015 23:45:04 +0000 (UTC) Received: (qmail 45078 invoked by uid 500); 5 Jul 2015 23:45:03 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 45021 invoked by uid 500); 5 Jul 2015 23:45:03 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 44497 invoked by uid 99); 5 Jul 2015 23:45:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2015 23:45:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D720FE361A; Sun, 5 Jul 2015 23:45:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rhs@apache.org To: commits@qpid.apache.org Date: Sun, 05 Jul 2015 23:45:24 -0000 Message-Id: <0943061fc25a42b2b3b9b484a2c4ee3e@git.apache.org> In-Reply-To: <232a9358b57044748b5da9fc6483eafb@git.apache.org> References: <232a9358b57044748b5da9fc6483eafb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/38] qpid-proton git commit: fixed version and launcher scripts fixed version and launcher scripts Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5c7f59cf Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5c7f59cf Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5c7f59cf Branch: refs/heads/master Commit: 5c7f59cf6949898f5cd54dbda4d72b487e385a44 Parents: ad0f029 Author: Rafael Schloming Authored: Mon May 11 10:11:39 2015 -0400 Committer: Rafael Schloming Committed: Mon May 11 10:17:39 2015 -0400 ---------------------------------------------------------------------- examples/engine/java/drain | 2 +- examples/engine/java/pom.xml | 2 +- examples/engine/java/server | 2 +- examples/engine/java/spout | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c7f59cf/examples/engine/java/drain ---------------------------------------------------------------------- diff --git a/examples/engine/java/drain b/examples/engine/java/drain index 7c54787..1f8095e 100755 --- a/examples/engine/java/drain +++ b/examples/engine/java/drain @@ -1,2 +1,2 @@ #!/bin/bash -mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Drain -Dexec.args="$@" +mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Drain -Dexec.args="$*" http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c7f59cf/examples/engine/java/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml index 3fc355d..c904212 100644 --- a/examples/engine/java/pom.xml +++ b/examples/engine/java/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-project - 1.0-SNAPSHOT + 0.10-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c7f59cf/examples/engine/java/server ---------------------------------------------------------------------- diff --git a/examples/engine/java/server b/examples/engine/java/server index 37a9aa4..8421d79 100755 --- a/examples/engine/java/server +++ b/examples/engine/java/server @@ -1,2 +1,2 @@ #!/bin/bash -mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Server -Dexec.args="$@" +mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Server -Dexec.args="$*" http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c7f59cf/examples/engine/java/spout ---------------------------------------------------------------------- diff --git a/examples/engine/java/spout b/examples/engine/java/spout index bd83842..c473cac 100755 --- a/examples/engine/java/spout +++ b/examples/engine/java/spout @@ -1,2 +1,2 @@ #!/bin/bash -mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Spout -Dexec.args="$@" +mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.examples.Spout -Dexec.args="$*" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org