| 
7 | 7 |     "com.squareup.okhttp3:okhttp:5.*": "OkHttp3-5.x",  | 
8 | 8 |     "com.squareup.okio:okio-jvm:3.*": "OkioJvm-3.x",  | 
9 | 9 |     "io.opentelemetry:opentelemetry-api:1.*": "Maven-io-opentelemetry_opentelemetry-api-1.x",  | 
 | 10 | +    "io.opentelemetry:opentelemetry-extension-kotlin:1.*": "Maven-io-opentelemetry_opentelemetry-extension-kotlin-1.x",  | 
10 | 11 |     "org.slf4j:slf4j-api:2.*": "Maven-org-slf4j_slf4j-api-2.x",  | 
11 | 12 |     "aws.sdk.kotlin.crt:aws-crt-kotlin:0.9.*": "AwsCrtKotlin-0.9.x",  | 
12 | 13 |     "aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x",  | 
13 |  | -    "com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x"  | 
 | 14 | +    "com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x",  | 
 | 15 | + | 
 | 16 | +    "software.amazon.smithy:smithy-aws-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-traits-1.x",  | 
 | 17 | +    "software.amazon.smithy:smithy-aws-iam-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-iam-traits-1.x",  | 
 | 18 | +    "software.amazon.smithy:smithy-aws-cloudformation-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-cloudformation-traits-1.x",  | 
 | 19 | +    "software.amazon.smithy:smithy-protocol-test-traits:1.*": "Maven-software-amazon-smithy_smithy-protocol-test-traits-1.x",  | 
 | 20 | +    "software.amazon.smithy:smithy-protocol-traits:1.*": "Maven-software-amazon-smithy_smithy-protocol-traits-1.x",  | 
 | 21 | +    "software.amazon.smithy:smithy-aws-endpoints:1.*": "Maven-software-amazon-smithy_smithy-aws-endpoints-1.x",  | 
 | 22 | +    "software.amazon.smithy:smithy-codegen-core:1.*": "Maven-software-amazon-smithy_smithy-codegen-core-1.x",  | 
 | 23 | +    "software.amazon.smithy:smithy-waiters:1.*": "Maven-software-amazon-smithy_smithy-waiters-1.x",  | 
 | 24 | +    "software.amazon.smithy:smithy-rules-engine:1.*": "Maven-software-amazon-smithy_smithy-rules-engine-1.x",  | 
 | 25 | +    "software.amazon.smithy:smithy-smoke-test-traits:1.*": "Maven-software-amazon-smithy_smithy-smoke-test-traits-1.x",  | 
 | 26 | +    "org.jsoup:jsoup:1.19.*": "Maven-jsoup-1.19.x"  | 
14 | 27 |   },  | 
15 | 28 |   "packageHandlingRules": {  | 
16 | 29 |     "versioning": {  | 
17 | 30 |       "defaultVersionLayout": "{MAJOR}.0.x",  | 
18 | 31 |       "overrides": {  | 
19 |  | -        "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "{MAJOR}.{MINOR}.x",  | 
20 |  | -        "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils": "{MAJOR}.{MINOR}.x"  | 
 | 32 | +        "software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen": "{MAJOR}.x",  | 
 | 33 | +        "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "{MAJOR}.x"  | 
21 | 34 |       }  | 
22 | 35 |     },  | 
23 | 36 |     "rename": {  | 
24 |  | -        "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "SmithyKotlinCodegen",  | 
25 |  | -        "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils": "SmithyKotlinCodegenTestUtils"  | 
 | 37 | +        "software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen": "AwsSmithyAwsKotlinCodegen",  | 
 | 38 | +        "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "AwsSmithyKotlinCodegen"  | 
26 | 39 |     },  | 
27 | 40 |     "ignore": [  | 
28 | 41 |       "aws.smithy.kotlin:http-test",  | 
29 | 42 |       "aws.smithy.kotlin:smithy-test",  | 
30 | 43 |       "aws.smithy.kotlin:telemetry-provider-micrometer",  | 
31 | 44 |       "aws.smithy.kotlin:testing",  | 
32 | 45 |       "aws.smithy.kotlin:bom",  | 
33 |  | -      "aws.smithy.kotlin:version-catalog"  | 
 | 46 | +      "aws.smithy.kotlin:version-catalog",  | 
 | 47 | +      "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils"  | 
34 | 48 |     ],  | 
35 | 49 |     "resolvesConflictDependencies": {  | 
36 | 50 |       "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": [  | 
 | 
0 commit comments