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"
16
16
const val AWS_CLIENT_RT_GROUP : String = " aws.sdk.kotlin"
17
17
// note: this version doesn't really matter since we substitute it for project dependency notation
18
18
// 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"
20
20
21
21
/* *
22
22
* Container object for AWS specific dependencies
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
3
# sdk
4
- sdkVersion =0.1.0-SNAPSHOT
4
+ sdkVersion =0.1.0
5
5
6
6
# codegen
7
7
smithyVersion =1.6.1
8
8
smithyGradleVersion =0.5.2
9
- smithyKotlinVersion =0.1.0-SNAPSHOT
9
+ smithyKotlinVersion =0.1.0
10
10
11
11
# kotlin
12
12
kotlinVersion =1.4.31
@@ -19,8 +19,8 @@ kotlinJVMTargetVersion=1.8
19
19
coroutinesVersion =1.4.3
20
20
21
21
# 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
24
24
25
25
# testing/utility
26
26
junitVersion =5.6.2
You can’t perform that action at this time.
0 commit comments