<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.aries</groupId>
        <artifactId>parent</artifactId>
        <version>2.0.1</version>
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>
  <groupId>org.apache.aries.blueprint</groupId>
  <artifactId>blueprint-maven-plugin-annotation</artifactId>
  <version>1.0.0</version>
  <name>Apache Aries Blueprint Plugin Annotations</name>

  <scm>
      <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.0.0</connection>
      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-annotation-1.0.0</developerConnection>
      <url>http://svn.apache.org/viewvc/aries/tags/blueprint-maven-plugin-annotation-1.0.0</url>
  </scm>
</project>
