You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/11 14:07:02 UTC

svn commit: r376974 - in /myfaces/maven/branches/1_0_0: master-pom/pom.xml wagon-maven-plugin/pom.xml

Author: schof
Date: Sat Feb 11 05:07:01 2006
New Revision: 376974

URL: http://svn.apache.org/viewcvs?rev=376974&view=rev
Log:
trivial change to remove dependency on mave-project as a parent pom (so we are not required to publish the parent pom also.

Modified:
    myfaces/maven/branches/1_0_0/master-pom/pom.xml
    myfaces/maven/branches/1_0_0/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/branches/1_0_0/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/master-pom/pom.xml?rev=376974&r1=376973&r2=376974&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/master-pom/pom.xml Sat Feb 11 05:07:01 2006
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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">
-  <parent>
-    <artifactId>maven-project</artifactId>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.0</version>
-  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>myfaces-master</artifactId>

Modified: myfaces/maven/branches/1_0_0/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/wagon-maven-plugin/pom.xml?rev=376974&r1=376973&r2=376974&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/wagon-maven-plugin/pom.xml Sat Feb 11 05:07:01 2006
@@ -1,9 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" 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">
-  <parent>
-    <artifactId>maven-project</artifactId>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.0</version>
-  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>wagon-maven-plugin</artifactId>