Skip to content

Commit

Permalink
Merge pull request #144 from TileDB-Inc/ss/spark-java-0.5.0-release
Browse files Browse the repository at this point in the history
Set Spark/Java version to 0.5.0 release
  • Loading branch information
Shelnutt2 authored Aug 12, 2020
2 parents 44f2891 + e14b397 commit 3ef1772
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 3ef1772

Please sign in to comment.