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 13:27:23 UTC

svn commit: r989606 - /myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml

Author: gpetracek
Date: Thu Aug 26 11:27:22 2010
New Revision: 989606

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

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml?rev=989606&r1=989605&r2=989606&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_2_0/examples/pom.xml Thu Aug 26 11:27:22 2010
@@ -41,6 +41,19 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/2_0_4_rc/examples</developerConnection>
         <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/2_0_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>