This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-774 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 4491b7f607768e5d45d8bf8f69f730624277d30f Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Nov 17 13:02:29 2018 +0100 [MSHARED-774] - Upgrade maven-plugins parent to version 33 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e41cbf8..2928e02 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>32</version> + <version>33</version> <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath> </parent>