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 2DF31200B88 for ; Thu, 22 Sep 2016 14:51:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C86B160AD0; Thu, 22 Sep 2016 12:51:05 +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 69AC8160AAD for ; Thu, 22 Sep 2016 14:51:04 +0200 (CEST) Received: (qmail 14349 invoked by uid 500); 22 Sep 2016 12:51:03 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 14340 invoked by uid 99); 22 Sep 2016 12:51:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 12:51:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 24473CD106 for ; Thu, 22 Sep 2016 12:51:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.124 X-Spam-Level: X-Spam-Status: No, score=-0.124 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id VpHpV3S6bRFw for ; Thu, 22 Sep 2016 12:51:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6829D5FC0E for ; Thu, 22 Sep 2016 12:51:02 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CC4F0E04B9 for ; Thu, 22 Sep 2016 12:51:01 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AD9403A0CBA for ; Thu, 22 Sep 2016 12:51:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1761948 - /felix/trunk/framework.security/pom.xml Date: Thu, 22 Sep 2016 12:51:01 -0000 To: commits@felix.apache.org From: pauls@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160922125101.AD9403A0CBA@svn01-us-west.apache.org> archived-at: Thu, 22 Sep 2016 12:51:05 -0000 Author: pauls Date: Thu Sep 22 12:51:01 2016 New Revision: 1761948 URL: http://svn.apache.org/viewvc?rev=1761948&view=rev Log: Don't fail on javadoc errors Modified: felix/trunk/framework.security/pom.xml Modified: felix/trunk/framework.security/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1761948&r1=1761947&r2=1761948&view=diff ============================================================================== --- felix/trunk/framework.security/pom.xml (original) +++ felix/trunk/framework.security/pom.xml Thu Sep 22 12:51:01 2016 @@ -27,14 +27,14 @@ bundle Apache Felix Security Provider org.apache.felix.framework.security - 2.5.0-SNAPSHOT + 2.6.0 This bundle provides an implementation of the OSGi security for Apache Felix. - scm:svn:http://svn.apache.org/repos/asf/felix/trunk/framework.security - scm:svn:https://svn.apache.org/repos/asf/felix/trunk/framework.security - http://svn.apache.org/repos/asf/felix/framework.security + scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.0 + scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.0 + scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-2.6.0 @@ -78,6 +78,13 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + false + +