You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/01/22 05:16:42 UTC

svn commit: r901984 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml

Author: lu4242
Date: Fri Jan 22 04:16:42 2010
New Revision: 901984

URL: http://svn.apache.org/viewvc?rev=901984&view=rev
Log:
update versions to mbp 1.0.5 and myfaces-test to 1.0.0-alpha

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=901984&r1=901983&r2=901984&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Fri Jan 22 04:16:42 2010
@@ -179,7 +179,7 @@
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-plugin</artifactId>
-                <version>1.0.5-SNAPSHOT</version>
+                <version>1.0.5</version>
                 <executions>
                     <execution>
                         <goals>
@@ -412,7 +412,7 @@
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
             <artifactId>myfaces-test20</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0-alpha</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=901984&r1=901983&r2=901984&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Fri Jan 22 04:16:42 2010
@@ -845,7 +845,7 @@
     <dependency>
       <groupId>org.apache.myfaces.test</groupId>
       <artifactId>myfaces-test20</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-alpha</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -958,6 +958,6 @@
 
   <properties>
     <myfaces-shared.version>4.0.1-SNAPSHOT</myfaces-shared.version>
-    <myfaces-builder-plugin.version>1.0.5-SNAPSHOT</myfaces-builder-plugin.version>
+    <myfaces-builder-plugin.version>1.0.5</myfaces-builder-plugin.version>
   </properties>
 </project>