Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 481BF17C08 for ; Wed, 1 Oct 2014 06:36:40 +0000 (UTC) Received: (qmail 27873 invoked by uid 500); 1 Oct 2014 06:36:40 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 27808 invoked by uid 500); 1 Oct 2014 06:36:40 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 27799 invoked by uid 99); 1 Oct 2014 06:36:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 06:36:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 06:36:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 58E272388999; Wed, 1 Oct 2014 06:36:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1628610 - in /sling/trunk/testing: junit/core/ junit/healthcheck/ junit/performance/ junit/remote/ junit/scriptable/ resourceresolver-mock/ samples/failing-tests/ samples/integration-tests/ samples/sample-tests/ sling-pax-util/ tools/ Date: Wed, 01 Oct 2014 06:36:14 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141001063615.58E272388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Wed Oct 1 06:36:14 2014 New Revision: 1628610 URL: http://svn.apache.org/r1628610 Log: Update to Sling Parent POM 22 with baselining enabled Modified: sling/trunk/testing/junit/core/pom.xml sling/trunk/testing/junit/healthcheck/pom.xml sling/trunk/testing/junit/performance/pom.xml sling/trunk/testing/junit/remote/pom.xml sling/trunk/testing/junit/scriptable/pom.xml sling/trunk/testing/resourceresolver-mock/pom.xml sling/trunk/testing/samples/failing-tests/pom.xml sling/trunk/testing/samples/integration-tests/pom.xml sling/trunk/testing/samples/sample-tests/pom.xml sling/trunk/testing/sling-pax-util/pom.xml sling/trunk/testing/tools/pom.xml Modified: sling/trunk/testing/junit/core/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/core/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/junit/core/pom.xml (original) +++ sling/trunk/testing/junit/core/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/junit/healthcheck/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/healthcheck/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/junit/healthcheck/pom.xml (original) +++ sling/trunk/testing/junit/healthcheck/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/junit/performance/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/performance/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/junit/performance/pom.xml (original) +++ sling/trunk/testing/junit/performance/pom.xml Wed Oct 1 06:36:14 2014 @@ -26,7 +26,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/junit/remote/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/junit/remote/pom.xml (original) +++ sling/trunk/testing/junit/remote/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/junit/scriptable/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/junit/scriptable/pom.xml (original) +++ sling/trunk/testing/junit/scriptable/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/resourceresolver-mock/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/resourceresolver-mock/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/resourceresolver-mock/pom.xml (original) +++ sling/trunk/testing/resourceresolver-mock/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../parent/pom.xml Modified: sling/trunk/testing/samples/failing-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/failing-tests/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/samples/failing-tests/pom.xml (original) +++ sling/trunk/testing/samples/failing-tests/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/samples/integration-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/samples/integration-tests/pom.xml (original) +++ sling/trunk/testing/samples/integration-tests/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/samples/sample-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/sample-tests/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/samples/sample-tests/pom.xml (original) +++ sling/trunk/testing/samples/sample-tests/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../../parent/pom.xml Modified: sling/trunk/testing/sling-pax-util/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/sling-pax-util/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/sling-pax-util/pom.xml (original) +++ sling/trunk/testing/sling-pax-util/pom.xml Wed Oct 1 06:36:14 2014 @@ -16,7 +16,7 @@ org.apache.sling sling - 20 + 22 ../../parent/pom.xml Modified: sling/trunk/testing/tools/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1628610&r1=1628609&r2=1628610&view=diff ============================================================================== --- sling/trunk/testing/tools/pom.xml (original) +++ sling/trunk/testing/tools/pom.xml Wed Oct 1 06:36:14 2014 @@ -23,7 +23,7 @@ org.apache.sling sling - 20 + 22 ../../parent/pom.xml