Skip to content

Commit 82e043d

Browse files
author
Robert Henigan
authored
Merge pull request #1762 from smartdevicelink/feature/prep_5_3_release
Update versions and release notes for 5.3
2 parents 1588fb9 + 25ce7de commit 82e043d

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@
4444

4545
- [[SDL 0236] Update mismatch in TireStatus structure](https://github.com/smartdevicelink/sdl_java_suite/issues/1089)
4646

47-
- [Choices not saved as preloaded if some choices fail](https://github.com/smartdevicelink/sdl_java_suite/issues/1715)
47+
- [Choices not saved as preloaded if some choices fail](https://github.com/smartdevicelink/sdl_java_suite/issues/1715)
48+
49+
- [MenuManager should print warning when trying to send AddSubMenu with voice commands](https://github.com/smartdevicelink/sdl_java_suite/issues/1760)
50+
51+
- [Spelling/ Grammar Updates](https://github.com/smartdevicelink/sdl_java_suite/issues/1754)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
RC_5.3.0
1+
5.3.0

android/sdl_android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_android
3-
VERSION_NAME=RC_5.3.0
3+
VERSION_NAME=5.3.0
44

55
POM_NAME=sdl_android
66
POM_PACKAGING=aar

javaEE/javaEE/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_java_ee
3-
VERSION_NAME=RC_5.3.0
3+
VERSION_NAME=5.3.0
44

55
POM_NAME=sdl_java_ee
66
POM_PACKAGING=jar

javaSE/javaSE/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_java_se
3-
VERSION_NAME=RC_5.3.0
3+
VERSION_NAME=5.3.0
44

55
POM_NAME=sdl_java_se
66
POM_PACKAGING=jar

javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
3434
public final class BuildConfig {
35-
public static final String VERSION_NAME = "RC_5.3.0";
35+
public static final String VERSION_NAME = "5.3.0";
3636
}

0 commit comments

Comments
 (0)