Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 26074 invoked from network); 14 Apr 2011 11:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2011 11:57:51 -0000 Received: (qmail 37440 invoked by uid 500); 14 Apr 2011 11:57:51 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 37389 invoked by uid 500); 14 Apr 2011 11:57:51 -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 37382 invoked by uid 99); 14 Apr 2011 11:57:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 11:57:51 +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; Thu, 14 Apr 2011 11:57:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2D50F2388B34; Thu, 14 Apr 2011 11:57:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1092151 - in /sling/trunk/testing: junit/core/pom.xml junit/remote/pom.xml junit/scriptable/pom.xml samples/failing-tests/pom.xml samples/integration-tests/pom.xml samples/sample-tests/pom.xml tools/pom.xml Date: Thu, 14 Apr 2011 11:57:29 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110414115729.2D50F2388B34@eris.apache.org> Author: bdelacretaz Date: Thu Apr 14 11:57:28 2011 New Revision: 1092151 URL: http://svn.apache.org/viewvc?rev=1092151&view=rev Log: [maven-release-plugin] prepare release org.apache.sling.testing.tools-1.0.4 Modified: sling/trunk/testing/junit/core/pom.xml sling/trunk/testing/junit/remote/pom.xml sling/trunk/testing/junit/scriptable/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/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=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/junit/core/pom.xml (original) +++ sling/trunk/testing/junit/core/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling JUnit Core @@ -38,9 +38,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/core - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/core - http://svn.apache.org/viewvc/sling/trunk/testing/junit/core + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 Modified: sling/trunk/testing/junit/remote/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/junit/remote/pom.xml (original) +++ sling/trunk/testing/junit/remote/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,16 +27,16 @@ org.apache.sling.junit.remote - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling JUnit Remote Tests Runners Utilities to run server-side JUnit tests remotely - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote - http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 @@ -76,7 +76,7 @@ org.apache.sling org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 org.apache.felix @@ -104,7 +104,7 @@ org.apache.sling org.apache.sling.testing.tools - 1.0.3-SNAPSHOT + 1.0.4 org.apache.sling Modified: sling/trunk/testing/junit/scriptable/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/junit/scriptable/pom.xml (original) +++ sling/trunk/testing/junit/scriptable/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.junit.scriptable - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling JUnit Scriptable Tests Provider @@ -37,9 +37,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/scriptable - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/scriptable - http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 @@ -104,7 +104,7 @@ org.apache.sling org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 provided Modified: sling/trunk/testing/samples/failing-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/failing-tests/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/samples/failing-tests/pom.xml (original) +++ sling/trunk/testing/samples/failing-tests/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.testing.samples.failingtests - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling Failing Server-Side Tests @@ -38,9 +38,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/failing-tests - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/failing-tests - http://svn.apache.org/viewvc/sling/trunk/testing/samples/failing-tests + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 @@ -94,7 +94,7 @@ org.apache.sling org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 provided Modified: sling/trunk/testing/samples/integration-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/samples/integration-tests/pom.xml (original) +++ sling/trunk/testing/samples/integration-tests/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.testing.samples.integrationtests - 1.0.3-SNAPSHOT + 1.0.4 jar Apache Sling Sample Integration Tests @@ -83,9 +83,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests - http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 @@ -234,37 +234,37 @@ org.apache.sling org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 provided org.apache.sling org.apache.sling.junit.scriptable - 1.0.3-SNAPSHOT + 1.0.4 provided org.apache.sling org.apache.sling.testing.samples.sampletests - 1.0.3-SNAPSHOT + 1.0.4 provided org.apache.sling org.apache.sling.testing.samples.failingtests - 1.0.3-SNAPSHOT + 1.0.4 provided org.apache.sling org.apache.sling.junit.remote - 1.0.3-SNAPSHOT + 1.0.4 provided org.apache.sling org.apache.sling.testing.tools - 1.0.3-SNAPSHOT + 1.0.4 provided Modified: sling/trunk/testing/samples/sample-tests/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/sample-tests/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/samples/sample-tests/pom.xml (original) +++ sling/trunk/testing/samples/sample-tests/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.testing.samples.sampletests - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling Sample Server-Side Tests @@ -38,9 +38,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/sample-tests - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/sample-tests - http://svn.apache.org/viewvc/sling/trunk/testing/samples/sample-tests + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4 @@ -94,7 +94,7 @@ org.apache.sling org.apache.sling.junit.core - 1.0.3-SNAPSHOT + 1.0.4 provided Modified: sling/trunk/testing/tools/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1092151&r1=1092150&r2=1092151&view=diff ============================================================================== --- sling/trunk/testing/tools/pom.xml (original) +++ sling/trunk/testing/tools/pom.xml Thu Apr 14 11:57:28 2011 @@ -27,7 +27,7 @@ org.apache.sling.testing.tools - 1.0.3-SNAPSHOT + 1.0.4 bundle Apache Sling Test Tools @@ -36,9 +36,9 @@ - scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/tools - scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/tools - http://svn.apache.org/viewvc/sling/trunk/testing/tools + scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.tools-1.0.4 + http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.tools-1.0.4