1 <?xml version="1.0" encoding="UTF-8"?>
\r
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">
\r
3 <modelVersion>4.0.0</modelVersion>
\r
4 <groupId>bmessage</groupId>
\r
5 <artifactId>jgroupdav</artifactId>
\r
6 <packaging>jar</packaging>
\r
7 <version>1.2</version>
\r
8 <name>jgroupdav</name>
\r
9 <url>http://bionicmessage.net</url>
\r
12 <id>modularity-releases</id>
\r
13 <name>Modularity Releases Repository</name>
\r
14 <url>http://m2.modularity.net.au/releases</url>
\r
18 <enabled>false</enabled>
\r
22 <id>bionicmessage</id>
\r
23 <name>bionicmessage releases and dependencies</name>
\r
24 <url>http://latest.bionicmessage.net/maven-repo</url>
\r
33 <groupId>net.fortuna</groupId>
\r
34 <artifactId>ical4j</artifactId>
\r
35 <version>1.0-beta4</version>
\r
38 <groupId>smallsql</groupId>
\r
39 <artifactId>smallsql</artifactId>
\r
40 <version>0.19</version>
\r
43 <groupId>xerces</groupId>
\r
44 <artifactId>xercesImpl</artifactId>
\r
45 <version>2.4.0</version>
\r
48 <groupId>junit</groupId>
\r
49 <artifactId>junit</artifactId>
\r
50 <version>4.4</version>
\r
54 <groupId>funambol</groupId>
\r
55 <artifactId>pim-framework</artifactId>
\r
56 <version>6.5.8-bm</version>
\r
57 <scope>compile</scope>
\r
65 <groupId>org.apache.maven.plugins</groupId>
\r
66 <artifactId>maven-compiler-plugin</artifactId>
\r
68 <source>1.5</source>
\r
69 <target>1.5</target>
\r