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 2010/11/06 02:26:44 UTC

svn commit: r1031911 - in /myfaces/commons/branches/jsf_20: myfaces-commons-components/pom.xml myfaces-commons-converters/pom.xml myfaces-commons-validators/pom.xml pom.xml

Author: lu4242
Date: Sat Nov  6 01:26:43 2010
New Revision: 1031911

URL: http://svn.apache.org/viewvc?rev=1031911&view=rev
Log:
update myfaces-test to 2.0 and myfaces core to 2.0.2

Modified:
    myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
    myfaces/commons/branches/jsf_20/pom.xml

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml?rev=1031911&r1=1031910&r2=1031911&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml Sat Nov  6 01:26:43 2010
@@ -167,7 +167,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test12</artifactId>
+            <artifactId>myfaces-test20</artifactId>
             <scope>test</scope>
         </dependency>
 

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml?rev=1031911&r1=1031910&r2=1031911&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml Sat Nov  6 01:26:43 2010
@@ -174,7 +174,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test12</artifactId>
+            <artifactId>myfaces-test20</artifactId>
             <scope>test</scope>
         </dependency>
         

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml?rev=1031911&r1=1031910&r2=1031911&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml Sat Nov  6 01:26:43 2010
@@ -176,7 +176,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.test</groupId>
-            <artifactId>myfaces-test12</artifactId>
+            <artifactId>myfaces-test20</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: myfaces/commons/branches/jsf_20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/pom.xml?rev=1031911&r1=1031910&r2=1031911&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/pom.xml Sat Nov  6 01:26:43 2010
@@ -45,6 +45,17 @@
       <url>scpexe://people.apache.org/www/myfaces.apache.org/commons20/</url>
     </site>
   </distributionManagement>
+
+    <pluginRepositories>
+         <pluginRepository>
+               <id>apache.snapshots</id>
+               <name>Apache Snapshot Repository</name>
+               <url>http://repository.apache.org/snapshots</url>
+               <releases>
+                 <enabled>false</enabled>
+               </releases>
+         </pluginRepository>
+    </pluginRepositories>
     <build>
         <plugins>
             <plugin>
@@ -173,7 +184,7 @@
 
             <dependency>
                 <groupId>org.apache.myfaces.test</groupId>
-                <artifactId>myfaces-test12</artifactId>
+                <artifactId>myfaces-test20</artifactId>
                 <version>1.0.0</version>
                 <scope>test</scope>
             </dependency>
@@ -340,6 +351,6 @@
     </reporting>
     <properties>
         <jetty.version>6.1.15</jetty.version>
-        <myfaces.version>1.2.9</myfaces.version>
+        <myfaces.version>2.0.2</myfaces.version>
     </properties>
 </project>