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 2012/02/11 21:32:41 UTC

svn commit: r1243152 - /myfaces/current20/test-webapp/webapp/pom.xml

Author: lu4242
Date: Sat Feb 11 20:32:41 2012
New Revision: 1243152

URL: http://svn.apache.org/viewvc?rev=1243152&view=rev
Log:
update pom to include staging repo

Modified:
    myfaces/current20/test-webapp/webapp/pom.xml

Modified: myfaces/current20/test-webapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/test-webapp/webapp/pom.xml?rev=1243152&r1=1243151&r2=1243152&view=diff
==============================================================================
--- myfaces/current20/test-webapp/webapp/pom.xml (original)
+++ myfaces/current20/test-webapp/webapp/pom.xml Sat Feb 11 20:32:41 2012
@@ -222,6 +222,7 @@
                     <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-api</artifactId>
                     <version>${jsf-ri.version}</version>
+                    <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>com.sun.faces</groupId>
@@ -361,13 +362,17 @@
         <repository>
             <id>java.net.2</id>
             <url>http://download.java.net/maven/2</url>
-        </repository>        
+        </repository>
+        <repository>
+            <id>apache.staging</id>
+            <url>https://repository.apache.org/content/repositories/staging</url>
+        </repository>
     </repositories>
 
     <properties>
         <!-- 2.0.3-20100630 -->
-        <jsf-ri.version>2.0.3-20100630</jsf-ri.version>
-        <jsf-myfaces.version>2.0.7-SNAPSHOT</jsf-myfaces.version>
+        <jsf-ri.version>2.0.6</jsf-ri.version>
+        <jsf-myfaces.version>2.0.12-SNAPSHOT</jsf-myfaces.version>
         <maven.jetty.plugin.version>6.1.16</maven.jetty.plugin.version>
         <log4j.version>1.2.13</log4j.version>
         <cargo.version>1.0</cargo.version>