Skip to content

Commit

Permalink
Prepare for release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 20, 2022
1 parent f0bee4a commit 6752bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.3.0-SNAPSHOT (2022-07-20) [Milestone](https://github.com/dropbox/dropbox-sdk-java/milestone/1?closed=1)
## 5.3.0 (2022-07-20) [Milestone](https://github.com/dropbox/dropbox-sdk-java/milestone/1?closed=1)
---------------------------------------------
- Update dropbox-api-spec to point to more recent version (July 13, 2022) [#400](https://github.com/dropbox/dropbox-sdk-java/pull/400)
- The generateStone Gradle Task now supports Gradle Configuration Caching [#390](https://github.com/dropbox/dropbox-sdk-java/pull/390)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# POM
GROUP = com.dropbox.core
VERSION_NAME=5.3.0-SNAPSHOT
VERSION_NAME=5.3.0

POM_ARTIFACT_ID = dropbox-core-sdk
POM_NAME = Dropbox SDK Java
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dropbox/core/DbxSdkVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class DbxSdkVersion
// https://github.com/dropbox/dropbox-sdk-java/issues/357
private static String loadVersion()
{
return "5.3.0-SNAPSHOT";
return "5.3.0";
}
}

0 comments on commit 6752bb2

Please sign in to comment.