This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MPH-125 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit ddf64c0f49bdf4ec0d9dd120916282c03685564a Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Tue Feb 13 19:51:02 2018 +0100 [MPH-125] - Upgrade parent to 31 o Needed to add some excludes to get that building. --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63fa078..4b65b13 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>30</version> + <version>31</version> <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath> </parent> @@ -110,6 +110,18 @@ under the License. <artifactId>maven-project</artifactId> </exclusion> <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm-commons</artifactId> + </exclusion> + <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm-tree</artifactId> + </exclusion> + <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-descriptor</artifactId> </exclusion> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.