From: Carlos S. <car...@us...> - 2005-10-14 02:52:21
|
carlossg 05/10/13 19:52:14 Modified: maven-dashboard-history/history-dashboard project.xml Log: Use right mockrunner groupId Revision Changes Path 1.3 +1 -1 maven-plugins/maven-dashboard-history/history-dashboard/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven-dashboard-history/history-dashboard/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 29 Jul 2005 16:16:18 -0000 1.2 +++ project.xml 14 Oct 2005 02:52:12 -0000 1.3 @@ -79,7 +79,7 @@ <version>2.3</version> </dependency> <dependency> - <groupId>mockrunner</groupId> + <groupId>com.mockrunner</groupId> <artifactId>mockrunner</artifactId> <version>0.3.1</version> </dependency> |