Mercurial > dive4elements > framework
comparison pom.xml @ 2:141457e0d7b1
Created a new sub project for artifact database server.
artifacts/trunk@9 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 03 Sep 2009 13:59:35 +0000 |
parents | |
children | b1ec257e9d8d |
comparison
equal
deleted
inserted
replaced
1:11c82d3f125e | 2:141457e0d7b1 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <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"> | |
3 <modelVersion>4.0.0</modelVersion> | |
4 <groupId>de.intevation.bsh</groupId> | |
5 <artifactId>artifact-system</artifactId> | |
6 <packaging>pom</packaging> | |
7 <version>1.0-SNAPSHOT</version> | |
8 <name>artifact-system</name> | |
9 <url>http://maven.apache.org</url> | |
10 <modules> | |
11 <module>artifacts</module> | |
12 <module>artifact-database</module> | |
13 </modules> | |
14 </project> |