Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 98335 invoked from network); 25 Mar 2011 23:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2011 23:39:02 -0000 Received: (qmail 95810 invoked by uid 500); 25 Mar 2011 23:39:02 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 95768 invoked by uid 500); 25 Mar 2011 23:39:02 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 95761 invoked by uid 99); 25 Mar 2011 23:39:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 23:39:02 +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; Fri, 25 Mar 2011 23:39:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AEA46238899C; Fri, 25 Mar 2011 23:38:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1085597 - in /directory/project/trunk/resources: deps-versions.sh plugin-version.sh Date: Fri, 25 Mar 2011 23:38:40 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110325233840.AEA46238899C@eris.apache.org> Author: elecharny Date: Fri Mar 25 23:38:40 2011 New Revision: 1085597 URL: http://svn.apache.org/viewvc?rev=1085597&view=rev Log: added two shell scripts to get the updated plugin and dependencies Added: directory/project/trunk/resources/deps-versions.sh (with props) directory/project/trunk/resources/plugin-version.sh (with props) Added: directory/project/trunk/resources/deps-versions.sh URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/deps-versions.sh?rev=1085597&view=auto ============================================================================== --- directory/project/trunk/resources/deps-versions.sh (added) +++ directory/project/trunk/resources/deps-versions.sh Fri Mar 25 23:38:40 2011 @@ -0,0 +1 @@ +mvn versions:display-dependency-updates Propchange: directory/project/trunk/resources/deps-versions.sh ------------------------------------------------------------------------------ svn:executable = * Added: directory/project/trunk/resources/plugin-version.sh URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/plugin-version.sh?rev=1085597&view=auto ============================================================================== --- directory/project/trunk/resources/plugin-version.sh (added) +++ directory/project/trunk/resources/plugin-version.sh Fri Mar 25 23:38:40 2011 @@ -0,0 +1 @@ +mvn versions:display-plugin-updates Propchange: directory/project/trunk/resources/plugin-version.sh ------------------------------------------------------------------------------ svn:executable = *