Rev | Line | |
---|
[13] | 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.lib</artifactId> |
---|
[112] | 5 | <version>0.1.0</version> |
---|
[13] | 6 | <packaging>pom</packaging> |
---|
| 7 | <name>ch.netzschmiede.flarmradar.lib</name> |
---|
| 8 | <description>Aggregator module for shared code</description> |
---|
| 9 | <url>http://www.flarmradar.ch</url> |
---|
| 10 | |
---|
| 11 | <modules> |
---|
| 12 | <module>ch.netzschmiede.flarmradar.lib.log</module> |
---|
| 13 | <module>ch.netzschmiede.flarmradar.lib.remote</module> |
---|
| 14 | <module>ch.netzschmiede.flarmradar.lib.upgrade</module> |
---|
| 15 | </modules> |
---|
| 16 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.