You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ws...@apache.org on 2007/01/28 04:00:51 UTC

svn commit: r500738 - /tiles/examples/trunk/tiles-showcase/pom.xml

Author: wsmoak
Date: Sat Jan 27 19:00:50 2007
New Revision: 500738

URL: http://svn.apache.org/viewvc?view=rev&rev=500738
Log:
Added the ASF snapshot repository, for the Struts dependency.

Modified:
    tiles/examples/trunk/tiles-showcase/pom.xml

Modified: tiles/examples/trunk/tiles-showcase/pom.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/pom.xml?view=diff&rev=500738&r1=500737&r2=500738
==============================================================================
--- tiles/examples/trunk/tiles-showcase/pom.xml (original)
+++ tiles/examples/trunk/tiles-showcase/pom.xml Sat Jan 27 19:00:50 2007
@@ -195,4 +195,30 @@
     </profiles>
 
 
+    <!-- Needs to be commented out for releases -->
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </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>