github-release-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>me.trnl</groupId> <artifactId>github-release-gradle-plugin</artifactId> <version>0.1</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>me.trnl</groupId> <artifactId>github-release-gradle-plugin</artifactId> <version>0.1</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/trnl/clirr-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> </developers> <scm> <connection>scm:git:git@github.com:trnl/release-gradle-plugin.git</connection> <developerConnection>scm:git:git@github.com:trnl/release-gradle-plugin.git</developerConnection> <url>git@github.com:trnl/release-gradle-plugin.git</url> </scm> <dependencies> <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> </dependencies> </project>