You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/26 08:31:56 UTC

svn commit: r631111 - /myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Mon Feb 25 23:31:43 2008
New Revision: 631111

URL: http://svn.apache.org/viewvc?rev=631111&view=rev
Log:
updated versions (jetty, jsf ri)

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml?rev=631111&r1=631110&r2=631111&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml Mon Feb 25 23:31:43 2008
@@ -135,7 +135,7 @@
            <plugin>
              <groupId>org.mortbay.jetty</groupId>
              <artifactId>maven-jetty-plugin</artifactId>
-             <version>6.1.2rc0</version>
+             <version>6.1.7</version>
              <configuration>
                <scanIntervalSeconds>10</scanIntervalSeconds>
              </configuration>
@@ -181,11 +181,13 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
+          <version>1.2_07</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
+          <version>1.2_07</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>