Author: brett
Date: Mon Dec 26 01:57:56 2011
New Revision: 1224670
URL: http://svn.apache.org/viewvc?rev=1224670&view=rev
Log:
fix group ID
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml?rev=1224670&r1=1224669&r2=1224670&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
Mon Dec 26 01:57:56 2011
@@ -34,7 +34,7 @@
<sourceDirectory>./</sourceDirectory>
<plugins>
<plugin>
- <groupId>npanday.plugin</groupId>
+ <groupId>org.apache.npanday.plugins</groupId>
<artifactId>maven-compile-plugin</artifactId>
<extensions>true</extensions>
<configuration>
@@ -49,4 +49,4 @@
<properties>
<npanday.settings>${basedir}</npanday.settings>
</properties>
-</project>
\ No newline at end of file
+</project>