[ https://jira.codehaus.org/browse/MCLEAN-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl-Heinz Marbaise updated MCLEAN-59: -------------------------------------- Description: {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 new version which implies a change of the groupId. {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} was: {code:xml} <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.1</version> <scope>test</scope> {code} to new version which implies a change of the groupId. {code:xml} <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.3</version> <scope>test</scope> {code} > Upgrade maven-plugins-testing-harness from 1.1 to 1.3 > ----------------------------------------------------- > > Key: MCLEAN-59 > URL: https://jira.codehaus.org/browse/MCLEAN-59 > Project: Maven Clean Plugin > Issue Type: Improvement > Affects Versions: 2.6.1 > Reporter: Karl-Heinz Marbaise > Priority: Minor > Fix For: 2.6.1 > > > {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 new version which implies a change of the groupId. > {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)