<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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>com.cedarsoft</groupId>
    <artifactId>open</artifactId>
    <version>47</version>
  </parent>

  <groupId>com.cedarsoft.annotations</groupId>
  <artifactId>parent</artifactId>
  <version>2.0.1</version>

  <name>Annotations Parent</name>
  <description>Parent for the annotations project</description>

  <packaging>pom</packaging>

  <scm>
    <connection>scm:git:git://git.cedarsoft.com/com.cedarsoft.annotations</connection>
    <developerConnection>scm:git:ssh://git.cedarsoft.com/home/git/com.cedarsoft.annotations</developerConnection>
    <tag>2.0.1</tag>
  </scm>

  <modules>
    <module>annotations</module>
    <module>instrumentation</module>
    <module>instrumentation-test</module>
  </modules>

  <distributionManagement>
    <site>
      <id>cedarsoftWeb</id>
      <name>cedarsoft Web</name>
      <url>scpexe://cedarsoft.org/var/www/cedarsoft.org/annotations</url>
    </site>
  </distributionManagement>

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.javassist</groupId>
        <artifactId>javassist</artifactId>
        <version>3.16.1-GA</version>
      </dependency>

      <dependency>
        <groupId>com.cedarsoft</groupId>
        <artifactId>annotations</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>com.cedarsoft.annotations</groupId>
        <artifactId>instrumentation</artifactId>
        <version>${project.version}</version>
      </dependency>

      <dependency>
        <groupId>com.cedarsoft.commons</groupId>
        <artifactId>test-utils</artifactId>
        <version>5.1.7</version>
      </dependency>
    </dependencies>
  </dependencyManagement>

  <mailingLists>
    <mailingList>
      <name>Mail Support</name>
      <post>info@cedarsoft.com</post>
    </mailingList>
  </mailingLists>

</project>
