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 2010/08/26 15:08:18 UTC

svn commit: r989664 - /myfaces/extensions/validator/trunk/examples/pom.xml

Author: gpetracek
Date: Thu Aug 26 13:08:17 2010
New Revision: 989664

URL: http://svn.apache.org/viewvc?rev=989664&view=rev
Log:
interim change for the hudson build

Modified:
    myfaces/extensions/validator/trunk/examples/pom.xml

Modified: myfaces/extensions/validator/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/examples/pom.xml?rev=989664&r1=989663&r2=989664&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/examples/pom.xml (original)
+++ myfaces/extensions/validator/trunk/examples/pom.xml Thu Aug 26 13:08:17 2010
@@ -41,7 +41,20 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/1_2_4_rc/examples</developerConnection>
         <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_2_4_rc/examples</url>
     </scm>
-    
+
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.com/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <build>
         <plugins>
             <plugin>