Revision: | 17916 |
Committed: | Tue May 12 15:48:27 2009 UTC (11 years, 8 months ago) by rbijlsma |
Content type: | text/xml |
File size: | 789 byte(s) |
Log Message: | HSTTWODOCS-73:prepare release Release-HSTTWODOCS-v1_01_02 |
# | 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.02</version> |
8 | <relativePath>..</relativePath> |
9 | </parent> |
10 | |
11 | <name>hst_docs package</name> |
12 | <description>hst_docs package</description> |
13 | <groupId>org.onehippo.ecm</groupId> |
14 | <artifactId>hst_docs-package</artifactId> |
15 | <packaging>pom</packaging> |
16 | |
17 | |
18 | <modules> |
19 | <module>tomcat-cms</module> |
20 | <module>tomcat-site</module> |
21 | </modules> |
22 | |
23 | <build> |
24 | <defaultGoal>package</defaultGoal> |
25 | </build> |
26 | |
27 | </project> |