You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/06/22 19:53:32 UTC

svn commit: r1138568 - /struts/struts2/trunk/pom.xml

Author: lukaszlenart
Date: Wed Jun 22 17:53:32 2011
New Revision: 1138568

URL: http://svn.apache.org/viewvc?rev=1138568&view=rev
Log:
Removes snapshots repositories

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138568&r1=1138567&r2=1138568&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jun 22 17:53:32 2011
@@ -703,16 +703,4 @@
         </dependencies>
     </dependencyManagement>
 
-    <repositories>
-        <repository>
-            <id>apache-snapshot</id>
-            <url>https://repository.apache.org/content/repositories/snapshots/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
 </project>