<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.r3.conclave.enclave</groupId>
  <artifactId>com.r3.conclave.enclave.gradle.plugin</artifactId>
  <version>1.3</version>
  <packaging>pom</packaging>
  <name>com.r3.conclave.enclave.gradle.plugin</name>
  <description>Gradle Enclave Plugin marker</description>
  <url>https://github.com/R3Conclave/conclave-core-sdk</url>
  <licenses>
    <license>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <email>conclave@r3.com</email>
      <organization>R3 LLC</organization>
      <organizationUrl>https://www.r3.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/R3Conclave/conclave-core-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com:R3Conclave/conclave-core-sdk.git</developerConnection>
    <url>https://github.com/R3Conclave/conclave-core-sdk/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.r3.conclave</groupId>
      <artifactId>plugin-enclave-gradle</artifactId>
      <version>1.3</version>
    </dependency>
  </dependencies>
</project>
