Author: vsiveton Date: Wed Aug 27 15:52:11 2008 New Revision: 689647 URL: http://svn.apache.org/viewvc?rev=689647&view=rev Log: o fixed groupId in the documentation
Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt?rev=689647&r1=689646&r2=689647&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt Wed Aug 27 15:52:11 2008 @@ -3,7 +3,7 @@ ------ Vincent Siveton ------ - February 2008 + 2008-08-27 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -67,7 +67,7 @@ ... <dependencies> <dependency> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <scope>test</scope> </dependency>