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 )
22---------------------------------------------
33- Update dropbox-api-spec to point to more recent version (July 13, 2022) [ #400 ] ( https://github.com/dropbox/dropbox-sdk-java/pull/400 )
44- 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 11# POM
22GROUP = com.dropbox.core
3- VERSION_NAME =5.3.0-SNAPSHOT
3+ VERSION_NAME =5.3.0
44
55POM_ARTIFACT_ID = dropbox-core-sdk
66POM_NAME = Dropbox SDK Java
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ public class DbxSdkVersion
1212 // https://github.com/dropbox/dropbox-sdk-java/issues/357
1313 private static String loadVersion ()
1414 {
15- return "5.3.0-SNAPSHOT " ;
15+ return "5.3.0" ;
1616 }
1717}
You can’t perform that action at this time.
0 commit comments