You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2006/11/09 17:55:09 UTC

svn commit: r472975 - /struts/sandbox/trunk/tiles/pom.xml

Author: apetrelli
Date: Thu Nov  9 08:55:08 2006
New Revision: 472975

URL: http://svn.apache.org/viewvc?view=rev&rev=472975
Log:
Enabled snapshot plugin repositories

Modified:
    struts/sandbox/trunk/tiles/pom.xml

Modified: struts/sandbox/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?view=diff&rev=472975&r1=472974&r2=472975
==============================================================================
--- struts/sandbox/trunk/tiles/pom.xml (original)
+++ struts/sandbox/trunk/tiles/pom.xml Thu Nov  9 08:55:08 2006
@@ -171,5 +171,12 @@
             </releases>
         </repository>
     </repositories>
-
+    <pluginRepositories>
+    <pluginRepository>
+        <id>apache.snapshots</id>
+        <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+        <snapshots><enabled>true</enabled></snapshots>
+        <releases><enabled>false</enabled></releases>
+    </pluginRepository>
+    </pluginRepositories> 
 </project>