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/11 19:52:04 UTC

svn commit: r462881 - /myfaces/tomahawk/trunk/core/pom.xml

Author: wsmoak
Date: Wed Oct 11 10:52:03 2006
New Revision: 462881

URL: http://svn.apache.org/viewvc?view=rev&rev=462881
Log:
Tomahawk trunk 1.1.5-SNAPSHOT uses Shared trunk 2.0.5-SNAPSHOT

Modified:
    myfaces/tomahawk/trunk/core/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?view=diff&rev=462881&r1=462880&r2=462881
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Wed Oct 11 10:52:03 2006
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-tomahawk</artifactId>
-      <version>2.0.4-SNAPSHOT</version>
+      <version>2.0.5-SNAPSHOT</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>
 
@@ -271,7 +271,7 @@
                 <artifactItem>
                    <groupId>org.apache.myfaces.shared</groupId>
                    <artifactId>myfaces-shared-tomahawk</artifactId>
-                   <version>2.0.4-SNAPSHOT</version>
+                   <version>2.0.5-SNAPSHOT</version>
                  </artifactItem>
                </artifactItems>
                <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -289,7 +289,7 @@
                     <artifactItem>
                         <groupId>org.apache.myfaces.shared</groupId>
                         <artifactId>myfaces-shared-tomahawk</artifactId>
-                        <version>2.0.4-SNAPSHOT</version>
+                        <version>2.0.5-SNAPSHOT</version>
                         <classifier>sources</classifier>
                     </artifactItem>
                 </artifactItems>