<?xml version="1.0"?><project>
  <parent>
    <artifactId>cocoon-core-modules</artifactId>
    <groupId>org.apache.cocoon</groupId>
    <version>3</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>cocoon-thread-api</artifactId>
  <name>Cocoon Thread API</name>
  <version>1.0.0-M1</version>
  <description>Interfaces for thread factories and pools and for execution of background tasks.</description>
  <dependencies>
    <dependency>
      <groupId>concurrent</groupId>
      <artifactId>concurrent</artifactId>
      <version>1.3.4</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>