You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2018/11/01 11:38:00 UTC

[jira] [Updated] (MRRESOURCES-78) Upgrade maven-plugin-testing-harness to 1.3

     [ https://issues.apache.org/jira/browse/MRRESOURCES-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MRRESOURCES-78:
-------------------------------------
    Issue Type: Dependency upgrade  (was: Improvement)

> Upgrade maven-plugin-testing-harness to 1.3
> -------------------------------------------
>
>                 Key: MRRESOURCES-78
>                 URL: https://issues.apache.org/jira/browse/MRRESOURCES-78
>             Project: Maven Remote Resources Plugin
>          Issue Type: Dependency upgrade
>    Affects Versions: 1.6.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> Upgrade the:
> {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
(v7.6.3#76005)