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>
11 <module>commons-hibernate</module>
12 <module>commons-tokens</module>
13 <module>commons-pages-behavoir</module>
14 <module>commons-components</module>
19 <artifactId>maven-compiler-plugin</artifactId>
23 <optimize>true</optimize>
24 <encoding>UTF-8</encoding>
31 <groupId>org.testng</groupId>
32 <artifactId>testng</artifactId>
33 <version>5.1</version>
34 <classifier>jdk15</classifier>
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>