Home | History | Annotate | Download | only in 1.2
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <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">
      3   <modelVersion>4.0.0</modelVersion>
      4   <groupId>com.jfrog.bintray.gradle</groupId>
      5   <artifactId>gradle-bintray-plugin</artifactId>
      6   <version>1.2</version>
      7   <dependencies>
      8     <dependency>
      9       <groupId>org.codehaus.groovy.modules.http-builder</groupId>
     10       <artifactId>http-builder</artifactId>
     11       <version>0.7.2</version>
     12       <scope>runtime</scope>
     13     </dependency>
     14   </dependencies>
     15   <description>A gradle plugin for publishing to Bintray</description>
     16   <licenses>
     17     <license>
     18       <name>The Apache Software License, Version 2.0</name>
     19       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     20       <distribution>repo</distribution>
     21     </license>
     22   </licenses>
     23   <developers>
     24     <developer>
     25       <id>yoav</id>
     26       <name>Yoav Landman</name>
     27       <email>yoavl (a] jfrog.com</email>
     28     </developer>
     29   </developers>
     30 </project>
     31