You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/26 21:23:51 UTC

svn commit: r372603 - /myfaces/maven/trunk/master-pom/pom.xml

Author: bommel
Date: Thu Jan 26 12:23:38 2006
New Revision: 372603

URL: http://svn.apache.org/viewcvs?rev=372603&view=rev
Log:
added snapshot-repository

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/master-pom/pom.xml?rev=372603&r1=372602&r2=372603&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Thu Jan 26 12:23:38 2006
@@ -36,6 +36,16 @@
     <url>http://www.apache.org/</url>
   </organization>
 
+  <repositories>
+    <repository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>apache-maven-snapshots</id>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </repository>
+  </repositories>
+
   <pluginRepositories>
     <pluginRepository>
       <snapshots>