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/08 07:03:46 UTC

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

Author: dennisbyrne
Date: Wed Jun  7 22:03:46 2006
New Revision: 412659

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

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=412659&r1=412658&r2=412659&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Wed Jun  7 22:03:46 2006
@@ -91,7 +91,7 @@
       <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jsp</artifactId>
-      <version>2.1-6.0.0beta15</version>
+      <version>2.1-6.0.0beta16</version>
       <scope>compile</scope>
     </dependency>
     <dependency>