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 670AA109B9 for ; Thu, 27 Aug 2015 12:46:18 +0000 (UTC) Received: (qmail 28825 invoked by uid 500); 27 Aug 2015 12:46:18 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 28754 invoked by uid 500); 27 Aug 2015 12:46:18 -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 28745 invoked by uid 99); 27 Aug 2015 12:46:18 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 12:46:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id F1EBCAC009E for ; Thu, 27 Aug 2015 12:46:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1698139 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml Date: Thu, 27 Aug 2015 12:46:17 -0000 To: commits@commons.apache.org From: ecki@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150827124617.F1EBCAC009E@hades.apache.org> Author: ecki Date: Thu Aug 27 12:46:17 2015 New Revision: 1698139 URL: http://svn.apache.org/r1698139 Log: update plugin versions, prepare release notes Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1698139&r1=1698138&r2=1698139&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Aug 27 12:46:17 2015 @@ -5,14 +5,19 @@ The Apache Commons Parent team is please The Apache Commons Parent POM provides common settings for all Apache Commons components. -Fix bug in site Security link; update plugins +Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer. Changes in this version include: Changes: +o Update Compiler Plugin : 3.2 -> 3.3 +o Update Build Helper Plugin : 1.8 -> 1.9.1 +o Update Release Plugin : 2.5.1 -> 2.5.2 +o Update Javadoc Plugin : 2.10.2 -> 2.10.3 +o Update Jar Plugin : 2.5 -> 2.6 o Drop the "trunks-proper" profile -o Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile) -o Move assembly to standard location +o Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile) +o Move assembly to standard location. src/main => src/assembly/src.xml o Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946 Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1698139&r1=1698138&r2=1698139&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Thu Aug 27 12:46:17 2015 @@ -35,9 +35,13 @@ @@ -271,7 +275,7 @@ Version 39: org.apache.maven.plugins maven-jar-plugin - 2.5 + 2.6 org.apache.maven.plugins @@ -298,7 +302,7 @@ Version 39: org.apache.maven.plugins maven-release-plugin - 2.5.1 + 2.5.2 @@ -387,7 +391,7 @@ Version 39: org.codehaus.mojo build-helper-maven-plugin - 1.8 + 1.9.1 org.codehaus.mojo @@ -1387,7 +1391,7 @@ Version 39: 2.18.1 2.18.1 - 2.10.2 + 2.10.3 0.11 2.11 2.6.1 @@ -1398,7 +1402,7 @@ Version 39: 0.7.5.201505241946 2.7 2.0 - 3.2 + 3.3 1.1 2.5.5 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=1698139&r1=1698138&r2=1698139&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Aug 27 12:46:17 2015 @@ -59,10 +59,15 @@ The type attribute can be add,u --> - + + Update Compiler Plugin : 3.2 -> 3.3 + Update Build Helper Plugin : 1.8 -> 1.9.1 + Update Release Plugin : 2.5.1 -> 2.5.2 + Update Javadoc Plugin : 2.10.2 -> 2.10.3 + Update Jar Plugin : 2.5 -> 2.6 Drop the "trunks-proper" profile - Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile) - Move assembly to standard location + Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile) + Move assembly to standard location. src/main => src/assembly/src.xml Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946