You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/03/26 16:18:15 UTC

svn commit: r927909 - /myfaces/extensions/scripting/trunk/pom.xml

Author: werpu
Date: Fri Mar 26 15:18:15 2010
New Revision: 927909

URL: http://svn.apache.org/viewvc?rev=927909&view=rev
Log:
http://issues.apache.org/jira/browse/EXTSCRIPT-105

adding leonardos beta repo to the trunk so that we are now on a stable version

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

Modified: myfaces/extensions/scripting/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/pom.xml?rev=927909&r1=927908&r2=927909&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/pom.xml Fri Mar 26 15:18:15 2010
@@ -59,6 +59,17 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
+        <repository>
+            <id>myfaces2beta3</id>
+            <url>http://people.apache.org/~lu4242/myfaces200beta3/</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+
     </repositories>
 
     <dependencies>