File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ You can import the whole SDK into your project (includes all services) as follow
40
40
<dependency >
41
41
<groupId >software.amazon.awssdk</groupId >
42
42
<artifactId >aws-sdk-java</artifactId >
43
- <version >2.0.0-preview-11 </version >
43
+ <version >2.0.0-preview-12 </version >
44
44
</dependency >
45
45
```
46
46
@@ -52,12 +52,12 @@ Alternatively you can add dependencies for the specific services you use only:
52
52
<dependency >
53
53
<groupId >software.amazon.awssdk</groupId >
54
54
<artifactId >ec2</artifactId >
55
- <version >2.0.0-preview-11 </version >
55
+ <version >2.0.0-preview-12 </version >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >software.amazon.awssdk</groupId >
59
59
<artifactId >s3</artifactId >
60
- <version >2.0.0-preview-11 </version >
60
+ <version >2.0.0-preview-12 </version >
61
61
</dependency >
62
62
```
63
63
@@ -71,7 +71,7 @@ To automatically manage module versions (currently all modules have the same ver
71
71
<dependency >
72
72
<groupId >software.amazon.awssdk</groupId >
73
73
<artifactId >bom</artifactId >
74
- <version >2.0.0-preview-11 </version >
74
+ <version >2.0.0-preview-12 </version >
75
75
<type >pom</type >
76
76
<scope >import</scope >
77
77
</dependency >
You can’t perform that action at this time.
0 commit comments