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 DBBE3200CB6 for ; Thu, 29 Jun 2017 22:47:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA451160BED; Thu, 29 Jun 2017 20:47:25 +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 2585B160BC6 for ; Thu, 29 Jun 2017 22:47:24 +0200 (CEST) Received: (qmail 50493 invoked by uid 500); 29 Jun 2017 20:47:24 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 50482 invoked by uid 99); 29 Jun 2017 20:47:24 -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; Thu, 29 Jun 2017 20:47:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1780CE1154; Thu, 29 Jun 2017 20:47:22 +0000 (UTC) From: dkulp To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org References: In-Reply-To: Subject: [GitHub] cxf pull request #285: [WIP] Fixing CNFE build errors when building under JD... Content-Type: text/plain Message-Id: <20170629204723.1780CE1154@git1-us-west.apache.org> Date: Thu, 29 Jun 2017 20:47:22 +0000 (UTC) archived-at: Thu, 29 Jun 2017 20:47:26 -0000 Github user dkulp commented on a diff in the pull request: https://github.com/apache/cxf/pull/285#discussion_r124908866 --- Diff: systests/databinding/pom.xml --- @@ -165,7 +165,7 @@ org.jibx maven-jibx-plugin - ${cxf.jibx.version} + 1.3.1 --- End diff -- Why are you removing a property version and putting a hard coded version number in there? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---