You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/29 17:03:50 UTC

svn commit: r589704 - in /myfaces/myfaces-master-pom: tags/myfaces-master-8/ trunk/pom.xml

Author: manolito
Date: Mon Oct 29 09:03:49 2007
New Revision: 589704

URL: http://svn.apache.org/viewvc?rev=589704&view=rev
Log:
Reverted release:prepare for Version 8 - sorry!  ;-)
Changed groupId, artifactId and version to org.apache.myfaces:myfaces:1-SNAPSHOT

Removed:
    myfaces/myfaces-master-pom/tags/myfaces-master-8/
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=589704&r1=589703&r2=589704&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Mon Oct 29 09:03:49 2007
@@ -30,11 +30,11 @@
       This is a parent POM that is meant to be used by all MyFaces (sub) projects.
       It contains information that is common to all MyFaces artifacts.
     -->
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>myfaces-master</artifactId>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
     <packaging>pom</packaging>
     <name>MyFaces Master POM</name>
-    <version>9-SNAPSHOT</version>
+    <version>1-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 convenient JSF stuff.
     </description>