You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/09/11 16:08:28 UTC

svn commit: r1169459 - /httpcomponents/project/pom.xml

Author: sebb
Date: Sun Sep 11 14:08:28 2011
New Revision: 1169459

URL: http://svn.apache.org/viewvc?rev=1169459&view=rev
Log:
Allow snapshot dependencies to be resolved

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=1169459&r1=1169458&r2=1169459&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Sun Sep 11 14:08:28 2011
@@ -256,6 +256,18 @@
     </site>
   </distributionManagement>
 
+  <repositories>
+    <!-- allow snapshot dependencies to be resolved -->
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <plugins>
       <plugin>