Revision: | 24264 |
Committed: | Fri Oct 8 14:46:36 2010 UTC (11 years, 7 months ago) by nout |
Content type: | text/xml |
File size: | 720 byte(s) |
Log Message: | PRODDOCS-40: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>docsite</artifactId> |
7 | <version>1.01.22-SNAPSHOT</version> |
8 | <relativePath>../pom.xml</relativePath> |
9 | </parent> |
10 | |
11 | <name>Hippo Documentation Site Content</name> |
12 | <description>Hippo Documentation Site Content</description> |
13 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>docsite-content</artifactId> |
15 | <packaging>jar</packaging> |
16 | |
17 | |
18 | <build> |
19 | <defaultGoal>package</defaultGoal> |
20 | </build> |
21 | |
22 | |
23 | </project> |