Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5105D200C0C for ; Mon, 30 Jan 2017 16:42:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4FC14160B60; Mon, 30 Jan 2017 15:42:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C702E160B4D for ; Mon, 30 Jan 2017 16:42:10 +0100 (CET) Received: (qmail 75822 invoked by uid 500); 30 Jan 2017 15:42:10 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 75805 invoked by uid 99); 30 Jan 2017 15:42:10 -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; Mon, 30 Jan 2017 15:42:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DBA10DFE46; Mon, 30 Jan 2017 15:42:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Mon, 30 Jan 2017 15:42:10 -0000 Message-Id: In-Reply-To: <35c35dba34814503b6e942a7ec9b16d4@git.apache.org> References: <35c35dba34814503b6e942a7ec9b16d4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cxf git commit: Fix relative path for parent pom archived-at: Mon, 30 Jan 2017 15:42:11 -0000 Fix relative path for parent pom Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/76d165c9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/76d165c9 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/76d165c9 Branch: refs/heads/master Commit: 76d165c9f7d76de1e333eded6106fa0cc186131b Parents: f7188f5 Author: Daniel Kulp Authored: Mon Jan 30 10:30:07 2017 -0500 Committer: Daniel Kulp Committed: Mon Jan 30 10:30:07 2017 -0500 ---------------------------------------------------------------------- .../src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/76d165c9/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml index 102cdf1..bc28ee7 100644 --- a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml +++ b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.samples cxf-samples 3.2.0-SNAPSHOT - ../.. + .. ${project.version}