<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.tomas-teubner</groupId>
  <artifactId>mobile-sync</artifactId>
  <name>Mobile Synchronizer</name>
  <version>1.0.0</version>
  <description>Mobile Synchronizer</description>
  <url>http://tsteub.dnslias.org/site/${pom.artifactId}/1.0.0</url>
  <developers>
    <developer>
      <id>tomas</id>
      <name>Tomas Teubner</name>
      <email>tomas@tomas-teubner.de</email>
      <url>http://www.tomas-teubner.de</url>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>tt License</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://tsteub.dnsalias.org/repos/tomas/java/mobile/sync/tags/mobile-sync-1.0.0</connection>
    <developerConnection>scm:svn:https://tsteub.dnsalias.org/repos/tomas/java/mobile/sync/tags/mobile-sync-1.0.0</developerConnection>
    <url>https://tsteub.dnsalias.org/viewcvs/java/mobile/sync/tags/mobile-sync-1.0.0?root=SVN+tomas</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/SyncTest.java</exclude>
          </excludes>
          <systemProperties>
            <property>
              <name>sync.conf</name>
              <value>${basedir}/src/main/conf/sync-beans.xml</value>
            </property>
            <property>
              <name>log4j.configuration</name>
              <value>file:/${basedir}/src/main/conf/log4j-test.xml</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <locales>en</locales>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptors>
            <descriptor>src/main/assembly/bin.xml</descriptor>
          </descriptors>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>de.tomas-teubner</groupId>
      <artifactId>comm-irmc</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>de.tomas-teubner</groupId>
      <artifactId>comm-vcard</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>de.tomas-teubner</groupId>
      <artifactId>outlook-api</artifactId>
      <version>9.0.0</version>
    </dependency>
    <dependency>
      <groupId>de.tomas-teubner</groupId>
      <artifactId>xml-utils</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jdbc</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>commons-dbcp</groupId>
      <artifactId>commons-dbcp</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xerces</artifactId>
      <version>2.2.1</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.2.1</version>
    </dependency>
    <dependency>
      <groupId>xalan</groupId>
      <artifactId>xalan</artifactId>
      <version>2.7.0</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>5.0.0-beta</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-project-info-reports-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-report-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <repository>
      <id>tomas-ssh</id>
      <name>Repository Name</name>
      <url>scp://ssh.tsteub.dnsalias.org/usr/export/srv/www/htdocs/maven/repository</url>
    </repository>
    <snapshotRepository>
      <id>snapshot-repo</id>
      <url>file://${settings.localRepository}</url>
    </snapshotRepository>
    <site>
      <id>tomas-ssh</id>
      <name>Maven Site</name>
      <url>scp://ssh.tsteub.dnsalias.org/usr/export/srv/www/htdocs/maven/site/${pom.artifactId}/1.0.0</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>