Skip to content

Commit 70dbb93

Browse files
committed
Fix gradle script.
1 parent 70b2baf commit 70dbb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
apply plugin: 'findbugs'
3535

3636
group = 'io.minio'
37-
version = '3.0'
37+
version = '2.0.5'
3838
if (!project.hasProperty('release')) {
3939
version += '-DEV'
4040
}
@@ -118,7 +118,7 @@ project(':api') {
118118
apply plugin: 'maven'
119119
apply plugin: 'signing'
120120

121-
archivesBaseName = 'minio-java'
121+
archivesBaseName = 'minio'
122122

123123
jar {
124124
manifest {

0 commit comments

Comments
 (0)