<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.jenkins-ci</groupId>
    <artifactId>jenkins</artifactId>
    <version>1.30</version>
  </parent>

  <groupId>org.jenkins-ci.test</groupId>
  <artifactId>sample-plexus-component</artifactId>
  <version>1.0</version>

  <name>sample-plexus-component</name>

  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>3.0.5</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git://github.com/jenkinsci/test-plexus-component.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/jenkinsci/test-plexus-component.git</developerConnection>
    <url>https://github.com/jenkinsci/test-plexus-component</url>
  </scm>
</project>
