You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2013/01/12 10:40:16 UTC

svn commit: r1432403 - /james/server/trunk/pom.xml

Author: eric
Date: Sat Jan 12 09:40:16 2013
New Revision: 1432403

URL: http://svn.apache.org/viewvc?rev=1432403&view=rev
Log:
Add apache snapshots repository (JAMES-1470)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1432403&r1=1432402&r2=1432403&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Jan 12 09:40:16 2013
@@ -40,6 +40,18 @@
     <url>http://james.apache.org/server/head/</url>
     <inceptionYear>2002</inceptionYear>
 
+    <repositories>
+      <!-- apache.snapshot is needed for james-project SNAPSHOT, see JAMES-1470 -->
+      <repository>
+        <id>apache.snapshots</id>
+        <name>Apache Snapshot Repository</name>
+        <url>http://repository.apache.org/snapshots</url>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+      </repository>
+    </repositories>
+
     <modules>
         <module>app</module>
         <module>util</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org