Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Add labels for plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Jan 14, 2016
1 parent a9f8a36 commit ee0e020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id "com.jfrog.bintray" version "1.3.1"
}

version "1.0.0"
version "1.0.1"
group "org.grails.plugins"

apply plugin: 'maven-publish'
Expand Down Expand Up @@ -87,6 +87,7 @@ bintray {
issueTrackerUrl = 'https://github.com/bobbywarner/grails-http-builder-helper/issues'
vcsUrl = 'https://github.com/bobbywarner/grails-http-builder-helper'
publicDownloadNumbers = true
labels = ['http', 'rest']
}
}

Expand Down

0 comments on commit ee0e020

Please sign in to comment.