Skip to content

Commit 636cd29

Browse files
committed
Fix versions
1 parent b250601 commit 636cd29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.39.0-SNAPSHOT</version>
20+
<version>2.39.0</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.39.0-SNAPSHOT</version>
20+
<version>2.39.0</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.39.0-SNAPSHOT</version>
20+
<version>2.39.0</version>
2121
</parent>
2222
<artifactId>services</artifactId>
2323
<name>AWS Java SDK :: Services</name>

0 commit comments

Comments
 (0)