You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2006/06/13 10:08:47 UTC

pom.xml shared wrong version

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


Re: pom.xml shared wrong version

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Sean,

ok, thanks, Done!

Ciao,
Mario


Re: pom.xml shared wrong version

Posted by Sean Schofield <se...@gmail.com>.
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 <ma...@ops.co.at> 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
>
>