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/02 08:03:30 UTC

svn commit: r673288 - /myfaces/core/trunk/pom.xml

Author: skitching
Date: Tue Jul  1 23:03:29 2008
New Revision: 673288

URL: http://svn.apache.org/viewvc?rev=673288&view=rev
Log:
Use current parent pom

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=673288&r1=673287&r2=673288&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Tue Jul  1 23:03:29 2008
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>5</version>
+    <version>6-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>