You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/10/21 03:04:07 UTC

svn commit: r1187148 - /myfaces/commons/branches/jsf_20/pom.xml

Author: lu4242
Date: Fri Oct 21 01:04:07 2011
New Revision: 1187148

URL: http://svn.apache.org/viewvc?rev=1187148&view=rev
Log:
temporal fix for myfaces-master-pom snapshot

Modified:
    myfaces/commons/branches/jsf_20/pom.xml

Modified: myfaces/commons/branches/jsf_20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/pom.xml?rev=1187148&r1=1187147&r2=1187148&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/pom.xml Fri Oct 21 01:04:07 2011
@@ -46,6 +46,18 @@
     </site>
   </distributionManagement>
 
+   <!-- TODO: remove this as soon as myfaces master pom 11 is released -->
+   <repositories>
+       <repository>
+          <id>apache.snapshots</id>
+          <name>Apache Snapshot Repository</name>
+          <url>http://repository.apache.org/snapshots</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+       </repository>
+   </repositories>
+   
     <pluginRepositories>
          <pluginRepository>
                <id>apache.snapshots</id>