Bernd, I made this change since there's really no need for us to publish this pom's parent. The parent is just a convenience pom for building the lower poms. Agreed?
Sean On 2/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: schof > Date: Fri Feb 10 05:39:38 2006 > New Revision: 376669 > > URL: http://svn.apache.org/viewcvs?rev=376669&view=rev > Log: > no need to reference parent - that's just one more pom to publish > > Modified: > myfaces/maven/trunk/master-pom/pom.xml > > Modified: myfaces/maven/trunk/master-pom/pom.xml > URL: > http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=376669&r1=376668&r2=376669&view=diff > ============================================================================== > --- myfaces/maven/trunk/master-pom/pom.xml (original) > +++ myfaces/maven/trunk/master-pom/pom.xml Fri Feb 10 05:39:38 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.1-SNAPSHOT</version> > - </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.myfaces.maven</groupId> > <artifactId>myfaces-master</artifactId> > > >
