[maven-release-plugin] prepare release wamblee-utils-0.3
[utils] / security / usermgt / pom.xml
1 <?xml version="1.0"?>
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
4   <parent>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <version>0.3</version>
8   </parent>
9
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.wamblee</groupId>
12   <artifactId>wamblee-security-usermgt</artifactId>
13   <packaging>jar</packaging>
14   <name>/security/usermgt</name>
15   <url>http://wamblee.org</url>
16   <dependencies>
17
18     <dependency>
19       <groupId>org.wamblee</groupId>
20       <artifactId>wamblee-system-general</artifactId>
21       <version>0.3</version>
22     </dependency>
23
24     <dependency>
25       <groupId>javax</groupId>
26       <artifactId>javaee-api</artifactId>
27     </dependency>
28
29     <dependency>
30       <groupId>commons-codec</groupId>
31       <artifactId>commons-codec</artifactId>
32     </dependency>
33
34   </dependencies>
35   
36   <distributionManagement>
37     <site>
38       <id>security-usermgt-site</id>
39       <url>file:${distrib}/security/usermgt</url>
40     </site>
41   </distributionManagement>
42
43 </project>