source: core/trunk/srv/ch.netzschmiede.flarmradar.srv.auth/pom.xml @ 28

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

#7

File size: 697 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  <parent>
3        <groupId>flarmradar</groupId>
4        <artifactId>ch.netzschmiede.flarmradar.all</artifactId>
5        <version>0.0.1-SNAPSHOT</version>
6  </parent>
7  <modelVersion>4.0.0</modelVersion>
8  <groupId>flarmradar</groupId>
9  <artifactId>ch.netzschmiede.flarmradar.srv.auth</artifactId>
10  <version>0.0.1-SNAPSHOT</version>
11  <packaging>ejb</packaging>
12  <name>ch.netzschmiede.flarmradar.srv.auth</name>
13  <description>Authentication &amp; authorization implementation</description>
14 
15</project>
Note: See TracBrowser for help on using the repository browser.