source: core/trunk/api/pom.xml @ 101

Last change on this file since 101 was 70, checked in by smoser, 13 years ago

#34

  • Property svn:mime-type set to text/plain
File size: 633 bytes
Line 
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/xsd/maven-4.0.0.xsd">
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>flarmradar</groupId>
4  <artifactId>ch.netzschmiede.flarmradar.api</artifactId>
5  <version>0.0.1-SNAPSHOT</version>
6  <packaging>pom</packaging>
7  <name>ch.netzschmiede.flarmradar.api</name>
8  <description>Aggregator module for API modules</description>
9  <url>http://www.flarmradar.ch</url>
10
11        <modules>
12                <module>ch.netzschmiede.flarmradar.api.core</module>
13        </modules>
14</project>
Note: See TracBrowser for help on using the repository browser.