<?xml version="1.0" encoding="ISO-8859-1"?><project>
  <parent>
    <artifactId>build</artifactId>
    <groupId>org.apache.directory.shared</groupId>
    <version>0.9.5.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>shared-asn1</artifactId>
  <name>Apache Directory ASN.1 Shared</name>
  <version>0.9.5.1</version>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <site>
      <id>apacheds.websites</id>
      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/asn1/</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>