<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.enterprisedt</groupId>
  <artifactId>edtFTPj</artifactId>
  <name>Java FTP Library</name>
  <version>1.5.5-tt</version>
  <description>Java FTP Library by Enterprise Distributed Technologies</description>
  <url>http://www.enterprisedt.com/products/edtftpj/overview.html</url>
  <inceptionYear>2000</inceptionYear>
  <licenses>
    <license>
      <name>LGPL</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://tsteub.dnsalias.org/repos/tomas/sourceforge/java/edtftpj/tags/edtFTPj-1.5.5-tt</connection>
    <developerConnection>scm:svn:https://tsteub.dnsalias.org/repos/tomas/sourceforge/java/edtftpj/tags/edtFTPj-1.5.5-tt</developerConnection>
    <url>https://tsteub.dnsalias.org/viewcvs/sourceforge/java/edtftpj/tags/edtFTPj-1.5.5-tt?root=SVN+tomas</url>
  </scm>
  <organization>
    <name>Enterprise Distributed Technologies</name>
    <url>http://www.enterprisedt.com</url>
  </organization>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <locales>en</locales>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>release-profile</id>
      <activation>
        <property>
          <name>performRelease</name>
          <value>true</value>
        </property>
      </activation>
    </profile>
  </profiles>
  <dependencies>
    <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>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.14</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-project-info-reports-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <header>edtFTPj</header>
          <source>1.5</source>
          <links>
            <link>http://java.sun.com/javase/6/docs/api/</link>
          </links>
        </configuration>
      </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/sourceforge/java/${pom.artifactId}/1.5.5-tt</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>