github-release-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.antwerkz.github</groupId>
<artifactId>github-release-gradle-plugin</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.antwerkz.github</groupId>
<artifactId>github-release-gradle-plugin</artifactId>
<version>1.1.0</version>
<name>Github Gradle Release Plugins</name>
<description>Set of plugins that can help you to release your project on Github</description>
<url>http://github.com/evanchooly/github-release-gradle-plugin</url>
<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>trnl</id>
<name>Uladzimir Mihura</name>
<url>http://github.com/trnl</url>
</developer>
<developer>
<id>evanchooly</id>
<name>Justin Lee</name>
<url>http://github.com/evanchooly</url>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:evanchooly/github-release-gradle-plugin.git</connection>
<developerConnection>scm:git:git@github.com:evanchooly/github-release-gradle-plugin.git</developerConnection>
<url>git@github.com:evanchooly/github-release-gradle-plugin.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>3.2.0.201312181205-r</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy.modules.http-builder</groupId>
<artifactId>http-builder</artifactId>
<version>0.6</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>groovy</artifactId>
<groupId>org.codehaus.groovy</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gradle.api.plugins</groupId>
<artifactId>gradle-nexus-plugin</artifactId>
<version>0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.47</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>