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/03/16 11:13:10 UTC

svn commit: r1082110 - /myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml

Author: gpetracek
Date: Wed Mar 16 10:13:10 2011
New Revision: 1082110

URL: http://svn.apache.org/viewvc?rev=1082110&view=rev
Log:
adding the apache snapshot-repository

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml

Modified: myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml?rev=1082110&r1=1082109&r2=1082110&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-examples/pom.xml Wed Mar 16 10:13:10 2011
@@ -64,4 +64,13 @@
         </profile>
     </profiles>
 
+    <repositories>
+        <repository>
+            <id>apache-snapshot-repository</id>
+            <url>https://repository.apache.org/content/repositories/snapshots/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>