<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
      <modelVersion>4.0.0</modelVersion>
      <groupId>wind57.0x-plugin-bom</groupId>
      <artifactId>wind57.0x-plugin-bom.gradle.plugin</artifactId>
      <version>1.0.1</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>0x.plugin.bom</groupId>
          <artifactId>zero-x-plugin-bom</artifactId>
          <version>1.0.1</version>
        </dependency>
      </dependencies>
    </project>