File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const val AWS_CLIENT_RT_REGIONS_NS = "aws.sdk.kotlin.runtime.regions"
1616const val AWS_CLIENT_RT_GROUP : String = " aws.sdk.kotlin"
1717// note: this version doesn't really matter since we substitute it for project dependency notation
1818// when generating client build files
19- const val AWS_CLIENT_RT_VERSION : String = " 0.1.0-SNAPSHOT "
19+ const val AWS_CLIENT_RT_VERSION : String = " 0.1.0"
2020
2121/* *
2222 * Container object for AWS specific dependencies
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33# sdk
4- sdkVersion =0.1.0-SNAPSHOT
4+ sdkVersion =0.1.0
55
66# codegen
77smithyVersion =1.6.1
88smithyGradleVersion =0.5.2
9- smithyKotlinVersion =0.1.0-SNAPSHOT
9+ smithyKotlinVersion =0.1.0
1010
1111# kotlin
1212kotlinVersion =1.4.31
@@ -19,8 +19,8 @@ kotlinJVMTargetVersion=1.8
1919coroutinesVersion =1.4.3
2020
2121# default smithy-kotlin:client-runtime library version
22- smithyKotlinClientRtVersion =0.1.0-SNAPSHOT
23- crtKotlinVersion =0.1.0-SNAPSHOT
22+ smithyKotlinClientRtVersion =0.1.0
23+ crtKotlinVersion =0.1.0
2424
2525# testing/utility
2626junitVersion =5.6.2
You can’t perform that action at this time.
0 commit comments