Author: carlos Date: Thu Oct 18 19:42:18 2007 New Revision: 586235 URL: http://svn.apache.org/viewvc?rev=586235&view=rev Log: Upgrade plexus-interactivity-api to prevent clashes with old groupIds
Modified: maven/components/trunk/maven-core/pom.xml Modified: maven/components/trunk/maven-core/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/pom.xml?rev=586235&r1=586234&r2=586235&view=diff ============================================================================== --- maven/components/trunk/maven-core/pom.xml (original) +++ maven/components/trunk/maven-core/pom.xml Thu Oct 18 19:42:18 2007 @@ -96,17 +96,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> - <version>1.0-alpha-4</version> - <exclusions> - <exclusion> - <artifactId>plexus-utils</artifactId> - <groupId>plexus</groupId> - </exclusion> - <exclusion> - <artifactId>plexus-container-default</artifactId> - <groupId>org.codehaus.plexus</groupId> - </exclusion> - </exclusions> + <version>1.0-alpha-6</version> </dependency> <dependency> <groupId>org.apache.maven</groupId>