1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project> |
3 |
<!-- the version of maven's project object model --> |
4 |
<pomVersion>3</pomVersion> |
5 |
<!-- a unique name for this project --> |
6 |
<artifactId>skeleton</artifactId> |
7 |
<groupId>skeleton</groupId> |
8 |
<id>skeleton</id> |
9 |
<!-- a short but descriptive name for the project --> |
10 |
<name>skeleton</name> |
11 |
<!-- The version of the project under development, e.g. |
12 |
1.1, 1.2, 2.0-SNAPSHOT --> |
13 |
<currentVersion>${maven.cocoon.site.version}</currentVersion> |
14 |
<!-- details about the organization that 'owns' the project --> |
15 |
<organization> |
16 |
<name>Hippo</name> |
17 |
<url>http://www.hippo.nl/</url> |
18 |
</organization> |
19 |
<!-- the year the project started --> |
20 |
<inceptionYear>2006</inceptionYear> |
21 |
<dependencies> |
22 |
<dependency> |
23 |
<groupId>hippo-cocoon</groupId> |
24 |
<artifactId>hippo-cocoon</artifactId> |
25 |
<version>2.1.8.13</version> |
26 |
<type>zip</type> |
27 |
</dependency> |
28 |
<dependency> |
29 |
<id>hippo-cocoon-extensions:hippo-skeleton-creator</id> |
30 |
<version>1.01.00-dev</version> |
31 |
<properties> |
32 |
<cocoon.bundle>true</cocoon.bundle> |
33 |
</properties> |
34 |
</dependency> |
35 |
</dependencies> |
36 |
</project> |