| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>blog</artifactId> |
<artifactId>blog</artifactId> |
| 24 |
<currentVersion>1.0-SNAPSHOT</currentVersion> |
<currentVersion>1.0</currentVersion> |
| 25 |
<name>Blog Portlet</name> |
<name>Blog Portlet</name> |
| 26 |
<description>Blog Portlet</description> |
<description>Blog Portlet</description> |
| 27 |
<shortDescription>Blog</shortDescription> |
<shortDescription>Blog</shortDescription> |
| 73 |
<dependency> |
<dependency> |
| 74 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 75 |
<artifactId>marevol-utils</artifactId> |
<artifactId>marevol-utils</artifactId> |
| 76 |
<version>0.1-SNAPSHOT</version> |
<version>0.1</version> |
| 77 |
<type>jar</type> |
<type>jar</type> |
| 78 |
<properties> |
<properties> |
| 79 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 82 |
<dependency> |
<dependency> |
| 83 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 84 |
<artifactId>marevol-portlet-utils</artifactId> |
<artifactId>marevol-portlet-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>hibernate-utils</artifactId> |
<artifactId>hibernate-utils</artifactId> |
| 94 |
<version>0.1-SNAPSHOT</version> |
<version>0.1</version> |
| 95 |
<type>jar</type> |
<type>jar</type> |
| 96 |
<properties> |
<properties> |
| 97 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 99 |
</dependency> |
</dependency> |
| 100 |
|
|
| 101 |
<dependency> |
<dependency> |
| 102 |
<groupId>portals-bridges</groupId> |
<groupId>org.apache.portals.bridges</groupId> |
| 103 |
<artifactId>portals-bridges-common</artifactId> |
<artifactId>portals-bridges-common</artifactId> |
| 104 |
<version>0.4-SNAPSHOT</version> |
<version>1.0</version> |
| 105 |
<type>jar</type> |
<type>jar</type> |
| 106 |
<properties> |
<properties> |
| 107 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |