Skip to content

Commit

Permalink
Upgrade to CFN-CLI 2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
molodand authored Aug 24, 2020
1 parent 84ce49f commit 40870c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion aws-iot-certificate/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"amazonaws",
"iot",
"certificate"
]
],
"protocolVersion": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion aws-iot-certificate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion aws-iot-provisioningtemplate/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"amazonaws",
"iot",
"provisioningtemplate"
]
],
"protocolVersion": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion aws-iot-provisioningtemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
Expand Down

0 comments on commit 40870c0

Please sign in to comment.