Skip to content

Commit

Permalink
Fix gradle script.
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Dec 12, 2016
1 parent 70b2baf commit 70dbb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
apply plugin: 'findbugs'

group = 'io.minio'
version = '3.0'
version = '2.0.5'
if (!project.hasProperty('release')) {
version += '-DEV'
}
Expand Down Expand Up @@ -118,7 +118,7 @@ project(':api') {
apply plugin: 'maven'
apply plugin: 'signing'

archivesBaseName = 'minio-java'
archivesBaseName = 'minio'

jar {
manifest {
Expand Down

0 comments on commit 70dbb93

Please sign in to comment.