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.3-SNAPSHOT</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>xerces</groupId>
\r
39 <artifactId>xercesImpl</artifactId>
\r
40 <version>2.9.1</version>
\r
43 <groupId>junit</groupId>
\r
44 <artifactId>junit</artifactId>
\r
45 <version>4.4</version>
\r
49 <groupId>com.h2database</groupId>
\r
50 <artifactId>h2</artifactId>
\r
51 <version>1.1.100</version>
\r
54 <groupId>funambol</groupId>
\r
55 <artifactId>pim-framework</artifactId>
\r
56 <version>7.1.0-SNAPSHOT</version>
\r
57 <scope>compile</scope>
\r
64 <groupId>org.apache.maven.plugins</groupId>
\r
65 <artifactId>maven-compiler-plugin</artifactId>
\r
67 <source>1.5</source>
\r
68 <target>1.5</target>
\r
72 <groupId>org.apache.maven.plugins</groupId>
\r
73 <artifactId>maven-surefire-plugin</artifactId>
\r
76 <exclude>CalDAVExtensions.java</exclude>
\r
83 <groupId>org.apache.maven.wagon</groupId>
\r
84 <artifactId>wagon-ftp</artifactId>
\r
85 <version>1.0-beta-2</version>
\r
90 <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
\r
92 <distributionManagement>
\r
93 <snapshotRepository>
\r
94 <id>bmessage-snapshots</id>
\r
95 <name>bionicmessage snapshots</name>
\r
96 <url>ftp://bionicmessage.net/www/latest/maven-snapshots-repo/</url>
\r
97 <uniqueVersion>false</uniqueVersion>
\r
98 </snapshotRepository>
\r
99 </distributionManagement>
\r