Karl-Heinz Marbaise created MDOCCK-31: -----------------------------------------
Summary: Upgrade maven-plugin-tools 3.2 Key: MDOCCK-31 URL: https://jira.codehaus.org/browse/MDOCCK-31 Project: Maven Documentation Checker Plugin Issue Type: Improvement Affects Versions: 1.1 Reporter: Karl-Heinz Marbaise Priority: Minor {code} <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-api</artifactId> <version>2.4.3</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-java</artifactId> <version>2.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-beanshell</artifactId> <version>2.4.3</version> <scope>runtime</scope> </dependency> {code} into {code} <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-api</artifactId> <version>3.2</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-java</artifactId> <version>3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-beanshell</artifactId> <version>3.2</version> <scope>runtime</scope> </dependency> {code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)