<?xml version="1.0"?><project>
  <parent>
    <artifactId>transcoder-project</artifactId>
    <groupId>org.jvnet.transcoder</groupId>
    <version>0.1.107</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jvnet.transcoder</groupId>
  <artifactId>maven-transcoder-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>Transcoder Maven Plugin</name>
  <version>0.1.107</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-plugin-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>