Skip to content

Commit

Permalink
updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sailorgeoffrey committed Mar 31, 2015
1 parent 3e9d0c6 commit bf84440
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ subprojects {
apply plugin: 'signing'

group = 'io.advantageous.boon'
version = '0.5.2-SNAPSHOT'
version = '0.5.2'
archivesBaseName = "boon-$project.name"


test.onlyIf { !Boolean.getBoolean('skip.tests') }

repositories {
Expand Down Expand Up @@ -83,6 +82,7 @@ subprojects {
}

pom.project {
name archivesBaseName
packaging 'jar'

url 'https://github.com/advantageous/boon'
Expand Down Expand Up @@ -151,7 +151,6 @@ project(':json') {
}
}


project(':util') {

dependencies {
Expand Down

0 comments on commit bf84440

Please sign in to comment.