Skip to content

Commit 4fe5eda

Browse files
committed
Update version in README
1 parent a3998eb commit 4fe5eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can import the whole SDK into your project (includes all services) as follow
4040
<dependency>
4141
<groupId>software.amazon.awssdk</groupId>
4242
<artifactId>aws-sdk-java</artifactId>
43-
<version>2.0.0-preview-11</version>
43+
<version>2.0.0-preview-12</version>
4444
</dependency>
4545
```
4646

@@ -52,12 +52,12 @@ Alternatively you can add dependencies for the specific services you use only:
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>ec2</artifactId>
55-
<version>2.0.0-preview-11</version>
55+
<version>2.0.0-preview-12</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>software.amazon.awssdk</groupId>
5959
<artifactId>s3</artifactId>
60-
<version>2.0.0-preview-11</version>
60+
<version>2.0.0-preview-12</version>
6161
</dependency>
6262
```
6363

@@ -71,7 +71,7 @@ To automatically manage module versions (currently all modules have the same ver
7171
<dependency>
7272
<groupId>software.amazon.awssdk</groupId>
7373
<artifactId>bom</artifactId>
74-
<version>2.0.0-preview-11</version>
74+
<version>2.0.0-preview-12</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

0 commit comments

Comments
 (0)