Independently version all runtime crates (#3448)

This will make all the runtime crates independently versioned, which
will later remove the need for version number properties in the
gradle.properties file. A full release cycle should be done before
cleaning up the old logic just to be safe though.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
This commit is contained in:
John DiSanti 2024-02-28 14:35:28 -08:00 committed by GitHub
parent 557e4b3976
commit b2f15ce961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-config" name = "aws-config"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = [ authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>", "Russell Cohen <rcoh@amazon.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-credential-types" name = "aws-credential-types"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Types for AWS SDK credentials." description = "Types for AWS SDK credentials."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-inlineable" name = "aws-inlineable"
version = "0.0.0-smithy-rs-head" version = "0.1.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = """ description = """
The modules of this crate are intended to be inlined directly into the SDK as needed. The dependencies here The modules of this crate are intended to be inlined directly into the SDK as needed. The dependencies here

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-runtime-api" name = "aws-runtime-api"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Runtime support code for the AWS SDK. This isn't intended to be used directly." description = "Runtime support code for the AWS SDK. This isn't intended to be used directly."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-runtime" name = "aws-runtime"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly." description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-sigv4" name = "aws-sigv4"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David Barsky <me@davidbarsky.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David Barsky <me@davidbarsky.com>"]
description = "SigV4 signer for HTTP requests and Event Stream messages." description = "SigV4 signer for HTTP requests and Event Stream messages."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-types" name = "aws-types"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Cross-service types for the AWS SDK." description = "Cross-service types for the AWS SDK."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-async" name = "aws-smithy-async"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "Async runtime agnostic abstractions for smithy-rs." description = "Async runtime agnostic abstractions for smithy-rs."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-checksums" name = "aws-smithy-checksums"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = [ authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Zelda Hessler <zhessler@amazon.com>", "Zelda Hessler <zhessler@amazon.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-http-server-python" name = "aws-smithy-http-server-python"
version = "0.0.0-smithy-rs-head" version = "0.62.0"
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"] authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-http-server-typescript" name = "aws-smithy-http-server-typescript"
version = "0.0.0-smithy-rs-head" version = "0.1.0"
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"] authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-http-server" name = "aws-smithy-http-server"
version = "0.0.0-smithy-rs-head" version = "0.61.1"
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"] authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-http" name = "aws-smithy-http"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = [ authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>", "Russell Cohen <rcoh@amazon.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-json" name = "aws-smithy-json"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "Token streaming JSON parser for smithy-rs." description = "Token streaming JSON parser for smithy-rs."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-protocol-test" name = "aws-smithy-protocol-test"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "A collection of library functions to validate HTTP requests against Smithy protocol tests." description = "A collection of library functions to validate HTTP requests against Smithy protocol tests."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-query" name = "aws-smithy-query"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "AWSQuery and EC2Query Smithy protocol logic for smithy-rs." description = "AWSQuery and EC2Query Smithy protocol logic for smithy-rs."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-runtime-api" name = "aws-smithy-runtime-api"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
description = "Smithy runtime types." description = "Smithy runtime types."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-runtime" name = "aws-smithy-runtime"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
description = "The new smithy runtime crate" description = "The new smithy runtime crate"
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-types-convert" name = "aws-smithy-types-convert"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Conversion of types from aws-smithy-types to other libraries." description = "Conversion of types from aws-smithy-types to other libraries."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-types" name = "aws-smithy-types"
version = "0.0.0-smithy-rs-head" version = "1.1.8"
authors = [ authors = [
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
"Russell Cohen <rcoh@amazon.com>", "Russell Cohen <rcoh@amazon.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "aws-smithy-xml" name = "aws-smithy-xml"
version = "0.0.0-smithy-rs-head" version = "0.60.7"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "XML parsing logic for Smithy protocols." description = "XML parsing logic for Smithy protocols."
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "inlineable" name = "inlineable"
version = "0.0.0-smithy-rs-head" version = "0.1.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"] authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
edition = "2021" edition = "2021"
description = """ description = """