Skip to content

Commit

Permalink
Set Spark/Java version to 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Aug 12, 2020
1 parent 4e311a6 commit e14b397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.tiledb'
version '0.5.0-SNAPSHOT'
version '0.5.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion apis/spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'io.tiledb'
version '0.5.0-SNAPSHOT'
version '0.5.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit e14b397

Please sign in to comment.