<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>
  <groupId>dev.gradleplugins.java-gradle-plugin</groupId>
  <artifactId>dev.gradleplugins.java-gradle-plugin.gradle.plugin</artifactId>
  <version>0.0.31</version>
  <packaging>pom</packaging>
  <url>https://github.com/gradle-plugins/toolbox</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:https://github.com/gradle-plugins/toolbox.git</connection>
    <developerConnection>scm:git://github.com/gradle-plugins/toolbox.git</developerConnection>
    <url>https://github.com/gradle-plugins/toolbox</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/gradle-plugins/toolbox/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>dev.gradleplugins</groupId>
      <artifactId>gradle-plugin-development</artifactId>
      <version>0.0.31</version>
    </dependency>
  </dependencies>
<developers><developer><name>Daniel Lacasse</name></developer></developers><name>Gradle plugins accelerator</name><description>Gradle plugins accelerator</description></project>