You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2015/03/28 16:53:19 UTC

[jira] (MDOCCK-31) Upgrade maven-plugin-tools 3.2

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)