Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-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 4AE7A10119 for ; Sat, 3 May 2014 19:13:59 +0000 (UTC) Received: (qmail 93710 invoked by uid 500); 3 May 2014 19:13:57 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 93585 invoked by uid 500); 3 May 2014 19:13:57 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 93578 invoked by uid 99); 3 May 2014 19:13:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2014 19:13:57 +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; Sat, 03 May 2014 19:13:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E7593238890B; Sat, 3 May 2014 19:13:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1592266 - in /maven/plugin-tools/trunk: maven-plugin-annotations/pom.xml maven-plugin-annotations/src/site/apt/index.apt.vm maven-plugin-tools-annotations/pom.xml Date: Sat, 03 May 2014 19:13:35 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140503191335.E7593238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hboutemy Date: Sat May 3 19:13:35 2014 New Revision: 1592266 URL: http://svn.apache.org/r1592266 Log: use "Maven Plugin Tools Java 5 Annotations" instead of "Maven Plugin Java 5 Annotations" Modified: maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml Modified: maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml?rev=1592266&r1=1592265&r2=1592266&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-annotations/pom.xml Sat May 3 19:13:35 2014 @@ -28,8 +28,8 @@ maven-plugin-annotations - Maven Plugin Java 5 Annotations - Java 5 annotations to use in Mojos. + Maven Plugin Tools Java 5 Annotations + Java 5 annotations to use in Mojos Modified: maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm?rev=1592266&r1=1592265&r2=1592266&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm (original) +++ maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm Sat May 3 19:13:35 2014 @@ -32,7 +32,7 @@ About ${project.name} * Usage - To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Java 5 Annotations}}, + To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Tools Java 5 Annotations}}, add this artifact to your project dependencies in <<>>: +--------+ Modified: maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml?rev=1592266&r1=1592265&r2=1592266&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-annotations/pom.xml Sat May 3 19:13:35 2014 @@ -27,7 +27,7 @@ maven-plugin-tools-annotations - Maven Plugin Tool for Java with Java 5 Annotations + Maven Plugin Tool for Java with Annotations Descriptor extractor for plugins written in Java with Java 5 annotations.