You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/18 08:43:42 UTC

svn commit: r557175 - /myfaces/maven/trunk/master-pom/pom.xml

Author: matzew
Date: Tue Jul 17 23:43:41 2007
New Revision: 557175

URL: http://svn.apache.org/viewvc?view=rev&rev=557175
Log:
updated master-pom to use apache-apache-4

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=557175&r1=557174&r2=557175
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Jul 17 23:43:41 2007
@@ -21,6 +21,11 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>4</version>
+    </parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
     <packaging>pom</packaging>
@@ -490,22 +495,11 @@
            </roles>
         </contributor>
     </contributors>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/master-pom</url>
     </scm>
-    <organization>
-        <name>Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-    </organization>
     <build>
         <extensions>
             <extension>