DataCheckbox component
[aramzamzam-commons.git] / aramzamzam-commons / pom.xml
blob608f6461fc34ac448562f0c9ed737eb542d5c053
1 <?xml version="1.0" encoding="UTF-8"?>
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   <modelVersion>4.0.0</modelVersion>
4   <groupId>net.aramzamzam.commons</groupId>
5   <artifactId>aramzamzam-commons</artifactId>
6   <packaging>pom</packaging>
7   <version>1.0-SNAPSHOT</version>
8   <name>aramzamzam-commons</name>
9   <url>http://maven.apache.org</url>
10   <modules>
11         <module>commons-hibernate</module>
12     <module>commons-tokens</module>
13     <module>commons-pages-behavoir</module>
14     <module>commons-components</module>
15   </modules>
16         <build>
17                 <plugins>
18                         <plugin>
19                                 <artifactId>maven-compiler-plugin</artifactId>
20                                 <configuration>
21                                         <source>1.6</source>
22                                         <target>1.6</target>
23                                         <optimize>true</optimize>
24                                         <encoding>UTF-8</encoding>
25                                 </configuration>
26                         </plugin>
27                 </plugins>
28         </build>
29   <dependencies>
30         <dependency>
31                 <groupId>org.testng</groupId>
32                 <artifactId>testng</artifactId>
33                 <version>5.1</version>
34                 <classifier>jdk15</classifier>
35                 <scope>test</scope>
36         </dependency>
37   </dependencies>
38 <properties>
39         <tapestry-release-version>5.0.18</tapestry-release-version>
40         <tapestry-spring-security-release-version>2.0.0</tapestry-spring-security-release-version>
41         <hibernate-core-release-version>3.3.1.GA</hibernate-core-release-version>
42         <hibernate-annontations-release-version>3.4.0.GA</hibernate-annontations-release-version>
43 </properties>
44 </project>