Skip to content

Commit 0f6fc53

Browse files
tobywfJohn Tompkins
andcommitted
Version bump extravaganza. (#220)
* Version bump extravaganza (trying to keep in sync) * Bumping aws sdk again Co-authored-by: John Tompkins <[email protected]>
1 parent 382291a commit 0f6fc53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.amazon.cloudformation</groupId>
55
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
6-
<version>1.0.4</version>
6+
<version>1.0.2</version>
77
<name>AWS CloudFormation RPDK Java Plugin</name>
88
<description>The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
99
</description>
@@ -37,7 +37,7 @@
3737
<maven.compiler.target>1.8</maven.compiler.target>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
40-
<awssdk.version>2.10.19</awssdk.version>
40+
<awssdk.version>2.10.49</awssdk.version>
4141
<checkstyle.version>8.18</checkstyle.version>
4242
<commons-io.version>2.6</commons-io.version>
4343
<jackson.version>2.10.1</jackson.version>
@@ -61,7 +61,7 @@
6161
</dependencies>
6262
</dependencyManagement>
6363
<dependencies>
64-
<!-- https://mvnrepository.com/artifact/com.github.everit-org.json-schema/org.everit.json.schema -->
64+
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-resource-schema -->
6565
<dependency>
6666
<groupId>software.amazon.cloudformation</groupId>
6767
<artifactId>aws-cloudformation-resource-schema</artifactId>

python/rpdk/java/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

python/rpdk/java/templates/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
</repositories>
2727

2828
<dependencies>
29-
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
29+
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
3030
<dependency>
3131
<groupId>software.amazon.cloudformation</groupId>
3232
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
33-
<version>1.0</version>
33+
<version>1.0.2</version>
3434
</dependency>
3535
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
3636
<dependency>

0 commit comments

Comments
 (0)