<?xml version="1.0"?><project>
  <parent>
    <artifactId>plexus-registry</artifactId>
    <groupId>org.codehaus.plexus.registry</groupId>
    <version>1.0-alpha-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>plexus-registry-api</artifactId>
  <name>Plexus Registry Api</name>
  <version>1.0-alpha-2</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-container-default</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>