[maven-release-plugin] prepare for next development iteration
[utils] / security / 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.7-SNAPSHOT</version>
8         <relativePath>..</relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.wamblee</groupId>
13   <artifactId>wamblee-security</artifactId>
14   <packaging>pom</packaging>
15   <name>/security</name>
16   <url>http://wamblee.org</url>
17
18   <modules>
19     <module>usermgt</module>
20   </modules>
21
22   <profiles>
23     <profile>
24       <id>all</id>
25       <activation>
26         <property>
27           <name>!performRelease</name>
28         </property>
29       </activation>
30       <modules>
31         <module>jpatest</module>
32       </modules>
33     </profile>
34   </profiles>
35
36   
37 </project>