You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/02/05 10:22:44 UTC

svn commit: r741055 - /myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml

Author: lofwyr
Date: Thu Feb  5 09:22:43 2009
New Revision: 741055

URL: http://svn.apache.org/viewvc?rev=741055&view=rev
Log:
Fix dependencies

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml?rev=741055&r1=741054&r2=741055&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/portlet/pom.xml Thu Feb  5 09:22:43 2009
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.21-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-portlet</artifactId>
   <packaging>war</packaging>
@@ -56,6 +56,7 @@
     <dependency>
       <groupId>javax.servlet.jsp</groupId>
       <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
     </dependency>
 
     <dependency>