Return-Path: X-Original-To: apmail-incubator-syncope-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-syncope-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C2669CE8 for ; Fri, 20 Apr 2012 08:06:50 +0000 (UTC) Received: (qmail 24077 invoked by uid 500); 20 Apr 2012 08:06:50 -0000 Delivered-To: apmail-incubator-syncope-commits-archive@incubator.apache.org Received: (qmail 24055 invoked by uid 500); 20 Apr 2012 08:06:50 -0000 Mailing-List: contact syncope-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: syncope-dev@incubator.apache.org Delivered-To: mailing list syncope-commits@incubator.apache.org Received: (qmail 24041 invoked by uid 99); 20 Apr 2012 08:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 08:06:49 +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, 20 Apr 2012 08:06:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5B4342388962; Fri, 20 Apr 2012 08:06:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1328239 - /incubator/syncope/trunk/parent/pom.xml Date: Fri, 20 Apr 2012 08:06:28 -0000 To: syncope-commits@incubator.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120420080628.5B4342388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ilgrosso Date: Fri Apr 20 08:06:27 2012 New Revision: 1328239 URL: http://svn.apache.org/viewvc?rev=1328239&view=rev Log: Using latest maven-release-plugin Modified: incubator/syncope/trunk/parent/pom.xml Modified: incubator/syncope/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1328239&r1=1328238&r2=1328239&view=diff ============================================================================== --- incubator/syncope/trunk/parent/pom.xml (original) +++ incubator/syncope/trunk/parent/pom.xml Fri Apr 20 08:06:27 2012 @@ -999,7 +999,12 @@ under the License. - + + + org.apache.maven.plugins + maven-release-plugin + 2.2.2 +