You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/06/24 12:58:26 UTC

svn commit: r416900 - in /myfaces: core/trunk/api/pom.xml site/trunk/pom.xml tobago/trunk/pom.xml

Author: baranda
Date: Sat Jun 24 03:58:25 2006
New Revision: 416900

URL: http://svn.apache.org/viewvc?rev=416900&view=rev
Log:
Fixed parent version, that was not updated when the version was increased

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/site/trunk/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=416900&r1=416899&r2=416900&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Sat Jun 24 03:58:25 2006
@@ -84,7 +84,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.maven</groupId>
                     <artifactId>build-tools</artifactId>
-                    <version>1.0.4-SNAPSHOT</version>
+                    <version>1.0.5-SNAPSHOT</version>
                 </dependency>
             </dependencies> 
           </plugin>

Modified: myfaces/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/pom.xml?rev=416900&r1=416899&r2=416900&view=diff
==============================================================================
--- myfaces/site/trunk/pom.xml (original)
+++ myfaces/site/trunk/pom.xml Sat Jun 24 03:58:25 2006
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-master</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces</groupId>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=416900&r1=416899&r2=416900&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Jun 24 03:58:25 2006
@@ -452,7 +452,7 @@
       <extension>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>build-tools</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.5-SNAPSHOT</version>
       </extension>
     </extensions>
   </build>