Skip to content

Commit 4c13fad

Browse files
committed
Update version
1 parent 4d7f667 commit 4c13fad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"category": "AWS Common Runtime Http Client",
2+
"category": "AWS Common Runtime HTTP Client",
33
"type": "feature",
4-
"description": "Add initial support for the AWS Common Runtime (CRT) Http Client."
4+
"description": "This release includes the preview release of the AWS Common Runtime HTTP client for the AWS SDK for Java v2. The code can be found in the `aws-crt-client` module. See our post over at the [AWS Developer Blog](https://aws.amazon.com/blogs/developer/category/developer-tools/aws-sdk-for-java/) for additional information."
55
}

http-clients/aws-crt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>http-clients</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.14.5-SNAPSHOT</version>
24+
<version>2.14.12-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

test/stability-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>software.amazon.awssdk</groupId>
7070
<artifactId>aws-crt-client</artifactId>
71-
<version>${awsjavasdk.version}</version>
71+
<version>${awsjavasdk.version}-PREVIEW</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

test/tests-coverage-reporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<artifactId>aws-crt-client</artifactId>
107107
<groupId>software.amazon.awssdk</groupId>
108-
<version>${awsjavasdk.version}</version>
108+
<version>${awsjavasdk.version}-PREVIEW</version>
109109
</dependency>
110110
<dependency>
111111
<artifactId>url-connection-client</artifactId>

0 commit comments

Comments
 (0)