Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 A57F39088 for ; Wed, 14 Mar 2012 00:43:45 +0000 (UTC) Received: (qmail 18216 invoked by uid 500); 14 Mar 2012 00:43:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18126 invoked by uid 500); 14 Mar 2012 00:43:45 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 18116 invoked by uid 99); 14 Mar 2012 00:43:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 00:43:45 +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; Wed, 14 Mar 2012 00:43:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CAE542388978 for ; Wed, 14 Mar 2012 00:43:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1300429 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml Date: Wed, 14 Mar 2012 00:43:23 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120314004323.CAE542388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Mar 14 00:43:23 2012 New Revision: 1300429 URL: http://svn.apache.org/viewvc?rev=1300429&view=rev Log: Add changes and Jira reports Modified: commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1300429&r1=1300428&r2=1300429&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Wed Mar 14 00:43:23 2012 @@ -39,6 +39,7 @@ Version 25: Updated various plugin versions: clirr-maven-plugin: 2.3 => 2.4; clirr & RAT added to pluginManagement so can override the version from Apache POM + Add changes and jira reports For full details see: http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-25/RELEASE-NOTES.txt @@ -471,6 +472,29 @@ http://svn.apache.org/repos/asf/commons/ org.apache.maven.plugins + maven-changes-plugin + ${commons.changes.version} + + ${basedir}/src/changes/changes.xml + Fix Version,Key,Component,Summary,Type,Resolution,Status + + Key DESC,Type,Fix Version DESC + Fixed + Resolved,Closed + + Bug,New Feature,Task,Improvement,Wish,Test + + + + + changes-report + jira-report + + + + + + org.apache.maven.plugins maven-javadoc-plugin ${commons.javadoc.version} Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1300429&r1=1300428&r2=1300429&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Mar 14 00:43:23 2012 @@ -59,8 +59,9 @@ The type attribute can be add,u Updated various plugin versions: - clirr-maven-plugin: 2.3 => 2.4 - clirr & RAT added to pluginManagement so can override the version from Apache POM + clirr-maven-plugin: 2.3 => 2.4 + clirr & RAT added to pluginManagement so can override the version from Apache POM + Add changes and jira reports