Revision: | 17427 |
Committed: | Wed Apr 22 12:20:01 2009 UTC (11 years, 9 months ago) by rbijlsma |
Content type: | text/xml |
File size: | 731 byte(s) |
Log Message: | HSTTWODOCS-7:prepare for next development iteration |
# | Content |
---|---|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | <modelVersion>4.0.0</modelVersion> |
3 | |
4 | <parent> |
5 | <groupId>org.onehippo.ecm</groupId> |
6 | <artifactId>hst_docs</artifactId> |
7 | <version>1.01.00-SNAPSHOT</version> |
8 | <relativePath>../pom.xml</relativePath> |
9 | </parent> |
10 | |
11 | <name>My Hippo Site Toolkit Project Content</name> |
12 | <description>My Hippo Site Toolkit Project Content</description> |
13 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>hst_docs-content</artifactId> |
15 | <packaging>jar</packaging> |
16 | |
17 | <build> |
18 | <defaultGoal>package</defaultGoal> |
19 | </build> |
20 | |
21 | </project> |