This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEPLOY-230 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
commit 8ca9666c9ddd6b9db4fdd9c94f1ae52f25f173c6 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Feb 10 16:46:12 2018 +0100 [MDEPLOY-230] - Update parent to 31. --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 87b4423..8364997 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>30</version> + <version>31</version> <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath> </parent> @@ -200,7 +200,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.3</version> <configuration> <!-- For JIRA-report --> <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.