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/03 21:24:44 UTC

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

Author: dennisbyrne
Date: Sat Jun  3 12:24:44 2006
New Revision: 411461

URL: http://svn.apache.org/viewvc?rev=411461&view=rev
Log:
changed JSP api version number from 2.0 to 2.1

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=411461&r1=411460&r2=411461&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Sat Jun  3 12:24:44 2006
@@ -109,9 +109,9 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
+      <groupId>javax.servlet.jsp</groupId>
       <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
+      <version>2.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>