Revision: | 26984 |
Committed: | Wed Feb 16 16:14:18 2011 UTC (10 years ago) by mchatzidakis |
Content type: | text/xml |
File size: | 720 byte(s) |
Log Message: | PRODDOCS-75prepare for next development iteration |
# | User | Rev | Content |
---|---|---|---|
1 | mchatzidakis | 26816 | <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 | mchatzidakis | 26984 | <version>1.01.27-SNAPSHOT</version> |
8 | mchatzidakis | 26816 | <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> |