You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/09 21:38:23 UTC

svn commit: r675320 - /myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml

Author: skitching
Date: Wed Jul  9 12:38:23 2008
New Revision: 675320

URL: http://svn.apache.org/viewvc?rev=675320&view=rev
Log:
Update versions in release candidate to non-snapshot

Modified:
    myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml

Modified: myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml?rev=675320&r1=675319&r2=675320&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml (original)
+++ myfaces/myfaces-master-pom/branches/prepare-myfaces-6/pom.xml Wed Jul  9 12:38:23 2008
@@ -19,7 +19,7 @@
     <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>Apache MyFaces</name>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <description>
        The MyFaces project is home of the first free open source JavaServer Faces
        implementation as well as some useful JSF component libraries and other
@@ -647,7 +647,7 @@
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>checkstyle-rules</artifactId>
-                <version>1-SNAPSHOT</version>
+                <version>1</version>
               </dependency>
             </dependencies>
           </plugin>