File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.cloudformation</groupId >
5
5
<artifactId >aws-cloudformation-rpdk-java-plugin</artifactId >
6
- <version >1.0.4 </version >
6
+ <version >1.0.2 </version >
7
7
<name >AWS CloudFormation RPDK Java Plugin</name >
8
8
<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.
9
9
</description >
37
37
<maven .compiler.target>1.8</maven .compiler.target>
38
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39
39
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
40
- <awssdk .version>2.10.19 </awssdk .version>
40
+ <awssdk .version>2.10.49 </awssdk .version>
41
41
<checkstyle .version>8.18</checkstyle .version>
42
42
<commons-io .version>2.6</commons-io .version>
43
43
<jackson .version>2.10.1</jackson .version>
61
61
</dependencies >
62
62
</dependencyManagement >
63
63
<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 -->
65
65
<dependency >
66
66
<groupId >software.amazon.cloudformation</groupId >
67
67
<artifactId >aws-cloudformation-resource-schema</artifactId >
Original file line number Diff line number Diff line change 1
1
import logging
2
2
3
- __version__ = "0.1.2 "
3
+ __version__ = "0.1.3 "
4
4
5
5
logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change 26
26
</repositories >
27
27
28
28
<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 -->
30
30
<dependency >
31
31
<groupId >software.amazon.cloudformation</groupId >
32
32
<artifactId >aws-cloudformation-rpdk-java-plugin</artifactId >
33
- <version >1.0</version >
33
+ <version >1.0.2 </version >
34
34
</dependency >
35
35
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
36
36
<dependency >
You can’t perform that action at this time.
0 commit comments