Karl-Heinz Marbaise created MEJB-78:
---------------------------------------
Summary: Upgrade maven-plugin-testing-harness to 1.3
Key: MEJB-78
URL: https://jira.codehaus.org/browse/MEJB-78
Project: Maven EJB Plugin
Issue Type: Improvement
Affects Versions: 2.5
Reporter: Karl-Heinz Marbaise
Priority: Minor
>From this:
{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 the following:
{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)