You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/08/01 16:12:59 UTC

svn commit: r226793 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Mon Aug  1 07:12:51 2005
New Revision: 226793

URL: http://svn.apache.org/viewcvs?rev=226793&view=rev
Log:
Remove temporarily the release policy until it work in m2

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=226793&r1=226792&r2=226793&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Aug  1 07:12:51 2005
@@ -203,9 +203,9 @@
       <id>snapshots</id>
       <name>Maven Snapshot Development Repository</name>
       <url>http://snapshots.maven.codehaus.org/maven2</url>
-      <releases>
+      <!-- releases>
         <enabled>false</enabled>
-      </releases>
+      </releases -->
     </repository>
   </repositories>
   <pluginRepositories>
@@ -213,9 +213,9 @@
       <id>snapshots</id>
       <name>Maven Snapshot Plugins Development Repository</name>
       <url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
-      <releases>
+      <!-- releases>
         <enabled>false</enabled>
-      </releases>
+      </releases -->
     </pluginRepository>
   </pluginRepositories>