<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.nebula</groupId>
  <artifactId>nebula-project-plugin</artifactId>
  <version>6.2.0</version>
  <name>nebula-project-plugin</name>
  <description>Gradle plugin to setup a responsible Gradle project</description>
  <url>https://github.com/nebula-plugins/nebula-project-plugin</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>quidryan</id>
      <name>Justin Ryan</name>
      <email>justin@halfempty.org</email>
    </developer>
    <developer>
      <id>rspieldenner</id>
      <name>Rob Spieldenner</name>
      <email>rob.spieldenner@gmail.com</email>
    </developer>
    <developer>
      <id>jmcgarr</id>
      <name>Mike McGarr</name>
      <email>jmcgarr@gmail.com</email>
    </developer>
    <developer>
      <id>rpalcolea</id>
      <name>Roberto Perez Alcolea</name>
      <email>roberto@perezalcolea.info</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/nebula-plugins/nebula-project-plugin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-gradle-interop</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-core</artifactId>
      <version>4.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>nebula-publishing-plugin</artifactId>
      <version>9.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-contacts-plugin</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-dependency-lock-plugin</artifactId>
      <version>6.1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.nebula</groupId>
      <artifactId>gradle-info-plugin</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.netflix.nebula#nebula-project-plugin;6.2.0</nebula_Implementation_Title>
    <nebula_Implementation_Version>6.2.0</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>travis</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2019-09-18_16:45:27</nebula_Build_Date>
    <nebula_Gradle_Version>5.6.2</nebula_Gradle_Version>
    <nebula_Module_Owner>justin@halfempty.org,rob.spieldenner@gmail.com,jmcgarr@gmail.com,roberto@perezalcolea.info</nebula_Module_Owner>
    <nebula_Module_Email>justin@halfempty.org,rob.spieldenner@gmail.com,jmcgarr@gmail.com,roberto@perezalcolea.info</nebula_Module_Email>
    <nebula_Module_Source></nebula_Module_Source>
    <nebula_Module_Origin>https://github.com/nebula-plugins/nebula-project-plugin.git</nebula_Module_Origin>
    <nebula_Change>c1dcacf</nebula_Change>
    <nebula_Branch>c1dcacfd779a2aeef467833a15a7160c19769be3</nebula_Branch>
    <nebula_Build_Host>travis-job-cc78ba39-1a2f-4f8e-ae44-6f3279c1caa1</nebula_Build_Host>
    <nebula_Build_Job>nebula-plugins/nebula-project-plugin</nebula_Build_Job>
    <nebula_Build_Number>289</nebula_Build_Number>
    <nebula_Build_Id>586628256</nebula_Build_Id>
    <nebula_Created_By>1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10 (Private Build)</nebula_Created_By>
    <nebula_Build_Java_Version>1.8.0_222</nebula_Build_Java_Version>
    <nebula_X_Compile_Target_JDK>1.8</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>1.8</nebula_X_Compile_Source_JDK>
  </properties>
</project>
