Sync up to the latest version of my source code
[funambol-citadel-connector.git] / jcitadel / pom.xml
blob16999931dbbb102a884ae8a4cbadeda34ad6d498
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>bmessage</groupId>
5     <artifactId>jcitadel</artifactId>
6     <packaging>jar</packaging>
7     <version>2.0</version>
8     <name>jcitadel</name>
9     <url>http://bionicmessage.net</url>
10     
11     <build>
12         <plugins>
13             <plugin>
14                 <groupId>org.apache.maven.plugins</groupId>
15                 <artifactId>maven-compiler-plugin</artifactId>
16                 <configuration>
17                     <source>1.5</source>
18                     <target>1.5</target>
19                 </configuration>
20             </plugin>
21         </plugins>
22     </build>
23     <dependencies>
24         <dependency>
25             <groupId>junit</groupId>
26             <artifactId>junit</artifactId>
27             <version>4.7</version>
28             <scope>test</scope>
29         </dependency>
30     </dependencies>
31 </project>