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/27 19:50:18 UTC

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

Author: manolito
Date: Sat Oct 27 10:50:17 2007
New Revision: 589162

URL: http://svn.apache.org/viewvc?rev=589162&view=rev
Log:
Initial commit of the revised myfaces master pom at it's new location.
This is a 1:1 copy of the old pom at https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom
Only the version and description was changed so far.

Added:
    myfaces/myfaces-master-pom/tags/
    myfaces/myfaces-master-pom/trunk/
    myfaces/myfaces-master-pom/trunk/pom.xml
      - copied, changed from r589150, myfaces/maven/trunk/master-pom/pom.xml

Copied: myfaces/myfaces-master-pom/trunk/pom.xml (from r589150, myfaces/maven/trunk/master-pom/pom.xml)
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?p2=myfaces/myfaces-master-pom/trunk/pom.xml&p1=myfaces/maven/trunk/master-pom/pom.xml&r1=589150&r2=589162&rev=589162&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Sat Oct 27 10:50:17 2007
@@ -9,10 +9,12 @@
     <artifactId>myfaces-master</artifactId>
     <packaging>pom</packaging>
     <name>Master POM</name>
-    <version>1.0.7-SNAPSHOT</version>
-    <description>This is a master POM that is meant to be used by the various MyFaces modules.  It contains information that is
-        common to all projects.</description>
-    <url>http://myfaces.apache.org/projects</url>
+    <version>8-SNAPSHOT</version>
+    <description>
+      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.
+    </description>
+    <url>http://myfaces.apache.org</url>
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
@@ -649,4 +651,4 @@
     </profile>
   </profiles>
     
-</project>
\ No newline at end of file
+</project>