Author: david.borruat
Date: 2010-05-03 07:05:21 -0400 (Mon, 03 May 2010)
New Revision: 2935
Modified:
sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/pom.xml
Log:
Modified: sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-03
11:01:14 UTC (rev 2934)
+++ sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/pom.xml 2010-05-03
11:05:21 UTC (rev 2935)
@@ -6,13 +6,15 @@
the parent isn't required, you can drop it if you add a groupId
and version
-->
- <parent>
+ <!-- <parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-unine-SNAPSHOT</version>
</parent>
-
+-->
+ <groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>gatein-jsp-hellouser</artifactId>
+ <version>3.0.0-unine-SNAPSHOT</version>
<packaging>war</packaging>
<name>GateIn Portal Examples - JSP Hello User Portlet</name>
@@ -33,6 +35,7 @@
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
+ <version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>