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 E83EA200CBE for ; Thu, 22 Jun 2017 10:30:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E54D6160BE5; Thu, 22 Jun 2017 08:30:04 +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 3B1E2160BE7 for ; Thu, 22 Jun 2017 10:30:04 +0200 (CEST) Received: (qmail 7518 invoked by uid 500); 22 Jun 2017 08:30:03 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 7397 invoked by uid 99); 22 Jun 2017 08:30:02 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2017 08:30:02 +0000 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 782E63A194C for ; Thu, 22 Jun 2017 08:30:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1799549 - in /jackrabbit/trunk: jackrabbit-parent/pom.xml jackrabbit-standalone/pom.xml Date: Thu, 22 Jun 2017 08:30:01 -0000 To: commits@jackrabbit.apache.org From: reschke@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170622083001.782E63A194C@svn01-us-west.apache.org> archived-at: Thu, 22 Jun 2017 08:30:05 -0000 Author: reschke Date: Thu Jun 22 08:30:01 2017 New Revision: 1799549 URL: http://svn.apache.org/viewvc?rev=1799549&view=rev Log: JCR-4150: enable bundle:baseline check Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml jackrabbit/trunk/jackrabbit-standalone/pom.xml Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1799549&r1=1799548&r2=1799549&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-parent/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Jun 22 08:30:01 2017 @@ -328,6 +328,17 @@ + + + verify + + baseline + + + 2.14.0 + + + org.codehaus.mojo Modified: jackrabbit/trunk/jackrabbit-standalone/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-standalone/pom.xml?rev=1799549&r1=1799548&r2=1799549&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-standalone/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-standalone/pom.xml Thu Jun 22 08:30:01 2017 @@ -58,6 +58,18 @@ org.apache.jackrabbit.standalone.Main + + + verify + + baseline + + + + true + + +