You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/02 09:55:03 UTC

svn commit: r365322 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Mon Jan  2 00:55:00 2006
New Revision: 365322

URL: http://svn.apache.org/viewcvs?rev=365322&view=rev
Log:
Enable snapshots on codehaus (fix syntax)

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=365322&r1=365321&r2=365322&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Jan  2 00:55:00 2006
@@ -210,13 +210,13 @@
   </modules>
   <repositories>
     <repository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
       <id>codehaus</id>
       <name>Codehaus Repository</name>
       <url>http://dist.codehaus.org</url>
       <layout>legacy</layout>
-      <snapshot>
-        <enabled>true</enabled>
-      </snapshot>
     </repository>
     <!--repository>
       <id>ibiblio</id>