You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/09/18 12:44:11 UTC

svn commit: r1172244 - /myfaces/extensions/cdi/trunk/pom.xml

Author: gpetracek
Date: Sun Sep 18 10:44:11 2011
New Revision: 1172244

URL: http://svn.apache.org/viewvc?rev=1172244&view=rev
Log:
added snapshot repository (currently needed for the new myfaces parent)

Modified:
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=1172244&r1=1172243&r2=1172244&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Sun Sep 18 10:44:11 2011
@@ -40,6 +40,13 @@
         <url>http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/</url>
     </scm>
 
+    <repositories>
+        <repository>
+            <id>Apache Snapshot Repository</id>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+        </repository>
+    </repositories>
+
     <distributionManagement>
         <site>
             <id>apache.website</id>