I was just about to fix this. This was the source of the problem building tomahawk on the trunk.
Sean On 4/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: manolito > Date: Tue Apr 18 11:06:36 2006 > New Revision: 394993 > > URL: http://svn.apache.org/viewcvs?rev=394993&view=rev > Log: > pom must not have an explicit version - must be inherited from parent pom > > Modified: > myfaces/shared/trunk/core/pom.xml > > Modified: myfaces/shared/trunk/core/pom.xml > URL: > http://svn.apache.org/viewcvs/myfaces/shared/trunk/core/pom.xml?rev=394993&r1=394992&r2=394993&view=diff > ============================================================================== > --- myfaces/shared/trunk/core/pom.xml (original) > +++ myfaces/shared/trunk/core/pom.xml Tue Apr 18 11:06:36 2006 > @@ -7,7 +7,6 @@ > <modelVersion>4.0.0</modelVersion> > <artifactId>myfaces-shared-core</artifactId> > <name>MyFaces Shared Core</name> > - <version>2.0.0</version> > <description>The MyFaces Shared Core Subproject build the sources atrifact > needed by shared-impl and shared-tomahawk</description> > <url>http://myfaces.apache.org</url> > @@ -83,4 +82,4 @@ > </plugin> > </plugins> > </reporting> > -</project> > \ No newline at end of file > +</project> > > >
