Return-Path: Delivered-To: apmail-jakarta-bsf-dev-archive@www.apache.org Received: (qmail 39977 invoked from network); 22 Mar 2009 09:54:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2009 09:54:34 -0000 Received: (qmail 65275 invoked by uid 500); 22 Mar 2009 09:54:34 -0000 Delivered-To: apmail-jakarta-bsf-dev-archive@jakarta.apache.org Received: (qmail 65224 invoked by uid 500); 22 Mar 2009 09:54:34 -0000 Mailing-List: contact bsf-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Bean Scripting Framework developers" Reply-To: "Bean Scripting Framework developers" Delivered-To: mailing list bsf-dev@jakarta.apache.org Received: (qmail 65214 invoked by uid 500); 22 Mar 2009 09:54:34 -0000 Received: (qmail 65211 invoked by uid 99); 22 Mar 2009 09:54:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 09:54:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 22 Mar 2009 09:54:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E37142388965; Sun, 22 Mar 2009 09:54:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r757159 - in /jakarta/bsf/trunk/bsf3/testing: e4x-1.6R7-Axiom/pom.xml e4x/pom.xml groovy-1.1/pom.xml groovy/pom.xml javascript/pom.xml jruby-1.1.2/pom.xml jruby-1.2.0/pom.xml jython-2.2/pom.xml python/pom.xml ruby/pom.xml Date: Sun, 22 Mar 2009 09:54:12 -0000 To: bsf-cvs@jakarta.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090322095412.E37142388965@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Sun Mar 22 09:54:12 2009 New Revision: 757159 URL: http://svn.apache.org/viewvc?rev=757159&view=rev Log: Change to use JUnit 3.8.2 Modified: jakarta/bsf/trunk/bsf3/testing/e4x-1.6R7-Axiom/pom.xml jakarta/bsf/trunk/bsf3/testing/e4x/pom.xml jakarta/bsf/trunk/bsf3/testing/groovy-1.1/pom.xml jakarta/bsf/trunk/bsf3/testing/groovy/pom.xml jakarta/bsf/trunk/bsf3/testing/javascript/pom.xml jakarta/bsf/trunk/bsf3/testing/jruby-1.1.2/pom.xml jakarta/bsf/trunk/bsf3/testing/jruby-1.2.0/pom.xml jakarta/bsf/trunk/bsf3/testing/jython-2.2/pom.xml jakarta/bsf/trunk/bsf3/testing/python/pom.xml jakarta/bsf/trunk/bsf3/testing/ruby/pom.xml Modified: jakarta/bsf/trunk/bsf3/testing/e4x-1.6R7-Axiom/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/e4x-1.6R7-Axiom/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/e4x-1.6R7-Axiom/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/e4x-1.6R7-Axiom/pom.xml Sun Mar 22 09:54:12 2009 @@ -90,7 +90,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/e4x/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/e4x/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/e4x/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/e4x/pom.xml Sun Mar 22 09:54:12 2009 @@ -112,7 +112,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/groovy-1.1/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/groovy-1.1/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/groovy-1.1/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/groovy-1.1/pom.xml Sun Mar 22 09:54:12 2009 @@ -46,7 +46,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/groovy/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/groovy/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/groovy/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/groovy/pom.xml Sun Mar 22 09:54:12 2009 @@ -140,7 +140,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/javascript/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/javascript/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/javascript/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/javascript/pom.xml Sun Mar 22 09:54:12 2009 @@ -47,7 +47,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/jruby-1.1.2/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/jruby-1.1.2/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/jruby-1.1.2/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/jruby-1.1.2/pom.xml Sun Mar 22 09:54:12 2009 @@ -47,7 +47,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/jruby-1.2.0/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/jruby-1.2.0/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/jruby-1.2.0/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/jruby-1.2.0/pom.xml Sun Mar 22 09:54:12 2009 @@ -47,7 +47,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/jython-2.2/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/jython-2.2/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/jython-2.2/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/jython-2.2/pom.xml Sun Mar 22 09:54:12 2009 @@ -47,7 +47,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/python/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/python/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/python/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/python/pom.xml Sun Mar 22 09:54:12 2009 @@ -58,7 +58,7 @@ junit junit - 3.8.1 + 3.8.2 test Modified: jakarta/bsf/trunk/bsf3/testing/ruby/pom.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/testing/ruby/pom.xml?rev=757159&r1=757158&r2=757159&view=diff ============================================================================== --- jakarta/bsf/trunk/bsf3/testing/ruby/pom.xml (original) +++ jakarta/bsf/trunk/bsf3/testing/ruby/pom.xml Sun Mar 22 09:54:12 2009 @@ -47,7 +47,7 @@ junit junit - 3.8.1 + 3.8.2 test --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: bsf-dev-help@jakarta.apache.org