You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/06/23 20:21:54 UTC

svn commit: r416786 - /myfaces/core/branches/jsf12/api/pom.xml

Author: dennisbyrne
Date: Fri Jun 23 11:21:53 2006
New Revision: 416786

URL: http://svn.apache.org/viewvc?rev=416786&view=rev
Log:
upgrading mortbay dependency

Modified:
    myfaces/core/branches/jsf12/api/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?rev=416786&r1=416785&r2=416786&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Fri Jun 23 11:21:53 2006
@@ -91,7 +91,7 @@
       <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jsp</artifactId>
-      <version>2.1-6.0.0beta16</version>
+      <version>2.1-6.0.0beta17</version>
       <scope>compile</scope>
     </dependency>
     <dependency>