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/10/03 13:45:23 UTC

svn commit: r452435 - /cocoon/trunk/pom.xml

Author: jheymans
Date: Tue Oct  3 04:45:23 2006
New Revision: 452435

URL: http://svn.apache.org/viewvc?view=rev&rev=452435
Log:
adding repo type

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=452435&r1=452434&r2=452435
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Tue Oct  3 04:45:23 2006
@@ -66,6 +66,12 @@
     <pluginRepository>
       <id>reinhard-m2-snapshot-repository</id>
       <url>http://www.apache.org/~reinhard/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
     <!-- Activate this element if you want to use snapshot versions of plugins
     <pluginRepository>