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 8CA02200AE4 for ; Wed, 11 May 2016 02:38:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B708160A11; Wed, 11 May 2016 00:38:36 +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 D232F16098A for ; Wed, 11 May 2016 02:38:35 +0200 (CEST) Received: (qmail 25159 invoked by uid 500); 11 May 2016 00:38:35 -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 25141 invoked by uid 99); 11 May 2016 00:38:34 -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; Wed, 11 May 2016 00:38:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE4E1DFDCF; Wed, 11 May 2016 00:38:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reta@apache.org To: commits@cxf.apache.org Message-Id: <6631c5d45605454496acdf977146c6fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Fixing spring-boot module build files (pom.xml) [Forced Update!] Date: Wed, 11 May 2016 00:38:34 +0000 (UTC) archived-at: Wed, 11 May 2016 00:38:36 -0000 Repository: cxf Updated Branches: refs/heads/master 61765fce3 -> 4149e50e3 (forced update) Fixing spring-boot module build files (pom.xml) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4149e50e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4149e50e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4149e50e Branch: refs/heads/master Commit: 4149e50e39a8d4ffb71924d42def376b634ef64a Parents: e14d803 Author: reta Authored: Tue May 10 19:54:52 2016 -0400 Committer: reta Committed: Tue May 10 20:38:10 2016 -0400 ---------------------------------------------------------------------- integration/spring-boot/autoconfigure/pom.xml | 1 + integration/spring-boot/starter-jax-rs/pom.xml | 1 + integration/spring-boot/starter-jax-ws/pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/autoconfigure/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml index 3608885..f22048c 100644 --- a/integration/spring-boot/autoconfigure/pom.xml +++ b/integration/spring-boot/autoconfigure/pom.xml @@ -28,6 +28,7 @@ org.apache.cxf cxf-parent 3.2.0-SNAPSHOT + ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/starter-jax-rs/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/starter-jax-rs/pom.xml b/integration/spring-boot/starter-jax-rs/pom.xml index 1bc54db..a08889b 100644 --- a/integration/spring-boot/starter-jax-rs/pom.xml +++ b/integration/spring-boot/starter-jax-rs/pom.xml @@ -28,6 +28,7 @@ org.apache.cxf cxf-parent 3.2.0-SNAPSHOT + ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/4149e50e/integration/spring-boot/starter-jax-ws/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/starter-jax-ws/pom.xml b/integration/spring-boot/starter-jax-ws/pom.xml index 6117393..03aabb0 100644 --- a/integration/spring-boot/starter-jax-ws/pom.xml +++ b/integration/spring-boot/starter-jax-ws/pom.xml @@ -28,6 +28,7 @@ org.apache.cxf cxf-parent 3.2.0-SNAPSHOT + ../../../parent/pom.xml