You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/05/19 11:41:43 UTC

svn commit: r1124642 [2/2] - in /myfaces/extensions/cdi/trunk: ./ alternative-modules/alternative-configuration-modules/ alternative-modules/alternative-configuration-modules/core-alternative-configuration-module/ alternative-modules/alternative-config...

Modified: myfaces/extensions/cdi/trunk/test-modules/webapp-test-module/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/test-modules/webapp-test-module/pom.xml?rev=1124642&r1=1124641&r2=1124642&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/test-modules/webapp-test-module/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/test-modules/webapp-test-module/pom.xml Thu May 19 09:41:41 2011
@@ -22,7 +22,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <packaging>jar</packaging>
+    <parent>
+        <groupId>org.apache.myfaces.extensions.cdi.test</groupId>
+        <artifactId>myfaces-extcdi-test-project</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
 
     <groupId>org.apache.myfaces.extensions.cdi.test</groupId>
     <artifactId>myfaces-extcdi-webapp-test</artifactId>
@@ -30,11 +34,6 @@
 
     <name>MyFaces Extensions-CDI Webapp-Test</name>
 
-    <parent>
-        <groupId>org.apache.myfaces.extensions.cdi.test</groupId>
-        <artifactId>myfaces-extcdi-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-    </parent>
 
     <properties>
         <webapptest.version>1.0.0-SNAPSHOT</webapptest.version>