Author: bodewig Date: Thu Dec 29 16:02:34 2016 New Revision: 1776445 URL: http://svn.apache.org/viewvc?rev=1776445&view=rev Log: bump version
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=1776445&r1=1776444&r2=1776445&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Thu Dec 29 16:02:34 2016 @@ -27,7 +27,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <packaging>pom</packaging> - <version>42-SNAPSHOT</version> + <version>43-SNAPSHOT</version> <name>Apache Commons Parent</name> <url>http://commons.apache.org/commons-parent-pom.html</url> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -37,6 +37,9 @@ </issueManagement> <!-- +Version 43: +--> +<!-- Version 42: - maven-changes-plugin 2.12 -> 2.12.1 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=1776445&r1=1776444&r2=1776445&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Dec 29 16:02:34 2016 @@ -59,7 +59,10 @@ The <action> type attribute can be add,u --> <body> - <release version="42" date="TBD" description="TBA"> + <release version="43" date="TBD" description="TBA"> + </release> + + <release version="42" date="2016-12-29" description="Updates plugins"> <action type="update">maven-site-plugin 3.4 -> 3.6 (for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)</action> <action type="update">jacoco-maven-plugin : 0.7.6.201602180812 -> 0.7.7.201606060606</action> <action type="update">commons-build-plugin : 1.6 -> 1.7</action>