blob: b71554cd25e4e65d367ce0fec690b67cf524f24e [file] [log] [blame]
<?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.jfrog.bintray.gradle</groupId>
<artifactId>gradle-bintray-plugin</artifactId>
<version>1.2</version>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy.modules.http-builder</groupId>
<artifactId>http-builder</artifactId>
<version>0.7.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>A gradle plugin for publishing to Bintray</description>
<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>yoav</id>
<name>Yoav Landman</name>
<email>yoavl@jfrog.com</email>
</developer>
</developers>
</project>