| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>todolist</artifactId> |
<artifactId>todolist</artifactId> |
| 24 |
<currentVersion>0.1-SNAPSHOT</currentVersion> |
<currentVersion>0.1</currentVersion> |
| 25 |
<name>ToDo List Portlet</name> |
<name>ToDo List Portlet</name> |
| 26 |
<description>Portlet to manage your todo tasks</description> |
<description>Portlet to manage your todo tasks</description> |
| 27 |
<shortDescription>ToDo task management</shortDescription> |
<shortDescription>ToDo task management</shortDescription> |
| 82 |
<dependency> |
<dependency> |
| 83 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 84 |
<artifactId>marevol-faces-utils</artifactId> |
<artifactId>marevol-faces-utils</artifactId> |
| 85 |
<version>0.1-SNAPSHOT</version> |
<version>0.1</version> |
| 86 |
<type>jar</type> |
<type>jar</type> |
| 87 |
<properties> |
<properties> |
| 88 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 91 |
<dependency> |
<dependency> |
| 92 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 93 |
<artifactId>marevol-portlet-utils</artifactId> |
<artifactId>marevol-portlet-utils</artifactId> |
| 94 |
<version>0.2-SNAPSHOT</version> |
<version>0.2</version> |
| 95 |
<type>jar</type> |
<type>jar</type> |
| 96 |
<properties> |
<properties> |
| 97 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 100 |
<dependency> |
<dependency> |
| 101 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 102 |
<artifactId>marevol-hibernate-utils</artifactId> |
<artifactId>marevol-hibernate-utils</artifactId> |
| 103 |
<version>0.2</version> |
<version>0.3</version> |
| 104 |
<type>jar</type> |
<type>jar</type> |
| 105 |
<properties> |
<properties> |
| 106 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |