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 2006/04/18 20:06:38 UTC

svn commit: r394993 - /myfaces/shared/trunk/core/pom.xml

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>



Re: svn commit: r394993 - /myfaces/shared/trunk/core/pom.xml

Posted by Sean Schofield <se...@gmail.com>.
I was just about to fix this.  This was the source of the problem
building tomahawk on the trunk.

Sean

On 4/18/06, manolito@apache.org <ma...@apache.org> 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>
>
>
>