Yes please do. This was an accidental result of the merge back down from the shared branch for the tomahawk release.
Sean On 6/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
Hi! I had to apply the following patch to be able to compile: Index: shared-tomahawk/pom.xml =================================================================== --- shared-tomahawk/pom.xml (Revision 413826) +++ shared-tomahawk/pom.xml (Arbeitskopie) @@ -7,7 +7,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>myfaces-shared-tomahawk</artifactId> <name>MyFaces Shared Tomahawk</name> - <version>2.0.2</version> + <version>2.0.3-SNAPSHOT</version> <description>This is the MyFaces Shared Tomahawk Subproject Description [INSERT MORE STUFF HERE]</description> <url>http://myfaces.apache.org</url> <scm> @@ -101,4 +101,4 @@ </plugin> </plugins> </build> -</project> \ Kein Zeilenvorschub am Ende der Datei +</project> Index: shared-impl/pom.xml =================================================================== --- shared-impl/pom.xml (Revision 413827) +++ shared-impl/pom.xml (Arbeitskopie) @@ -7,7 +7,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>myfaces-shared-impl</artifactId> <name>MyFaces Shared Impl</name> - <version>2.0.2</version> + <version>2.0.3-SNAPSHOT</version> <description>This is the MyFaces Shared Impl Subproject Description [INSERT MORE STUFF HERE]</description> <url>http://myfaces.apache.org</url> <scm> @@ -101,4 +101,4 @@ </plugin> </plugins> </build> -</project> \ Kein Zeilenvorschub am Ende der Datei +</project> If nobody mind, I'll commit it. Ciao, Mario
