Author: apadilla
Date: Tue Oct 26 10:01:44 2010
New Revision: 1027439
URL: http://svn.apache.org/viewvc?rev=1027439&view=rev
Log:
[NPANDAY-330] - updated group and artifact IDs in the poms for the MVC project
integration test
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/NPanday330MVC2010ProjectTest/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/NPanday330MVC2010ProjectTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/NPanday330MVC2010ProjectTest/pom.xml?rev=1027439&r1=1027438&r2=1027439&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/NPanday330MVC2010ProjectTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/NPanday330MVC2010ProjectTest/pom.xml
Tue Oct 26 10:01:44 2010
@@ -2,14 +2,14 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://maven.apache.org/POM/4.0.0">
<parent>
<artifactId>NPanday330MVC2010ProjectTest-parent</artifactId>
- <groupId>Microsoft.NPanday330MVC2010ProjectTest</groupId>
+ <groupId>NPanday.ITs.NPanday330MVC2010ProjectTest</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>..\pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>NPanday330MVC2010ProjectTest</artifactId>
<packaging>library</packaging>
- <name>Microsoft.NPanday330MVC2010ProjectTest :
NPanday330MVC2010ProjectTest</name>
+ <name>NPanday.ITs.NPanday330MVC2010ProjectTest :
NPanday330MVC2010ProjectTest</name>
<build>
<sourceDirectory>./</sourceDirectory>
<plugins>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/pom.xml?rev=1027439&r1=1027438&r2=1027439&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPanday330MVC2010ProjectTest/pom.xml
Tue Oct 26 10:01:44 2010
@@ -1,10 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
- <groupId>Microsoft.NPanday330MVC2010ProjectTest</groupId>
+ <parent>
+ <groupId>NPanday.ITs</groupId>
+ <artifactId>NPanday.ITs.Parent</artifactId>
+ <version>1-SNAPSHOT</version>
+ </parent>
+ <groupId>NPanday.ITs.NPanday330MVC2010ProjectTest</groupId>
<artifactId>NPanday330MVC2010ProjectTest-parent</artifactId>
<packaging>pom</packaging>
- <name>Microsoft.NPanday330MVC2010ProjectTest :
NPanday330MVC2010ProjectTest-parent</name>
+ <name>NPanday.ITs.NPanday330MVC2010ProjectTest
:NPanday330MVC2010ProjectTest-parent</name>
<version>1.0-SNAPSHOT</version>
<modules>
<module>NPanday330MVC2010ProjectTest</module>