You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ws...@apache.org on 2006/10/17 03:58:08 UTC

svn commit: r464768 - in /myfaces/tomahawk/branches/1_1_4: assembly/pom.xml examples/assembly/pom.xml pom.xml sandbox/assembly/pom.xml sandbox/examples/assembly/pom.xml

Author: wsmoak
Date: Mon Oct 16 18:58:06 2006
New Revision: 464768

URL: http://svn.apache.org/viewvc?view=rev&rev=464768
Log:
Correct version numbers on the assemblies in the Tomahawk 1.1.4 branch.

Modified:
    myfaces/tomahawk/branches/1_1_4/assembly/pom.xml
    myfaces/tomahawk/branches/1_1_4/examples/assembly/pom.xml
    myfaces/tomahawk/branches/1_1_4/pom.xml
    myfaces/tomahawk/branches/1_1_4/sandbox/assembly/pom.xml
    myfaces/tomahawk/branches/1_1_4/sandbox/examples/assembly/pom.xml

Modified: myfaces/tomahawk/branches/1_1_4/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_4/assembly/pom.xml?view=diff&rev=464768&r1=464767&r2=464768
==============================================================================
--- myfaces/tomahawk/branches/1_1_4/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_4/assembly/pom.xml Mon Oct 16 18:58:06 2006
@@ -6,13 +6,13 @@
   <packaging>pom</packaging>
   <name>Tomahawk Assembly</name>
   <description>
-  	This is the MyFaces Assembly [INSERT MORE STUFF HERE]
+  	This is the MyFaces Tomahawk Assembly
   </description>
 
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
   </parent>
 
   <scm>

Modified: myfaces/tomahawk/branches/1_1_4/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_4/examples/assembly/pom.xml?view=diff&rev=464768&r1=464767&r2=464768
==============================================================================
--- myfaces/tomahawk/branches/1_1_4/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_4/examples/assembly/pom.xml Mon Oct 16 18:58:06 2006
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>tomahawk-examples-project</artifactId>
-        <version>1.1.5-SNAPSHOT</version>
+        <version>1.1.4-SNAPSHOT</version>
     </parent>
 
     <scm>

Modified: myfaces/tomahawk/branches/1_1_4/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_4/pom.xml?view=diff&rev=464768&r1=464767&r2=464768
==============================================================================
--- myfaces/tomahawk/branches/1_1_4/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_4/pom.xml Mon Oct 16 18:58:06 2006
@@ -7,7 +7,7 @@
   <packaging>pom</packaging>
   <name>Tomahawk Project</name>
   <url>http://myfaces.apache.org/tomahawk</url> <!-- TODO which url has tomahawk? -->
-  <version>1.1.5-SNAPSHOT</version>	 
+  <version>1.1.4-SNAPSHOT</version>	 
   <description>Apache MyFaces Tomahawk is a sub-project of Apache MyFaces which provides an extensive sets
   of custom components for use in your JSF-projects. Additionally, Tomahawk includes many custom
   features helping you to implement JSF-projects more easily.

Modified: myfaces/tomahawk/branches/1_1_4/sandbox/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_4/sandbox/assembly/pom.xml?view=diff&rev=464768&r1=464767&r2=464768
==============================================================================
--- myfaces/tomahawk/branches/1_1_4/sandbox/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_4/sandbox/assembly/pom.xml Mon Oct 16 18:58:06 2006
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.5-SNAPSHOT</version>
+        <version>1.1.4-SNAPSHOT</version>
     </parent>
 
     <scm>

Modified: myfaces/tomahawk/branches/1_1_4/sandbox/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_4/sandbox/examples/assembly/pom.xml?view=diff&rev=464768&r1=464767&r2=464768
==============================================================================
--- myfaces/tomahawk/branches/1_1_4/sandbox/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_4/sandbox/examples/assembly/pom.xml Mon Oct 16 18:58:06 2006
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.5-SNAPSHOT</version>
+        <version>1.1.4-SNAPSHOT</version>
     </parent>
 
     <scm>