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:36:32 UTC

svn commit: r675319 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: skitching
Date: Wed Jul  9 12:36:32 2008
New Revision: 675319

URL: http://svn.apache.org/viewvc?rev=675319&view=rev
Log:
Move trunk versions forward now that checkstyle and master release branches have been made.

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=675319&r1=675318&r2=675319&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Wed Jul  9 12:36:32 2008
@@ -19,7 +19,7 @@
     <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>Apache MyFaces</name>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</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>2-SNAPSHOT</version>
               </dependency>
             </dependencies>
           </plugin>