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/11/07 21:22:32 UTC

svn commit: r592877 - /myfaces/tomahawk/trunk/pom.xml

Author: manolito
Date: Wed Nov  7 12:22:31 2007
New Revision: 592877

URL: http://svn.apache.org/viewvc?rev=592877&view=rev
Log:
fixed non wellformed xml (missing repositories start tag)

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=592877&r1=592876&r2=592877&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Wed Nov  7 12:22:31 2007
@@ -52,6 +52,7 @@
     </dependencies>
   </dependencyManagement>
 
+  <repositories>
     <repository>
       <id>myfaces-staging</id>
       <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>