Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewReitz committed Jun 24, 2016
1 parent 9ed9d0e commit 3fb0660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
apply from: "$rootDir/gradle/idea/idea.gradle"

allprojects {
version = '1.0.0-SNAPSHOT'
version = '1.0.0'
group = 'org.codehaus.groovy'

apply plugin: 'com.github.ben-manes.versions'
Expand Down
1 change: 1 addition & 0 deletions gradle/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ bintray {
userOrg = 'groovy'
licenses = ['Apache-2.0']
labels = ['android','groovy']
vcsUrl = 'https://github.com/groovy/groovy-android-gradle-plugin.git'
}
}
3 changes: 1 addition & 2 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publishing {
def scm = root.appendNode( 'scm' )
scm.appendNode( 'url', 'https://github.com/groovy/groovy-android-gradle-plugin')
scm.appendNode( 'connection', 'scm:git:https://github.com/groovy/groovy-android-gradle-plugin.git')
scm.appendNode( 'developerConnection', 'scm:git:[email protected]:groovy/groovy-android-gradle-plugin.git')
scm.appendNode( 'developerConnection', 'scm:git:[email protected]/groovy/groovy-android-gradle-plugin.git')

def license = root.appendNode('licenses').appendNode('license')
license.appendNode( 'name', 'The Apache Software License, Version 2.0' )
Expand All @@ -69,7 +69,6 @@ publishing {
def dev = root.appendNode('developers').appendNode('developer')
dev.appendNode('id', 'groovy')
dev.appendNode('name', 'Cedric Champeau')
dev.appendNode('name', 'Andrew Reitz')
dev.appendNode('organization', 'Groovy' )
dev.appendNode('organizationUrl', 'http://www.groovy-lang.org' )
}
Expand Down

0 comments on commit 3fb0660

Please sign in to comment.