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/02/04 23:00:18 UTC

[jira] (ARCHETYPE-468) Upgrade maven-plugin-testing-harness to 1.3

     [ https://jira.codehaus.org/browse/ARCHETYPE-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl-Heinz Marbaise closed ARCHETYPE-468.
-----------------------------------------

    Resolution: Fixed
      Assignee: Karl-Heinz Marbaise

Fixed in [r1657416|http://svn.apache.org/r1657416]

> Upgrade maven-plugin-testing-harness to 1.3
> -------------------------------------------
>
>                 Key: ARCHETYPE-468
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-468
>             Project: Maven Archetype
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Karl-Heinz Marbaise
>            Assignee: Karl-Heinz Marbaise
>            Priority: Minor
>             Fix For: 2.3
>
>
> Upgrade from:
> {code:xml}
> <dependency>
>    <groupId>org.apache.maven.shared</groupId>
>    <artifactId>maven-plugin-testing-harness</artifactId>
>    <version>1.1</version>
>    <scope>test</scope>
> </dependency>
> {code}
> to:
> {code:xml}
> <dependency>
>     <groupId>org.apache.maven.plugin-testing</groupId>
>     <artifactId>maven-plugin-testing-harness</artifactId>
>     <version>1.3</version>
>    <scope>test</scope>
> </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)