You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/08/08 19:01:42 UTC

svn commit: r429733 - /cocoon/trunk/settings.xml

Author: jheymans
Date: Tue Aug  8 10:01:42 2006
New Revision: 429733

URL: http://svn.apache.org/viewvc?rev=429733&view=rev
Log:
settings.xml tweaking

Modified:
    cocoon/trunk/settings.xml

Modified: cocoon/trunk/settings.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/settings.xml?rev=429733&r1=429732&r2=429733&view=diff
==============================================================================
--- cocoon/trunk/settings.xml (original)
+++ cocoon/trunk/settings.xml Tue Aug  8 10:01:42 2006
@@ -18,10 +18,14 @@
     <server>
       <id>apache-maven-snapshot</id>
       <username>jheymans</username>
+      <directoryPermissions>775</directoryPermissions>
+      <filePermissions>664</filePermissions
     </server>
     <server>
       <id>cocoon-staging-repo</id>
-      <username>maven</username>
+      <username>YOUR_USERNAME_HERE</username>
+      <directoryPermissions>775</directoryPermissions>
+      <filePermissions>664</filePermissions
     </server>
   </servers>
 </settings>