Author: ecki Date: Sat Dec 20 14:39:56 2014 New Revision: 1646993 URL: http://svn.apache.org/r1646993 Log: Update wagon-ssh 2.8, clean-plugin 2.6.1, assembly-plugin 2.5.3
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=1646993&r1=1646992&r2=1646993&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Sat Dec 20 14:39:56 2014 @@ -35,10 +35,13 @@ <!-- Version 36: -- maven-assembly-plugin 2.4.1 -> 2.5 -- maven-jxr-plugin 2.4 -> 2.5 -- maven-surefire-plugin 2.17 -> 2.18 -- maven-assembly-plugin 2.5 -> 2.5.1 +- Update maven-assembly-plugin 2.4.1 -> 2.5.3 +- Update maven-jxr-plugin 2.4 -> 2.5 +- Update maven-surefire-plugin 2.17 -> 2.18 +- Update maven-assembly-plugin 2.5 -> 2.5.1 +- Update maven-clean-plugin 2.6 -> 2.6.1 +- commons.wagon-ssh.version 2.6 -> 2.8 +- Fixed release-notes profile (announcementDirectory) Version 35: @@ -245,12 +248,12 @@ Version 35: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.1</version> + <version>2.5.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>2.6</version> + <version>2.6.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -1355,7 +1358,7 @@ Version 35: <commons.clirr.version>2.6.1</commons.clirr.version> <commons.jxr.version>2.5</commons.jxr.version> <commons.project-info.version>2.7</commons.project-info.version> - <commons.wagon-ssh.version>2.6</commons.wagon-ssh.version> + <commons.wagon-ssh.version>2.8</commons.wagon-ssh.version> <commons.site-plugin.version>3.4</commons.site-plugin.version> <commons.jacoco.version>0.7.2.201409121644</commons.jacoco.version> <commons.cobertura.version>2.6</commons.cobertura.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=1646993&r1=1646992&r2=1646993&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat Dec 20 14:39:56 2014 @@ -60,6 +60,16 @@ The <action> type attribute can be add,u <body> + <release version="36" date="2014-12-21" description="Update plugins, fix release-notes profile."> + <!-- List each change individually so the changes HTML report is easier to read --> + <action type="update">Update maven-jxr-plugin 2.4 to 2.5</action> + <action type="update">Update maven-surefire-plugin 2.17 to 2.18</action> + <action type="update">Update maven-assembly-plugin 2.5 to 2.5.1</action> + <action type="update">Update maven-clean-plugin 2.6 to 2.6.1</action> + <action type="update">Update commons.wagon-ssh.version 2.6 to 2.8</action> + <action type="fix">Add announcementDirectory to release-notes profile.</action> + </release> + <release version="35" date="2014-10-22" description="Update plugins and maintenance"> <!-- List each change individually so the changes HTML report is easier to read --> <action type="add">Add link to security page in general navigation section</action> @@ -67,8 +77,8 @@ The <action> type attribute can be add,u <action type="update">Suppress test Javadocs when building site</action> <action type="update">Suppress test Javadocs</action> <action type="update">Update JaCoCo to 0.7.2.201409121644</action> - <action type="update">Update maven-compiler-plugin to 3.1 to 3.2</action> - <action type="update">Update maven-source-plugin to 2.2.1 to 2.4</action> + <action type="update">Update maven-compiler-plugin 3.1 to 3.2</action> + <action type="update">Update maven-source-plugin 2.2.1 to 2.4</action> <action type="update">Update maven-site-plugin 3.3 to 3.4</action> <action type="update">Update maven-gpg-plugin 1.4 to 1.5</action> <action type="update">Update maven-jar-plugin 2.4 to 2.5</action>