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 2007/03/29 11:14:37 UTC

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

Author: manolito
Date: Thu Mar 29 02:14:35 2007
New Revision: 523642

URL: http://svn.apache.org/viewvc?view=rev&rev=523642
Log:
fixed wrong versions in assembly poms

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

Modified: myfaces/tomahawk/branches/1_1_5/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5/assembly/pom.xml?view=diff&rev=523642&r1=523641&r2=523642
==============================================================================
--- myfaces/tomahawk/branches/1_1_5/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5/assembly/pom.xml Thu Mar 29 02:14:35 2007
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>tomahawk-project</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.5</version>
   </parent>
 
   <scm>

Modified: myfaces/tomahawk/branches/1_1_5/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5/examples/assembly/pom.xml?view=diff&rev=523642&r1=523641&r2=523642
==============================================================================
--- myfaces/tomahawk/branches/1_1_5/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5/examples/assembly/pom.xml Thu Mar 29 02:14:35 2007
@@ -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.5</version>
     </parent>
 
     <scm>

Modified: myfaces/tomahawk/branches/1_1_5/sandbox/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5/sandbox/assembly/pom.xml?view=diff&rev=523642&r1=523641&r2=523642
==============================================================================
--- myfaces/tomahawk/branches/1_1_5/sandbox/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5/sandbox/assembly/pom.xml Thu Mar 29 02:14:35 2007
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.5-SNAPSHOT</version>
+        <version>1.1.5</version>
     </parent>
 
     <scm>

Modified: myfaces/tomahawk/branches/1_1_5/sandbox/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5/sandbox/examples/assembly/pom.xml?view=diff&rev=523642&r1=523641&r2=523642
==============================================================================
--- myfaces/tomahawk/branches/1_1_5/sandbox/examples/assembly/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5/sandbox/examples/assembly/pom.xml Thu Mar 29 02:14:35 2007
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
         <artifactId>sandbox-project</artifactId>
-        <version>1.1.5-SNAPSHOT</version>
+        <version>1.1.5</version>
     </parent>
 
     <scm>