blob: cba2cb918e74968555ab85c027a8c70a9a1364f0 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.directory.shared</groupId>
<artifactId>build</artifactId>
<version>0.9.6</version>
</parent>
<artifactId>shared-asn1</artifactId>
<name>Apache Directory ASN.1 Shared</name>
<packaging>jar</packaging>
<distributionManagement>
<site>
<id>apacheds.websites</id>
<url>scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/asn1/</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared/asn1</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared/asn1</developerConnection>
</scm>
<ciManagement>
<system>continuum</system>
<url>http://localhost:8080/continuum</url>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>elecharny@apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
</project>