File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/dropbox/core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 5.3.0-SNAPSHOT (2022-07-20) [ Milestone] ( https://github.com/dropbox/dropbox-sdk-java/milestone/1?closed=1 )
1
+ ## 5.3.0 (2022-07-20) [ Milestone] ( https://github.com/dropbox/dropbox-sdk-java/milestone/1?closed=1 )
2
2
---------------------------------------------
3
3
- Update dropbox-api-spec to point to more recent version (July 13, 2022) [ #400 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/400 )
4
4
- The generateStone Gradle Task now supports Gradle Configuration Caching [ #390 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/390 )
Original file line number Diff line number Diff line change 1
1
# POM
2
2
GROUP = com.dropbox.core
3
- VERSION_NAME =5.3.0-SNAPSHOT
3
+ VERSION_NAME =5.3.0
4
4
5
5
POM_ARTIFACT_ID = dropbox-core-sdk
6
6
POM_NAME = Dropbox SDK Java
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class DbxSdkVersion
12
12
// https://github.com/dropbox/dropbox-sdk-java/issues/357
13
13
private static String loadVersion ()
14
14
{
15
- return "5.3.0-SNAPSHOT " ;
15
+ return "5.3.0" ;
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments